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

/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp143 handle_state.nullable = fidl_type->coded_handle.nullable;
247 } handle_state; member in union:__anon1079::FidlEncoder::__anon1080
456 if (frame->handle_state.nullable && *handle_ptr == ZX_HANDLE_INVALID) {
H A Ddecoding.cpp123 handle_state.nullable = fidl_type->coded_handle.nullable;
227 } handle_state; member in union:__anon1059::FidlDecoder::__anon1060
430 if (frame->handle_state.nullable) {
H A Dvalidating.cpp120 handle_state.nullable = fidl_type->coded_handle.nullable;
226 } handle_state; member in union:__anon1102::FidlValidator::__anon1103
419 if (frame->handle_state.nullable) {

Completed in 77 milliseconds