Home
last modified time | relevance | path

Searched refs:EndSerialize (Results 1 – 14 of 14) sorted by relevance

/external/libchrome/mojo/core/
Dplatform_handle_dispatcher.h31 bool EndSerialize(void* destination,
Dplatform_handle_dispatcher.cc43 bool PlatformHandleDispatcher::EndSerialize(void* destination, in EndSerialize() function in mojo::core::PlatformHandleDispatcher
Dshared_buffer_dispatcher.h88 bool EndSerialize(void* destination,
Dmessage_pipe_dispatcher.h67 bool EndSerialize(void* destination,
Ddata_pipe_producer_dispatcher.h57 bool EndSerialize(void* destination,
Ddata_pipe_consumer_dispatcher.h58 bool EndSerialize(void* destination,
Dplatform_handle_dispatcher_unittest.cc91 EXPECT_TRUE(dispatcher->EndSerialize(nullptr, nullptr, &received_handle)); in TEST()
Ddispatcher.h188 virtual bool EndSerialize(void* destination,
Ddispatcher.cc142 bool Dispatcher::EndSerialize(void* destination, in EndSerialize() function in mojo::core::Dispatcher
Dmessage_pipe_dispatcher.cc276 bool MessagePipeDispatcher::EndSerialize(void* destination, in EndSerialize() function in mojo::core::MessagePipeDispatcher
Dshared_buffer_dispatcher.cc324 bool SharedBufferDispatcher::EndSerialize(void* destination, in EndSerialize() function in mojo::core::SharedBufferDispatcher
Ddata_pipe_producer_dispatcher.cc258 bool DataPipeProducerDispatcher::EndSerialize( in EndSerialize() function in mojo::core::DataPipeProducerDispatcher
Ddata_pipe_consumer_dispatcher.cc299 bool DataPipeConsumerDispatcher::EndSerialize( in EndSerialize() function in mojo::core::DataPipeConsumerDispatcher
Duser_message_impl.cc227 !d->EndSerialize( in CreateOrExtendSerializedEventMessage()