Searched defs:ScopedHandleBase (Results 1 – 1 of 1) sorted by relevance
87 MOJO_MOVE_ONLY_TYPE_FOR_CPP_03(ScopedHandleBase, RValue) in MOJO_MOVE_ONLY_TYPE_FOR_CPP_03() argument91 explicit ScopedHandleBase(HandleType handle) : handle_(handle) {} in ScopedHandleBase() function95 explicit ScopedHandleBase(ScopedHandleBase<CompatibleHandleType> other) in ScopedHandleBase() function100 ScopedHandleBase(RValue other) : handle_(other.object->release()) {} in ScopedHandleBase() function