Searched defs:ScopedHandle (Results 1 – 4 of 4) sorted by relevance
183 explicit ScopedHandle(HANDLE h) : h_(h) {} struct 184 ~ScopedHandle() { in ScopedHandle() argument 185 ScopedHandle__sanitizer::__anonf0e251c80211::ScopedHandle ScopedHandle() argument 186 ~ScopedHandle__sanitizer::__anonf0e251c80211::ScopedHandle ~ScopedHandle() argument 190 get__sanitizer::__anonf0e251c80211::ScopedHandle get() argument 191 receive__sanitizer::__anonf0e251c80211::ScopedHandle receive() argument 192 release__sanitizer::__anonf0e251c80211::ScopedHandle release() argument 197 h___sanitizer::__anonf0e251c80211::ScopedHandle global() argument
270 struct ScopedHandle { in CrashHandler() struct271 ~ScopedHandle() { _zx_handle_close(Handle); } in CrashHandler()272 zx_handle_t Handle = ZX_HANDLE_INVALID; in CrashHandler()
75 ScopedCryptContext ScopedHandle(hProvider); in getRandomBytes() local
88 ScopedHandle() in ScopedHandle() function91 explicit ScopedHandle(handle_type h) in ScopedHandle() function