Home | History | Annotate | Download | only in KillTheDoctor

Lines Matching defs:ScopedHandle

77   class ScopedHandle {
83 ScopedHandle()
86 explicit ScopedHandle(handle_type handle)
89 ~ScopedHandle() {
93 ScopedHandle& operator=(handle_type handle) {
164 typedef ScopedHandle<FileMappingHandle> FileMappingScopedHandle;
165 typedef ScopedHandle<MappedViewOfFileHandle> MappedViewOfFileScopedHandle;
166 typedef ScopedHandle<ProcessHandle> ProcessScopedHandle;
167 typedef ScopedHandle<ThreadHandle> ThreadScopedHandle;
168 typedef ScopedHandle<TokenHandle> TokenScopedHandle;
169 typedef ScopedHandle<FileHandle> FileScopedHandle;