Home
last modified time | relevance | path

Searched refs:coded_struct (Results 1 – 6 of 6) sorted by relevance

/system/ulib/fidl/
A Dformatting.cpp69 void FormatStructName(StringBuilder* str, const fidl::FidlCodedStruct* coded_struct) { in FormatStructName() argument
70 if (coded_struct->name) { in FormatStructName()
71 str->Append(coded_struct->name); in FormatStructName()
99 FormatStructName(str, &type->coded_struct); in FormatTypeName()
A Dbuffer_walker.h76 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;
/system/ulib/fidl/include/lib/fidl/
A Dinternal.h199 const fidl::FidlCodedStruct coded_struct; member
211 constexpr fidl_type(fidl::FidlCodedStruct coded_struct) in fidl_type()
212 : type_tag(fidl::kFidlTypeStruct), coded_struct(coded_struct) {} in fidl_type()
/system/utest/fidl/
A Dfidl_coded_types.cpp179 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));
/system/host/banjo/lib/
A Dtables_generator.cpp469 coded::StructType* coded_struct = in CompileFields() local
471 std::vector<coded::StructField>& struct_fields = coded_struct->fields; in CompileFields()
474 coded_struct->coded_name + "_" + std::string(member.name.data()); in CompileFields()
/system/host/fidl/lib/
A Dtables_generator.cpp527 coded::StructType* coded_struct = in CompileFields() local
529 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