Lines Matching refs:ScopedHandle
67 class ScopedHandle {
71 ScopedHandle(const ScopedHandle &other); // = delete;
72 void operator=(const ScopedHandle &other); // = delete;
74 ScopedHandle() in ScopedHandle() function
77 explicit ScopedHandle(handle_type h) in ScopedHandle() function
80 ~ScopedHandle() { in ~ScopedHandle()
91 ScopedHandle &operator=(handle_type h) {
154 typedef ScopedHandle<CommonHandleTraits> ScopedCommonHandle;
155 typedef ScopedHandle<FileHandleTraits> ScopedFileHandle;
156 typedef ScopedHandle<CryptContextTraits> ScopedCryptContext;
157 typedef ScopedHandle<FindHandleTraits> ScopedFindHandle;
158 typedef ScopedHandle<JobHandleTraits> ScopedJobHandle;