Home
last modified time | relevance | path

Searched defs:WriteMessage (Results 1 – 11 of 11) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Ddefault_logger.cc24 void StdoutLogger::WriteMessage(const string& msg) { in WriteMessage() function in i18n::phonenumbers::StdoutLogger
Dlogger.h97 virtual void WriteMessage(const string& /* msg */) {} in WriteMessage() function
/third_party/protobuf/csharp/src/Google.Protobuf/
DWritingPrimitivesMessages.cs51 public static void WriteMessage(ref WriteContext ctx, IMessage value) in WriteMessage() method in Google.Protobuf.WritingPrimitivesMessages
DWriteContext.cs187 public void WriteMessage(IMessage value) in WriteMessage() method
DJsonFormatter.cs195 private void WriteMessage(TextWriter writer, IMessage message) in WriteMessage() method in Google.Protobuf.JsonFormatter
DCodedOutputStream.cs263 public void WriteMessage(IMessage value) in WriteMessage() method in Google.Protobuf.CodedOutputStream
/third_party/libphonenumber/cpp/test/phonenumbers/
Dlogger_test.cc38 virtual void WriteMessage(const string& msg) { in WriteMessage() function in i18n::phonenumbers::StringLogger
/third_party/node/deps/v8/src/torque/ls/
Dmessage-handler.cc56 void WriteMessage(JsonValue message) { in WriteMessage() function
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc187 Status ProtoStreamObjectSource::WriteMessage(const google::protobuf::Type& type, in WriteMessage() function in google::protobuf::util::converter::ProtoStreamObjectSource
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.cc519 void WireFormatLite::WriteMessage(int field_number, const MessageLite& value, in WriteMessage() function in google::protobuf::internal::WireFormatLite
Dwire_format_unittest.cc1222 bool WriteMessage(const char* value, T* message, std::string* wire_buffer) { in WriteMessage() function