Searched refs:struct_pointer_state (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp118 struct_pointer_state.struct_type = fidl_type->coded_struct_pointer.struct_type;
227 } struct_pointer_state; member in union:__anon1079::FidlEncoder::__anon1080
363 if (!ClaimOutOfLineStorage(frame->struct_pointer_state.struct_type->size,
370 const fidl::FidlCodedStruct* coded_struct = frame->struct_pointer_state.struct_type;
H A Ddecoding.cpp98 struct_pointer_state.struct_type = fidl_type->coded_struct_pointer.struct_type;
207 } struct_pointer_state; member in union:__anon1059::FidlDecoder::__anon1060
335 if (!ClaimOutOfLineStorage(frame->struct_pointer_state.struct_type->size,
340 const fidl::FidlCodedStruct* coded_struct = frame->struct_pointer_state.struct_type;
H A Dvalidating.cpp95 struct_pointer_state.struct_type = fidl_type->coded_struct_pointer.struct_type;
206 } struct_pointer_state; member in union:__anon1102::FidlValidator::__anon1103
328 if (!ClaimOutOfLineStorage(frame->struct_pointer_state.struct_type->size,
332 const fidl::FidlCodedStruct* coded_struct = frame->struct_pointer_state.struct_type;

Completed in 80 milliseconds