Lines Matching refs:ScopedHandle
78 class ScopedHandle { class
84 ScopedHandle() in ScopedHandle() function in __anon008993c00111::ScopedHandle
87 explicit ScopedHandle(handle_type handle) in ScopedHandle() function in __anon008993c00111::ScopedHandle
90 ~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;
170 typedef ScopedHandle<FileHandle> FileScopedHandle;