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

  /external/libmojo/mojo/public/cpp/bindings/lib/
serialization_context.h 26 class SerializedHandleVector {
28 SerializedHandleVector();
29 ~SerializedHandleVector();
53 DISALLOW_COPY_AND_ASSIGN(SerializedHandleVector);
71 SerializedHandleVector handles;
serialization_context.cc 16 SerializedHandleVector::SerializedHandleVector() {}
18 SerializedHandleVector::~SerializedHandleVector() {
27 Handle_Data SerializedHandleVector::AddHandle(mojo::Handle handle) {
39 mojo::Handle SerializedHandleVector::TakeHandle(
47 void SerializedHandleVector::Swap(std::vector<mojo::Handle>* other) {

Completed in 69 milliseconds