OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtoElement
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/src/google/protobuf/util/internal/
proto_writer.h
146
class LIBPROTOBUF_EXPORT
ProtoElement
: public BaseElement, public LocationTrackerInterface {
149
ProtoElement
(const TypeInfo* typeinfo, const google::protobuf::Type& type,
153
ProtoElement
(
ProtoElement
* parent, const google::protobuf::Field* field,
156
virtual ~
ProtoElement
() {}
163
ProtoElement
* pop();
178
virtual
ProtoElement
* parent() const {
179
return static_cast<
ProtoElement
*>(BaseElement::parent());
218
GOOGLE_DISALLOW_IMPLICIT_CONSTRUCTORS(
ProtoElement
);
230
virtual
ProtoElement
* element() { return element_.get();
[
all
...]
proto_writer.cc
289
ProtoWriter::
ProtoElement
::
ProtoElement
(const TypeInfo* typeinfo,
301
ProtoWriter::
ProtoElement
::
ProtoElement
(ProtoWriter::
ProtoElement
* parent,
336
ProtoWriter::
ProtoElement
* ProtoWriter::
ProtoElement
::pop() {
358
for (
ProtoElement
* e = parent(); e != NULL; e = e->parent()) {
365
return BaseElement::pop<
ProtoElement
>();
368
void ProtoWriter::
ProtoElement
::RegisterField
[
all
...]
Completed in 47 milliseconds