Searched defs:WriteMessage (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ | ||
D | JsonFormatter.cs | 195 private void WriteMessage(TextWriter writer, IMessage message) in WriteMessage() method in Google.Protobuf.JsonFormatter |
D | CodedOutputStream.cs | 300 public void WriteMessage(IMessage value) in WriteMessage() method in Google.Protobuf.CodedOutputStream |
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ | ||
D | wire_format_lite.cc | 453 void WireFormatLite::WriteMessage(int field_number, in WriteMessage() function in google::protobuf::internal::WireFormatLite |
D | wire_format_unittest.cc | 1113 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/ | ||
D | protostream_objectsource.cc | 174 Status ProtoStreamObjectSource::WriteMessage(const google::protobuf::Type& type, in WriteMessage() function in google::protobuf::util::converter::ProtoStreamObjectSource |