Searched refs:coded_vector (Results 1 – 3 of 3) sorted by relevance
194 FormatElementName(str, type->coded_vector.element); in FormatTypeName()196 if (type->coded_vector.max_count != FIDL_MAX_SIZE) { in FormatTypeName()197 str->AppendPrintf(":%" PRIu32, type->coded_vector.max_count); in FormatTypeName()199 FormatNullability(str, type->coded_vector.nullable); in FormatTypeName()
642 vector_state.element = fidl_type->coded_vector.element;643 vector_state.max_count = fidl_type->coded_vector.max_count;644 vector_state.element_size = fidl_type->coded_vector.element_size;645 vector_state.nullable = fidl_type->coded_vector.nullable;
208 const fidl::FidlCodedVector coded_vector; member238 constexpr fidl_type(fidl::FidlCodedVector coded_vector) in fidl_type()239 : type_tag(fidl::kFidlTypeVector), coded_vector(coded_vector) {} in fidl_type()
Completed in 6 milliseconds