Searched refs:struct_state (Results 1 - 3 of 3) 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;
157 struct_state.fields = coded_struct->fields;
158 struct_state.field_count = coded_struct->field_count;
224 } struct_state; member in union:__anon1079::FidlEncoder::__anon1080
344 if (field_index == frame->struct_state.field_count) {
348 const fidl::FidlField& field = frame->struct_state.fields[field_index];
H A Ddecoding.cpp93 struct_state.fields = fidl_type->coded_struct.fields;
94 struct_state.field_count = fidl_type->coded_struct.field_count;
137 struct_state.fields = coded_struct->fields;
138 struct_state.field_count = coded_struct->field_count;
204 } struct_state; member in union:__anon1059::FidlDecoder::__anon1060
312 if (field_index == frame->struct_state.field_count) {
316 const fidl::FidlField& field = frame->struct_state.fields[field_index];
H A Dvalidating.cpp90 struct_state.fields = fidl_type->coded_struct.fields;
91 struct_state.field_count = fidl_type->coded_struct.field_count;
135 struct_state.fields = coded_struct->fields;
136 struct_state.field_count = coded_struct->field_count;
203 } struct_state; member in union:__anon1102::FidlValidator::__anon1103
306 if (field_index == frame->struct_state.field_count) {
310 const fidl::FidlField& field = frame->struct_state.fields[field_index];

Completed in 29 milliseconds