Searched refs:struct_ptr_ptr (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp358 void** struct_ptr_ptr = TypedAt<void*>(frame->offset); local
359 if (*struct_ptr_ptr == nullptr) {
364 *struct_ptr_ptr, &frame->offset)) {
369 *struct_ptr_ptr = reinterpret_cast<void*>(FIDL_ALLOC_PRESENT);
H A Ddecoding.cpp334 void** struct_ptr_ptr = TypedAt<void*>(frame->offset); local
339 *struct_ptr_ptr = TypedAt<void>(frame->offset);

Completed in 78 milliseconds