Searched defs:ReadMessage (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/mojo/system/
H A Dmessage_pipe_endpoint.cc17 MojoResult MessagePipeEndpoint::ReadMessage( function in class:mojo::system::MessagePipeEndpoint
H A Dlocal_message_pipe_endpoint.cc111 MojoResult LocalMessagePipeEndpoint::ReadMessage( function in class:mojo::system::LocalMessagePipeEndpoint
H A Dmessage_pipe.cc79 MojoResult MessagePipe::ReadMessage( function in class:mojo::system::MessagePipe
90 return endpoints_[port]->ReadMessage(bytes, num_bytes,
H A Dcore_impl.cc312 MojoResult CoreImpl::ReadMessage(MojoHandle message_pipe_handle, function in class:mojo::system::CoreImpl
331 return dispatcher->ReadMessage(bytes, num_bytes, NULL, num_handles, flags);
334 MojoResult rv = dispatcher->ReadMessage(bytes, num_bytes,
H A Ddispatcher.cc37 MojoResult Dispatcher::ReadMessage( function in class:mojo::system::Dispatcher
/external/chromium_org/mojo/apps/js/bindings/
H A Dcore.cc48 gin::Dictionary ReadMessage(const gin::Arguments& args, MojoHandle handle, function in namespace:mojo::js::__anon9032
104 .SetMethod("readMessage", ReadMessage)
/external/chromium_org/ppapi/tests/
H A Dtest_broker.cc83 bool ReadMessage(PlatformFile file, size_t message_len, char* message) { function in namespace:__anon10251
127 bool success = ReadMessage(file, message_len, message_received) &&
/external/chromium_org/remoting/host/native_messaging/
H A Dnative_messaging_reader.cc46 void ReadMessage();
78 void NativeMessagingReader::Core::ReadMessage() { function in class:remoting::NativeMessagingReader::Core
154 FROM_HERE, base::Bind(&NativeMessagingReader::Core::ReadMessage,
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc847 bool ReadMessage(const string &wire_buffer, T *message) { function in namespace:google::protobuf::internal::__anon14281
883 ReadMessage(wire_buffer, &output);
918 ReadMessage(wire_buffer, &output);
946 ReadMessage(wire_buffer, &output);
964 ReadMessage(wire_buffer, &output);
H A Dwire_format_lite_inl.h355 inline bool WireFormatLite::ReadMessage(io::CodedInputStream* input, function in class:google::protobuf::internal::WireFormatLite
/external/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc799 bool ReadMessage(const string &wire_buffer, T *message) { function in namespace:google::protobuf::internal::__anon24938
832 ReadMessage(wire_buffer, &output);
867 ReadMessage(wire_buffer, &output);
895 ReadMessage(wire_buffer, &output);
H A Dwire_format_lite_inl.h356 inline bool WireFormatLite::ReadMessage(io::CodedInputStream* input, function in class:google::protobuf::internal::WireFormatLite

Completed in 360 milliseconds