Searched defs:ScopedHandleBase (Results 1 – 1 of 1) sorted by relevance
78 ScopedHandleBase() {} in ScopedHandleBase() function79 explicit ScopedHandleBase(HandleType handle) : handle_(handle) {} in ScopedHandleBase() function83 explicit ScopedHandleBase(ScopedHandleBase<CompatibleHandleType> other) in ScopedHandleBase() function87 ScopedHandleBase(ScopedHandleBase&& other) noexcept in ScopedHandleBase() function