OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:associated_endpoint_handles
(Results
1 - 7
of
7
) sorted by null
/external/libmojo/mojo/public/cpp/bindings/lib/
handle_interface_serialization.h
43
static_cast<uint32_t>(context->
associated_endpoint_handles
.size());
44
context->
associated_endpoint_handles
.push_back(input.PassHandle());
56
context->
associated_endpoint_handles
.size());
58
std::move(context->
associated_endpoint_handles
[input->handle.value]));
86
static_cast<uint32_t>(context->
associated_endpoint_handles
.size());
87
context->
associated_endpoint_handles
.push_back(input.PassHandle());
97
DCHECK_LT(input->value, context->
associated_endpoint_handles
.size());
99
std::move(context->
associated_endpoint_handles
[input->value]));
serialization_context.h
71
std::vector<ScopedInterfaceEndpointHandle>
associated_endpoint_handles
;
member in struct:mojo::internal::SerializationContext
interface_endpoint_client.cc
226
if (!message->
associated_endpoint_handles
()->empty())
244
if (!message->
associated_endpoint_handles
()->empty())
multiplex_router.cc
289
if (value_.
associated_endpoint_handles
()->empty())
/external/libmojo/mojo/public/cpp/bindings/
thread_safe_interface_ptr.h
58
if (!message->
associated_endpoint_handles
()->empty()) {
78
if (!message->
associated_endpoint_handles
()->empty()) {
message.h
128
associated_endpoint_handles
() const {
function in class:mojo::Message
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
interface_definition.tmpl
11
serialization_context.
associated_endpoint_handles
.swap(
42
({{serialization_context}})->
associated_endpoint_handles
.swap(
Completed in 156 milliseconds