Searched defs:WriteAny (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/ | ||
D | JsonFormatter.cs | 560 private void WriteAny(TextWriter writer, IMessage value) in WriteAny() method in Google.Protobuf.JsonFormatter |
/external/protobuf/src/google/protobuf/util/internal/ | ||
D | protostream_objectwriter.cc | 361 void ProtoStreamObjectWriter::AnyWriter::WriteAny() { in WriteAny() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter |
/external/flatbuffers/include/flatbuffers/ | ||
D | flexbuffers.h | 1391 void WriteAny(const Value &val, uint8_t byte_width) { in WriteAny() function |