Searched refs:coded_struct (Results 1 – 6 of 6) sorted by relevance
69 void FormatStructName(StringBuilder* str, const fidl::FidlCodedStruct* coded_struct) { in FormatStructName() argument70 if (coded_struct->name) { in FormatStructName()71 str->Append(coded_struct->name); in FormatStructName()99 FormatStructName(str, &type->coded_struct); in FormatTypeName()
76 if (num_bytes() < type_->coded_struct.size) {80 out_of_line_offset_ = static_cast<uint32_t>(fidl::FidlAlign(type_->coded_struct.size));145 const fidl::FidlCodedStruct* coded_struct = frame->struct_pointer_state.struct_type;146 *frame = Frame(coded_struct, frame->offset);575 return type->coded_struct.size;598 struct_state.fields = fidl_type->coded_struct.fields;599 struct_state.field_count = fidl_type->coded_struct.field_count;650 Frame(const fidl::FidlCodedStruct* coded_struct, uint32_t offset)653 struct_state.fields = coded_struct->fields;654 struct_state.field_count = coded_struct->field_count;
199 const fidl::FidlCodedStruct coded_struct; member211 constexpr fidl_type(fidl::FidlCodedStruct coded_struct) in fidl_type()212 : type_tag(fidl::kFidlTypeStruct), coded_struct(coded_struct) {} in fidl_type()
179 fidl_type_t(fidl::FidlCodedStructPointer(&out_of_line_type.coded_struct));549 fidl_type_t(fidl::FidlCodedStructPointer(&struct_ptr_level_3_struct.coded_struct));560 fidl_type_t(fidl::FidlCodedStructPointer(&struct_ptr_level_2_struct.coded_struct));571 fidl_type_t(fidl::FidlCodedStructPointer(&struct_ptr_level_1_struct.coded_struct));582 fidl_type_t(fidl::FidlCodedStructPointer(&struct_ptr_level_0_struct.coded_struct));598 &recursion_message_type.coded_struct));
469 coded::StructType* coded_struct = in CompileFields() local471 std::vector<coded::StructField>& struct_fields = coded_struct->fields; in CompileFields()474 coded_struct->coded_name + "_" + std::string(member.name.data()); in CompileFields()
527 coded::StructType* coded_struct = in CompileFields() local529 std::vector<coded::StructField>& struct_fields = coded_struct->fields; in CompileFields()532 coded_struct->coded_name + "_" + std::string(member.name.data()); in CompileFields()
Completed in 18 milliseconds