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

/external/chromium_org/mojo/public/cpp/system/
H A Dhandle.h34 // |ScopedHandleBase| and |Scoped...Handle|:
36 // |ScopedHandleBase<HandleType>| is a templated scoped wrapper, for the handle
43 // |ScopedHandle| is just (a typedef of) a |ScopedHandleBase<Handle>|.
45 // |ScopedHandleBase<MessagePipeHandle>|. Etc. Note that a
61 // |ScopedHandleBase<SharedBufferHandle>|) as an "out" parameter.
81 // ScopedHandleBase ------------------------------------------------------------
86 class ScopedHandleBase { class in namespace:mojo
87 MOJO_MOVE_ONLY_TYPE_FOR_CPP_03(ScopedHandleBase, RValue)
90 ScopedHandleBase() {} function in class:mojo::ScopedHandleBase
91 explicit ScopedHandleBase(HandleTyp function in class:mojo::ScopedHandleBase
95 explicit ScopedHandleBase(ScopedHandleBase<CompatibleHandleType> other) function in class:mojo::ScopedHandleBase
100 ScopedHandleBase(RValue other) : handle_(other.object->release()) {} function in class:mojo::ScopedHandleBase
[all...]

Completed in 65 milliseconds