Home
last modified time | relevance | path

Searched defs:WriteAny (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs560 private void WriteAny(TextWriter writer, IMessage value) in WriteAny() method in Google.Protobuf.JsonFormatter
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc361 void ProtoStreamObjectWriter::AnyWriter::WriteAny() { in WriteAny() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h1391 void WriteAny(const Value &val, uint8_t byte_width) { in WriteAny() function