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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h2542 ::std::string* aggregate_value_; member in class:google::protobuf::UninterpretedOption
5709 if (aggregate_value_ != &::google::protobuf::internal::GetEmptyString()) {
5710 aggregate_value_->clear();
5715 return *aggregate_value_;
5719 if (aggregate_value_ == &::google::protobuf::internal::GetEmptyString()) {
5720 aggregate_value_ = new ::std::string;
5722 aggregate_value_->assign(value);
5726 if (aggregate_value_ == &::google::protobuf::internal::GetEmptyString()) {
5727 aggregate_value_ = new ::std::string;
5729 aggregate_value_
[all...]
H A Ddescriptor.pb.cc402 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(UninterpretedOption, aggregate_value_),
7105 aggregate_value_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyString());
7120 if (aggregate_value_ != &::google::protobuf::internal::GetEmptyString()) {
7121 delete aggregate_value_;
7164 if (aggregate_value_ != &::google::protobuf::internal::GetEmptyString()) {
7165 aggregate_value_->clear();
7548 std::swap(aggregate_value_, other->aggregate_value_);

Completed in 65 milliseconds