Home
last modified time | relevance | path

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

/system/ulib/fidl/
A Dformatting.cpp128 if (type->coded_handle.handle_subtype) { in FormatTypeName()
130 switch (type->coded_handle.handle_subtype) { in FormatTypeName()
185 str->AppendPrintf("%" PRIu32, type->coded_handle.handle_subtype); in FormatTypeName()
190 FormatNullability(str, type->coded_handle.nullable); in FormatTypeName()
A Dbuffer_walker.h638 handle_state.nullable = fidl_type->coded_handle.nullable;
/system/ulib/fidl/include/lib/fidl/
A Dinternal.h205 const fidl::FidlCodedHandle coded_handle; member
229 constexpr fidl_type(fidl::FidlCodedHandle coded_handle) in fidl_type()
230 : type_tag(fidl::kFidlTypeHandle), coded_handle(coded_handle) {} in fidl_type()

Completed in 5 milliseconds