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

/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h120 class LIBPROTOBUF_EXPORT AnyWriter { class in class:google::protobuf::util::converter::ProtoStreamObjectWriter
122 explicit AnyWriter(ProtoStreamObjectWriter* parent);
123 ~AnyWriter();
205 AnyWriter* any() const { return any_.get(); }
227 google::protobuf::scoped_ptr<AnyWriter> any_;
H A Dprotostream_objectwriter.cc178 ProtoStreamObjectWriter::AnyWriter::AnyWriter(ProtoStreamObjectWriter* parent) function in class:google::protobuf::util::converter::ProtoStreamObjectWriter::AnyWriter
188 ProtoStreamObjectWriter::AnyWriter::~AnyWriter() {}
190 void ProtoStreamObjectWriter::AnyWriter::StartObject(StringPiece name) {
194 // whenever we see an "@type" being rendered (see AnyWriter::RenderDataPiece).
221 bool ProtoStreamObjectWriter::AnyWriter::EndObject() {
238 void ProtoStreamObjectWriter::AnyWriter::StartList(StringPiece name) {
260 void ProtoStreamObjectWriter::AnyWriter::EndList() {
272 void ProtoStreamObjectWriter::AnyWriter
[all...]

Completed in 51 milliseconds