Home
last modified time | relevance | path

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

/system/ulib/fidl/include/lib/fidl/
A Dinternal.h206 const fidl::FidlCodedString coded_string; member
232 constexpr fidl_type(fidl::FidlCodedString coded_string) in fidl_type()
233 : type_tag(fidl::kFidlTypeString), coded_string(coded_string) {} in fidl_type()
/system/ulib/fidl/
A Dformatting.cpp121 if (type->coded_string.max_size != FIDL_MAX_SIZE) { in FormatTypeName()
122 str->AppendPrintf(":%" PRIu32, type->coded_string.max_size); in FormatTypeName()
124 FormatNullability(str, type->coded_string.nullable); in FormatTypeName()
A Dbuffer_walker.h633 string_state.max_size = fidl_type->coded_string.max_size;
634 string_state.nullable = fidl_type->coded_string.nullable;

Completed in 10 milliseconds