Lines Matching refs:ScopedHandle
79 class ScopedHandle { class
85 ScopedHandle() in ScopedHandle() function in __anond6cdad920111::ScopedHandle
88 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anond6cdad920111::ScopedHandle
91 ~ScopedHandle() { in ~ScopedHandle()
95 ScopedHandle& operator=(handle_type handle) { in operator =()
166 typedef ScopedHandle<FileMappingHandle> FileMappingScopedHandle;
167 typedef ScopedHandle<MappedViewOfFileHandle> MappedViewOfFileScopedHandle;
168 typedef ScopedHandle<ProcessHandle> ProcessScopedHandle;
169 typedef ScopedHandle<ThreadHandle> ThreadScopedHandle;
170 typedef ScopedHandle<TokenHandle> TokenScopedHandle;
171 typedef ScopedHandle<FileHandle> FileScopedHandle;