Searched refs:ScopedHandle (Results 1 – 4 of 4) sorted by relevance
79 class ScopedHandle {83 ScopedHandle(const ScopedHandle &other) = delete;84 void operator=(const ScopedHandle &other) = delete;86 ScopedHandle() in ScopedHandle() function89 explicit ScopedHandle(handle_type h) in ScopedHandle() function92 ~ScopedHandle() { in ~ScopedHandle()103 ScopedHandle &operator=(handle_type h) {182 typedef ScopedHandle<CommonHandleTraits> ScopedCommonHandle;183 typedef ScopedHandle<FileHandleTraits> ScopedFileHandle;184 typedef ScopedHandle<CryptContextTraits> ScopedCryptContext;[all …]
182 struct ScopedHandle { struct183 ScopedHandle() : h_(nullptr) {} in ScopedHandle() argument184 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() function185 ~ScopedHandle() { in ~ScopedHandle() argument202 ScopedHandle stdin_read, stdin_write; in StartSymbolizerSubprocess()203 ScopedHandle stdout_read, stdout_write; in StartSymbolizerSubprocess()
270 struct ScopedHandle { in CrashHandler() struct271 ~ScopedHandle() { _zx_handle_close(Handle); } in CrashHandler() argument279 ScopedHandle Channel; in CrashHandler()311 ScopedHandle Exception; in CrashHandler()330 ScopedHandle Thread; in CrashHandler()
75 ScopedCryptContext ScopedHandle(hProvider); in getRandomBytes() local