Searched refs:aggregate_value (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc7274 // optional string aggregate_value = 8;
7282 this->aggregate_value().data(), this->aggregate_value().length(),
7345 // optional string aggregate_value = 8;
7348 this->aggregate_value().data(), this->aggregate_value().length(),
7351 8, this->aggregate_value(), output);
7401 // optional string aggregate_value = 8;
7404 this->aggregate_value().data(), this->aggregate_value()
[all...]
H A Ddescriptor.pb.h2507 // optional string aggregate_value = 8;
2511 inline const ::std::string& aggregate_value() const;
2517 inline void set_allocated_aggregate_value(::std::string* aggregate_value);
5698 // optional string aggregate_value = 8;
5714 inline const ::std::string& UninterpretedOption::aggregate_value() const { function in class:google::protobuf::UninterpretedOption
5755 inline void UninterpretedOption::set_allocated_aggregate_value(::std::string* aggregate_value) { argument
5759 if (aggregate_value) {
5761 aggregate_value_ = aggregate_value;
H A Ddescriptor.cc4850 if (!parser.ParseFromString(uninterpreted_option_->aggregate_value(),

Completed in 54 milliseconds