Searched refs:field_type (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp349 const fidl_type_t* field_type = field.type; local
351 if (!Push(Frame(field_type, field_offset))) {
H A Ddecoding.cpp317 const fidl_type_t* field_type = field.type; local
319 if (!Push(Frame(field_type, field_offset))) {
H A Dvalidating.cpp311 const fidl_type_t* field_type = field.type; local
313 if (!Push(Frame(field_type, field_offset))) {
/fuchsia/zircon/system/ulib/hid-parser/
H A Dparser.cpp434 UsageIterator(ParseState* ps, uint32_t field_type) argument
439 is_array_(FieldTypeFlags::kArray & field_type) {

Completed in 33 milliseconds