Searched refs:coded_handle (Results 1 – 3 of 3) sorted by relevance
128 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()
638 handle_state.nullable = fidl_type->coded_handle.nullable;
205 const fidl::FidlCodedHandle coded_handle; member229 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