Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonFormatter.cs195 private void WriteMessage(TextWriter writer, IMessage message) in WriteMessage() method in Google.Protobuf.JsonFormatter
DCodedOutputStream.cs300 public void WriteMessage(IMessage value) in WriteMessage() method in Google.Protobuf.CodedOutputStream
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dwire_format_lite.cc453 void WireFormatLite::WriteMessage(int field_number, in WriteMessage() function in google::protobuf::internal::WireFormatLite
Dwire_format_unittest.cc1113 bool WriteMessage(const char *value, T *message, string *wire_buffer) { in WriteMessage() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc174 Status ProtoStreamObjectSource::WriteMessage(const google::protobuf::Type& type, in WriteMessage() function in google::protobuf::util::converter::ProtoStreamObjectSource