Searched refs:GenericScopedHandle (Results 1 – 1 of 1) sorted by relevance
35 class GenericScopedHandle {39 GenericScopedHandle() : handle_(Traits::NullHandle()) {} in GenericScopedHandle() function41 explicit GenericScopedHandle(Handle handle) : handle_(Traits::NullHandle()) { in GenericScopedHandle() function45 GenericScopedHandle(GenericScopedHandle&& other) in GenericScopedHandle() function50 ~GenericScopedHandle() { Close(); } in ~GenericScopedHandle()54 GenericScopedHandle& operator=(GenericScopedHandle&& other) {95 GenericScopedHandle(const GenericScopedHandle&) = delete;96 GenericScopedHandle& operator=(const GenericScopedHandle&) = delete;163 typedef GenericScopedHandle<HandleTraits, VerifierTraits> ScopedHandle;