Searched refs:ScopedHandle (Results 1 – 5 of 5) sorted by relevance
78 class ScopedHandle {82 ScopedHandle(const ScopedHandle &other) = delete;83 void operator=(const ScopedHandle &other) = delete;85 ScopedHandle() in ScopedHandle() function88 explicit ScopedHandle(handle_type h) in ScopedHandle() function91 ~ScopedHandle() { in ~ScopedHandle()102 ScopedHandle &operator=(handle_type h) {182 typedef ScopedHandle<FileHandleTraits> ScopedFileHandle;184 typedef ScopedHandle<RegTraits> ScopedRegHandle;185 typedef ScopedHandle<FindHandleTraits> ScopedFindHandle;[all …]
78 class ScopedHandle { class84 ScopedHandle() in ScopedHandle() function in __anon594f3b190111::ScopedHandle87 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon594f3b190111::ScopedHandle90 ~ScopedHandle() { in ~ScopedHandle()94 ScopedHandle& operator=(handle_type handle) { in operator =()165 typedef ScopedHandle<FileMappingHandle> FileMappingScopedHandle;166 typedef ScopedHandle<MappedViewOfFileHandle> MappedViewOfFileScopedHandle;167 typedef ScopedHandle<ProcessHandle> ProcessScopedHandle;168 typedef ScopedHandle<ThreadHandle> ThreadScopedHandle;169 typedef ScopedHandle<TokenHandle> TokenScopedHandle;[all …]
183 struct ScopedHandle { struct184 ScopedHandle() : h_(nullptr) {} in ScopedHandle() function185 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() argument186 ~ScopedHandle() { in ~ScopedHandle() argument203 ScopedHandle stdin_read, stdin_write; in StartSymbolizerSubprocess()204 ScopedHandle stdout_read, stdout_write; in StartSymbolizerSubprocess()
223 struct ScopedHandle { in CrashHandler() struct224 ~ScopedHandle() { _zx_handle_close(Handle); } in CrashHandler() argument232 ScopedHandle Channel; in CrashHandler()264 ScopedHandle Exception; in CrashHandler()283 ScopedHandle Thread; in CrashHandler()
73 ScopedCryptContext ScopedHandle(hProvider); in getRandomBytes() local