Searched refs:coded_string (Results 1 – 3 of 3) sorted by relevance
206 const fidl::FidlCodedString coded_string; member232 constexpr fidl_type(fidl::FidlCodedString coded_string) in fidl_type()233 : type_tag(fidl::kFidlTypeString), coded_string(coded_string) {} in fidl_type()
121 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()
633 string_state.max_size = fidl_type->coded_string.max_size;634 string_state.nullable = fidl_type->coded_string.nullable;
Completed in 10 milliseconds