Home
last modified time | relevance | path

Searched refs:field_type (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/servers/input/msgspy/
H A DMsgSpy.cpp80 uint32 field_type; in Filter() local
96 &field_type, in Filter()
99 message->FindData(field_name, field_type, &field_data, &field_data_bytes); in Filter()
100 OutputMsgField(field_name, field_type, field_count, field_data); in Filter()
144 const char* field_type; in OutputMsgField() local
152 field_type = "B_CHAR_TYPE"; in OutputMsgField()
166 field_type = "B_INT8_TYPE"; in OutputMsgField()
180 field_type = "B_INT16_TYPE"; in OutputMsgField()
194 field_type = "B_INT32_TYPE"; in OutputMsgField()
208 field_type = "B_INT64_TYPE"; in OutputMsgField()
[all …]
/haiku/headers/os/locale/
H A DFormat.h35 uint32 field_type; member
/haiku/src/system/libroot/os/
H A Dparsedate.cpp114 enum field_type { enum