Searched defs:ScopedHandle (Results 1 – 7 of 7) sorted by relevance
180 struct ScopedHandle { struct181 ScopedHandle() : h_(nullptr) {} in ScopedHandle() argument182 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() function183 ~ScopedHandle() { in ~ScopedHandle()187 HANDLE get() { return h_; } in get()188 HANDLE *receive() { return &h_; } in receive()189 HANDLE release() { in release()194 HANDLE h_;
183 struct ScopedHandle { struct184 ScopedHandle() : h_(nullptr) {} in ScopedHandle() argument185 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() function186 ~ScopedHandle() { in ~ScopedHandle()190 HANDLE get() { return h_; } in get()191 HANDLE *receive() { return &h_; } in receive()192 HANDLE release() { in release()197 HANDLE h_;
178 struct ScopedHandle { struct179 ScopedHandle() : h_(nullptr) {} in ScopedHandle() argument180 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() function181 ~ScopedHandle() { in ~ScopedHandle()185 HANDLE get() { return h_; } in get()186 HANDLE *receive() { return &h_; } in receive()187 HANDLE release() { in release()192 HANDLE h_;
216 struct ScopedHandle { in CrashHandler() struct217 ~ScopedHandle() { _zx_handle_close(Handle); } in CrashHandler()218 zx_handle_t Handle = ZX_HANDLE_INVALID; in CrashHandler()
63 ScopedCryptContext ScopedHandle(hProvider); in getRandomBytes() local
78 class ScopedHandle { class84 ScopedHandle() in ScopedHandle() function in __anon46c0b0140111::ScopedHandle87 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon46c0b0140111::ScopedHandle
85 ScopedHandle() in ScopedHandle() function88 explicit ScopedHandle(handle_type h) in ScopedHandle() function