/external/libchrome/mojo/core/ |
D | platform_handle_dispatcher.h | 31 bool EndSerialize(void* destination,
|
D | platform_handle_dispatcher.cc | 43 bool PlatformHandleDispatcher::EndSerialize(void* destination, in EndSerialize() function in mojo::core::PlatformHandleDispatcher
|
D | shared_buffer_dispatcher.h | 88 bool EndSerialize(void* destination,
|
D | message_pipe_dispatcher.h | 67 bool EndSerialize(void* destination,
|
D | data_pipe_producer_dispatcher.h | 57 bool EndSerialize(void* destination,
|
D | data_pipe_consumer_dispatcher.h | 58 bool EndSerialize(void* destination,
|
D | platform_handle_dispatcher_unittest.cc | 91 EXPECT_TRUE(dispatcher->EndSerialize(nullptr, nullptr, &received_handle)); in TEST()
|
D | dispatcher.h | 188 virtual bool EndSerialize(void* destination,
|
D | dispatcher.cc | 142 bool Dispatcher::EndSerialize(void* destination, in EndSerialize() function in mojo::core::Dispatcher
|
D | message_pipe_dispatcher.cc | 276 bool MessagePipeDispatcher::EndSerialize(void* destination, in EndSerialize() function in mojo::core::MessagePipeDispatcher
|
D | shared_buffer_dispatcher.cc | 324 bool SharedBufferDispatcher::EndSerialize(void* destination, in EndSerialize() function in mojo::core::SharedBufferDispatcher
|
D | data_pipe_producer_dispatcher.cc | 258 bool DataPipeProducerDispatcher::EndSerialize( in EndSerialize() function in mojo::core::DataPipeProducerDispatcher
|
D | data_pipe_consumer_dispatcher.cc | 299 bool DataPipeConsumerDispatcher::EndSerialize( in EndSerialize() function in mojo::core::DataPipeConsumerDispatcher
|
D | user_message_impl.cc | 227 !d->EndSerialize( in CreateOrExtendSerializedEventMessage()
|