Home
last modified time | relevance | path

Searched refs:AnyWriter (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h144 class PROTOBUF_EXPORT AnyWriter {
146 explicit AnyWriter(ProtoStreamObjectWriter* parent);
147 ~AnyWriter();
205 void Replay(AnyWriter* writer) const;
281 AnyWriter* any() const { return any_.get(); } in any()
303 std::unique_ptr<AnyWriter> any_;
Dprotostream_objectwriter.cc202 ProtoStreamObjectWriter::AnyWriter::AnyWriter(ProtoStreamObjectWriter* parent) in AnyWriter() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter
212 ProtoStreamObjectWriter::AnyWriter::~AnyWriter() {} in ~AnyWriter()
214 void ProtoStreamObjectWriter::AnyWriter::StartObject(StringPiece name) { in StartObject()
239 bool ProtoStreamObjectWriter::AnyWriter::EndObject() { in EndObject()
261 void ProtoStreamObjectWriter::AnyWriter::StartList(StringPiece name) { in StartList()
278 void ProtoStreamObjectWriter::AnyWriter::EndList() { in EndList()
292 void ProtoStreamObjectWriter::AnyWriter::RenderDataPiece( in RenderDataPiece()
325 void ProtoStreamObjectWriter::AnyWriter::StartAny(const DataPiece& value) { in StartAny()
384 void ProtoStreamObjectWriter::AnyWriter::WriteAny() { in WriteAny()
409 void ProtoStreamObjectWriter::AnyWriter::Event::Replay( in Replay()
[all …]