Searched defs:WriteMessage (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Ddefault_logger.cc27 void StdoutLogger::WriteMessage(const string& msg) { function in class:i18n::phonenumbers::StdoutLogger
H A Dlogger.h55 virtual void WriteMessage(const string& msg) = 0;
97 virtual void WriteMessage(const string& /* msg */) {} function in class:i18n::phonenumbers::NullLogger
/external/chromium_org/remoting/host/native_messaging/
H A Dnative_messaging_writer.cc40 bool NativeMessagingWriter::WriteMessage(const base::Value& message) { function in class:remoting::NativeMessagingWriter
H A Dnative_messaging_reader_unittest.cc33 void WriteMessage(std::string message);
77 void NativeMessagingReaderTest::WriteMessage(std::string message) { function in class:remoting::NativeMessagingReaderTest
89 WriteMessage("{\"foo\": 42}");
137 WriteMessage(text);
143 WriteMessage("{}");
144 WriteMessage("{\"foo\": 42}");
/external/chromium_org/mojo/public/platform/native/
H A Dsystem_thunks.h52 MojoResult (*WriteMessage)(MojoHandle message_pipe_handle, member in struct:MojoSystemThunks
/external/chromium_org/mojo/bindings/js/
H A Dcore.cc84 MojoResult WriteMessage( function in namespace:mojo::js::__anon8723
256 .SetMethod("writeMessage", WriteMessage)
/external/chromium_org/mojo/system/
H A Dmessage_pipe.cc89 MojoResult MessagePipe::WriteMessage( function in class:mojo::system::MessagePipe
265 // is the peer port of the handle given to |WriteMessage()|.)
H A Dchannel.cc179 bool Channel::WriteMessage(scoped_ptr<MessageInTransit> message) { function in class:mojo::system::Channel
184 LOG(WARNING) << "WriteMessage() after shutdown";
188 DLOG_IF(WARNING, is_shutting_down_) << "WriteMessage() while shutting down";
189 return raw_channel_->WriteMessage(message.Pass());
510 return WriteMessage(message.Pass());
H A Draw_channel.cc228 bool RawChannel::WriteMessage(scoped_ptr<MessageInTransit> message) { function in class:mojo::system::RawChannel
H A Dcore.cc227 MojoResult Core::WriteMessage(MojoHandle message_pipe_handle, function in class:mojo::system::Core
239 return dispatcher->WriteMessage(bytes, num_bytes, nullptr, flags);
246 // validity, even for dispatchers that don't support |WriteMessage()| and will
255 // |WriteMessage()| and also so that we can unlock their locks afterwards
276 dispatcher->WriteMessage(bytes, num_bytes, &transports, flags);
H A Ddispatcher.cc105 MojoResult Dispatcher::WriteMessage( function in class:mojo::system::Dispatcher
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc530 void WireFormatLite::WriteMessage(int field_number, function in class:google::protobuf::internal::WireFormatLite
H A Dwire_format_unittest.cc839 bool WriteMessage(const char *value, T *message, string *wire_buffer) { function in namespace:google::protobuf::internal::__anon14884
861 WriteMessage(kInvalidUTF8String, &input, &wire_buffer);
878 WriteMessage(kInvalidUTF8String, &input, &wire_buffer);
904 WriteMessage(kValidUTF8String, &input, &wire_buffer);
913 WriteMessage(kValidUTF8String, &input, &wire_buffer);
932 WriteMessage(kInvalidUTF8String, &input, &wire_buffer);
941 WriteMessage(kInvalidUTF8String, &input, &wire_buffer);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dinternal_logging.cc59 static void WriteMessage(const char* msg, int length) { function in namespace:tcmalloc
63 void (*log_message_writer)(const char* msg, int length) = WriteMessage;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dinternal_logging.cc58 static void WriteMessage(const char* msg, int length) { function in namespace:tcmalloc
62 void (*log_message_writer)(const char* msg, int length) = WriteMessage;
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.cc303 void WireFormatLite::WriteMessage(int field_number, function in class:google::protobuf::internal::WireFormatLite
H A Dwire_format_unittest.cc791 bool WriteMessage(const char *value, T *message, string *wire_buffer) { function in namespace:google::protobuf::internal::__anon29019
809 WriteMessage(kInvalidUTF8String, &input, &wire_buffer);
827 WriteMessage(kInvalidUTF8String, &input, &wire_buffer);
853 WriteMessage(kValidUTF8String, &input, &wire_buffer);
862 WriteMessage(kValidUTF8String, &input, &wire_buffer);
881 WriteMessage(kInvalidUTF8String, &input, &wire_buffer);
890 WriteMessage(kInvalidUTF8String, &input, &wire_buffer);
/external/chromium_org/mojo/android/system/
H A Dcore_impl.cc147 static jint WriteMessage(JNIEnv* env, function in namespace:mojo::android
/external/chromium_org/mojo/public/python/mojo/
H A Dsystem.pyx340 def WriteMessage(self, member in class:Handle

Completed in 327 milliseconds