Home
last modified time | relevance | path

Searched defs:ScopedHandleBase (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/mojo/public/cpp/system/
Dhandle.h87 MOJO_MOVE_ONLY_TYPE_FOR_CPP_03(ScopedHandleBase, RValue) in MOJO_MOVE_ONLY_TYPE_FOR_CPP_03() argument
91 explicit ScopedHandleBase(HandleType handle) : handle_(handle) {} in ScopedHandleBase() function
95 explicit ScopedHandleBase(ScopedHandleBase<CompatibleHandleType> other) in ScopedHandleBase() function
100 ScopedHandleBase(RValue other) : handle_(other.object->release()) {} in ScopedHandleBase() function