Searched refs:coded_struct (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp113 struct_state.fields = fidl_type->coded_struct.fields;
114 struct_state.field_count = fidl_type->coded_struct.field_count;
155 Frame(const fidl::FidlCodedStruct* coded_struct, uint32_t offset) : offset(offset) { argument
157 struct_state.fields = coded_struct->fields;
158 struct_state.field_count = coded_struct->field_count;
328 if (type_->coded_struct.size > num_bytes_) {
333 out_of_line_offset_ = static_cast<uint32_t>(fidl::FidlAlign(type_->coded_struct.size));
370 const fidl::FidlCodedStruct* coded_struct = frame->struct_pointer_state.struct_type; local
372 *frame = Frame(coded_struct, frame->offset);
H A Ddecoding.cpp93 struct_state.fields = fidl_type->coded_struct.fields;
94 struct_state.field_count = fidl_type->coded_struct.field_count;
135 Frame(const fidl::FidlCodedStruct* coded_struct, uint32_t offset) : offset(offset) { argument
137 struct_state.fields = coded_struct->fields;
138 struct_state.field_count = coded_struct->field_count;
297 if (type_->coded_struct.size > num_bytes_) {
301 out_of_line_offset_ = static_cast<uint32_t>(fidl::FidlAlign(type_->coded_struct.size));
340 const fidl::FidlCodedStruct* coded_struct = frame->struct_pointer_state.struct_type; local
341 *frame = Frame(coded_struct, frame->offset);
H A Dvalidating.cpp90 struct_state.fields = fidl_type->coded_struct.fields;
91 struct_state.field_count = fidl_type->coded_struct.field_count;
132 Frame(const fidl::FidlCodedStruct* coded_struct, uint32_t offset) argument
135 struct_state.fields = coded_struct->fields;
136 struct_state.field_count = coded_struct->field_count;
291 if (type_->coded_struct.size > num_bytes_) {
295 out_of_line_offset_ = static_cast<uint32_t>(fidl::FidlAlign(type_->coded_struct.size));
332 const fidl::FidlCodedStruct* coded_struct = frame->struct_pointer_state.struct_type; local
333 *frame = Frame(coded_struct, frame->offset);
H A Dformatting.cpp69 void FormatStructName(StringBuilder* str, const fidl::FidlCodedStruct* coded_struct) { argument
70 if (coded_struct->name) {
71 str->Append(coded_struct->name);
99 FormatStructName(str, &type->coded_struct);
/fuchsia/zircon/system/ulib/fidl/include/lib/fidl/
H A Dinternal.h171 const fidl::FidlCodedStruct coded_struct; member in union:fidl_type::__anon1090
181 constexpr fidl_type(fidl::FidlCodedStruct coded_struct) argument
182 : type_tag(fidl::kFidlTypeStruct), coded_struct(coded_struct) {}
/fuchsia/zircon/system/utest/fidl/
H 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));
/fuchsia/zircon/system/host/fidl/lib/
H A Dtables_generator.cpp286 Emit(&tables_file_, ".coded_struct));\n");
523 coded::StructType* coded_struct = local
525 std::vector<coded::StructField>& struct_fields = coded_struct->fields;
528 coded_struct->coded_name + "_" + std::string(member.name.data());

Completed in 41 milliseconds