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

  /external/libmojo/mojo/public/cpp/bindings/lib/
serialization_context.cc 58 DCHECK(!custom_contexts || custom_contexts->empty());
serialization_context.h 68 std::unique_ptr<std::queue<void*>> custom_contexts; member in struct:mojo::internal::SerializationContext
serialization_util.h 101 if (!context->custom_contexts)
102 context->custom_contexts.reset(new std::queue<void*>());
103 context->custom_contexts->push(custom_context);
108 void* custom_context = context->custom_contexts->front();
109 context->custom_contexts->pop();

Completed in 64 milliseconds