HomeSort by relevance Sort by last modified time
    Searched refs:parent_field_ (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/util/internal/
proto_writer.h 168 return parent_field_;
195 // parent_field_ is NULL if and only if this element is the root element.
196 const google::protobuf::Field* parent_field_; member in class:google::protobuf::util::converter::ProtoWriter::ProtoElement
proto_writer.cc 294 parent_field_(NULL),
307 parent_field_(field),
380 if (!ow_->IsRepeated(*parent_field_) ||
381 parent()->parent_field_ != parent_field_) {
382 string name = parent_field_->name();
395 if (ow_->IsRepeated(*parent_field_) && array_index_ > 0) {

Completed in 2475 milliseconds