Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter.h125 class LIBPROTOBUF_EXPORT AnyWriter {
127 explicit AnyWriter(ProtoStreamObjectWriter* parent);
128 ~AnyWriter();
210 AnyWriter* any() const { return any_.get(); } in any()
232 google::protobuf::scoped_ptr<AnyWriter> any_;
Dprotostream_objectwriter.cc180 ProtoStreamObjectWriter::AnyWriter::AnyWriter(ProtoStreamObjectWriter* parent) in AnyWriter() function in google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter
190 ProtoStreamObjectWriter::AnyWriter::~AnyWriter() {} in ~AnyWriter()
192 void ProtoStreamObjectWriter::AnyWriter::StartObject(StringPiece name) { in StartObject()
223 bool ProtoStreamObjectWriter::AnyWriter::EndObject() { in EndObject()
240 void ProtoStreamObjectWriter::AnyWriter::StartList(StringPiece name) { in StartList()
262 void ProtoStreamObjectWriter::AnyWriter::EndList() { in EndList()
274 void ProtoStreamObjectWriter::AnyWriter::RenderDataPiece( in RenderDataPiece()
311 void ProtoStreamObjectWriter::AnyWriter::StartAny(const DataPiece& value) { in StartAny()
363 void ProtoStreamObjectWriter::AnyWriter::WriteAny() { in WriteAny()
387 any_.reset(new AnyWriter(ow_)); in Item()
[all …]