Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h140 class PROTOBUF_EXPORT AnyWriter {
142 explicit AnyWriter(ProtoStreamObjectWriter* parent);
143 ~AnyWriter();
201 void Replay(AnyWriter* writer) const;
277 AnyWriter* any() const { return any_.get(); } in any()
299 std::unique_ptr<AnyWriter> any_;
Dprotostream_objectwriter.cc204 ProtoStreamObjectWriter::AnyWriter::AnyWriter(ProtoStreamObjectWriter* parent) in AnyWriter() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter
214 ProtoStreamObjectWriter::AnyWriter::~AnyWriter() {} in ~AnyWriter()
216 void ProtoStreamObjectWriter::AnyWriter::StartObject(StringPiece name) { in StartObject()
241 bool ProtoStreamObjectWriter::AnyWriter::EndObject() { in EndObject()
263 void ProtoStreamObjectWriter::AnyWriter::StartList(StringPiece name) { in StartList()
280 void ProtoStreamObjectWriter::AnyWriter::EndList() { in EndList()
294 void ProtoStreamObjectWriter::AnyWriter::RenderDataPiece( in RenderDataPiece()
327 void ProtoStreamObjectWriter::AnyWriter::StartAny(const DataPiece& value) { in StartAny()
386 void ProtoStreamObjectWriter::AnyWriter::WriteAny() { in WriteAny()
411 void ProtoStreamObjectWriter::AnyWriter::Event::Replay( in Replay()
[all …]