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

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

Completed in 412 milliseconds