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

  /external/libmojo/mojo/public/cpp/bindings/lib/
message.cc 44 associated_endpoint_handles_(
45 std::move(other.associated_endpoint_handles_)) {}
55 std::swap(other.associated_endpoint_handles_, associated_endpoint_handles_);
62 associated_endpoint_handles_.clear();
123 DCHECK(associated_endpoint_handles_.empty());
170 if (associated_endpoint_handles_.empty())
176 size_t size = associated_endpoint_handles_.size();
181 ScopedInterfaceEndpointHandle& handle = associated_endpoint_handles_[i];
187 associated_endpoint_handles_.clear()
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/
message.h 129 return &associated_endpoint_handles_;
133 return &associated_endpoint_handles_;
148 // Serializes |associated_endpoint_handles_| into the payload_interface_ids
153 // Deserializes |associated_endpoint_handles_| from the payload_interface_ids
163 std::vector<ScopedInterfaceEndpointHandle> associated_endpoint_handles_; member in class:mojo::Message

Completed in 73 milliseconds