HomeSort by relevance Sort by last modified time
    Searched refs:ScopedHandleBase (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/mojo/public/cpp/system/
core.h 36 // |ScopedHandleBase| and |Scoped...Handle|:
38 // |ScopedHandleBase<HandleType>| is a templated scoped wrapper, for the handle
45 // |ScopedHandle| is just (a typedef of) a |ScopedHandleBase<Handle>|.
47 // |ScopedHandleBase<MessagePipeHandle>|. Etc. Note that a
63 // |ScopedHandleBase<SharedBufferHandle>|) as an "out" parameter.
89 // ScopedHandleBase ------------------------------------------------------------
94 class ScopedHandleBase {
95 MOJO_MOVE_ONLY_TYPE_FOR_CPP_03(ScopedHandleBase, RValue)
98 ScopedHandleBase() {}
99 explicit ScopedHandleBase(HandleType handle) : handle_(handle) {
    [all...]
  /external/chromium_org/mojo/public/cpp/bindings/lib/
array_serialization.h 66 template <typename H> struct ArraySerializer<ScopedHandleBase<H>, H, true> {
67 static size_t GetSerializedSize(const Array<ScopedHandleBase<H> >& input) {
71 Array<ScopedHandleBase<H> > input,
78 Array_Data<H>* input, Array<ScopedHandleBase<H> >* output) {
79 Array<ScopedHandleBase<H> > result(input->size());
bindings_internal.h 76 template <typename H> struct WrapperTraits<ScopedHandleBase<H>, true> {
  /external/chromium_org/mojo/public/cpp/bindings/tests/
sample_service_unittest.cc 178 const mojo::ScopedHandleBase<H>& value) {

Completed in 87 milliseconds