Lines Matching refs:ScopedHandle
91 class ScopedHandle {
95 ScopedHandle(const ScopedHandle &other); // = delete;
96 void operator=(const ScopedHandle &other); // = delete;
98 ScopedHandle() in ScopedHandle() function
101 explicit ScopedHandle(handle_type h) in ScopedHandle() function
104 ~ScopedHandle() { in ~ScopedHandle()
115 ScopedHandle &operator=(handle_type h) {
194 typedef ScopedHandle<CommonHandleTraits> ScopedCommonHandle;
195 typedef ScopedHandle<FileHandleTraits> ScopedFileHandle;
196 typedef ScopedHandle<CryptContextTraits> ScopedCryptContext;
197 typedef ScopedHandle<RegTraits> ScopedRegHandle;
198 typedef ScopedHandle<FindHandleTraits> ScopedFindHandle;
199 typedef ScopedHandle<JobHandleTraits> ScopedJobHandle;