Searched defs:ScopedHandle (Results 1 – 4 of 4) sorted by relevance
181 struct ScopedHandle { struct182 ScopedHandle() : h_(nullptr) {} in ScopedHandle() argument183 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() function184 ~ScopedHandle() { in ~ScopedHandle()188 HANDLE get() { return h_; } in get()189 HANDLE *receive() { return &h_; } in receive()190 HANDLE release() { in release()195 HANDLE h_;
270 struct ScopedHandle { in CrashHandler() struct 271 ~ScopedHandle() { _zx_handle_close(Handle); } in CrashHandler() argument 272 Handlefuzzer::__anon6525acf10111::CrashHandler::ScopedHandle CrashHandler() argument
73 ScopedCryptContext ScopedHandle(hProvider); getRandomBytes() local
88 ScopedHandle() in ScopedHandle() function91 explicit ScopedHandle(handle_type h) in ScopedHandle() function