Searched refs:ScopedHandle (Results 1 – 7 of 7) 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) {181 typedef ScopedHandle<CommonHandleTraits> ScopedCommonHandle;182 typedef ScopedHandle<FileHandleTraits> ScopedFileHandle;183 typedef ScopedHandle<CryptContextTraits> ScopedCryptContext;[all …]
78 class ScopedHandle { class84 ScopedHandle() in ScopedHandle() function in __anon46c0b0140111::ScopedHandle87 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon46c0b0140111::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 …]
180 struct ScopedHandle { struct181 ScopedHandle() : h_(nullptr) {} in ScopedHandle() function182 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() argument183 ~ScopedHandle() { in ~ScopedHandle() argument200 ScopedHandle stdin_read, stdin_write; in StartSymbolizerSubprocess()201 ScopedHandle stdout_read, stdout_write; in StartSymbolizerSubprocess()
178 struct ScopedHandle { struct179 ScopedHandle() : h_(nullptr) {} in ScopedHandle() function180 explicit ScopedHandle(HANDLE h) : h_(h) {} in ScopedHandle() argument181 ~ScopedHandle() { in ~ScopedHandle() argument198 ScopedHandle stdin_read, stdin_write; in StartSymbolizerSubprocess()199 ScopedHandle stdout_read, stdout_write; in StartSymbolizerSubprocess()
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()
216 struct ScopedHandle { in CrashHandler() struct217 ~ScopedHandle() { _zx_handle_close(Handle); } in CrashHandler() argument225 ScopedHandle Port; in CrashHandler()246 ScopedHandle Thread; in CrashHandler()
63 ScopedCryptContext ScopedHandle(hProvider); in getRandomBytes() local