Searched refs:ScopedHandle (Results 1 – 4 of 4) sorted by relevance
81 class ScopedHandle {85 ScopedHandle(const ScopedHandle &other) = delete;86 void operator=(const ScopedHandle &other) = delete;88 ScopedHandle() in ScopedHandle() function91 explicit ScopedHandle(handle_type h) in ScopedHandle() function94 ~ScopedHandle() { in ~ScopedHandle()105 ScopedHandle &operator=(handle_type h) {184 typedef ScopedHandle<CommonHandleTraits> ScopedCommonHandle;185 typedef ScopedHandle<FileHandleTraits> ScopedFileHandle;186 typedef ScopedHandle<CryptContextTraits> ScopedCryptContext;[all …]
181 struct ScopedHandle { struct182 ScopedHandle() : h_(nullptr) {} in ScopedHandle() function183 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() argument184 ~ScopedHandle() { in ~ScopedHandle() argument201 ScopedHandle stdin_read, stdin_write; in StartSymbolizerSubprocess()202 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