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

  /external/libmojo/mojo/edk/system/
platform_handle_dispatcher.h 31 bool EndSerialize(void* destination,
message_pipe_dispatcher.h 73 bool EndSerialize(void* destination,
platform_handle_dispatcher.cc 44 bool PlatformHandleDispatcher::EndSerialize(void* destination,
shared_buffer_dispatcher.h 83 bool EndSerialize(void* destination,
data_pipe_consumer_dispatcher.h 67 bool EndSerialize(void* destination,
data_pipe_producer_dispatcher.h 67 bool EndSerialize(void* destination,
message_for_transit.cc 103 if (!d->EndSerialize(static_cast<void*>(dispatcher_data),
dispatcher.cc 138 bool Dispatcher::EndSerialize(void* destination,
dispatcher.h 192 // StartSerialize() and EndSerialize() are always called in sequence, and
212 virtual bool EndSerialize(void* destination,
platform_handle_dispatcher_unittest.cc 91 EXPECT_TRUE(dispatcher->EndSerialize(nullptr, nullptr, handles->data()));
shared_buffer_dispatcher.cc 254 bool SharedBufferDispatcher::EndSerialize(void* destination,
data_pipe_consumer_dispatcher.cc 334 bool DataPipeConsumerDispatcher::EndSerialize(
data_pipe_producer_dispatcher.cc 312 bool DataPipeProducerDispatcher::EndSerialize(
message_pipe_dispatcher.cc 466 bool MessagePipeDispatcher::EndSerialize(void* destination,

Completed in 227 milliseconds