Home
last modified time | relevance | path

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

/system/ulib/fidl/include/lib/fidl/
A Dinternal.h207 const fidl::FidlCodedArray coded_array; member
235 constexpr fidl_type(fidl::FidlCodedArray coded_array) in fidl_type()
236 : type_tag(fidl::kFidlTypeArray), coded_array(coded_array) {} in fidl_type()
/system/ulib/fidl/
A Dformatting.cpp114 FormatElementName(str, type->coded_array.element); in FormatTypeName()
116 str->AppendPrintf(":%" PRIu32, type->coded_array.array_size / in FormatTypeName()
117 type->coded_array.element_size); in FormatTypeName()
A Dbuffer_walker.h583 return type->coded_array.array_size;
627 array_state.element = fidl_type->coded_array.element;
628 array_state.array_size = fidl_type->coded_array.array_size;
629 array_state.element_size = fidl_type->coded_array.element_size;

Completed in 6 milliseconds