Searched refs:aggregate_value (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 8224 this->aggregate_value().data(), this->aggregate_value().length(), in MergePartialFromCodedStream() 8299 this->aggregate_value().data(), this->aggregate_value().length(), in SerializeWithCachedSizes() 8303 8, this->aggregate_value(), output); in SerializeWithCachedSizes() 8359 this->aggregate_value().data(), this->aggregate_value().length(), in SerializeWithCachedSizesToArray() 8364 8, this->aggregate_value(), target); in SerializeWithCachedSizesToArray() 8416 this->aggregate_value()); in ByteSize() 8471 set_aggregate_value(from.aggregate_value()); in MergeFrom()
|
D | descriptor.pb.h | 2637 inline const ::std::string& aggregate_value() const; 2643 inline void set_allocated_aggregate_value(::std::string* aggregate_value); 6448 inline const ::std::string& UninterpretedOption::aggregate_value() const { in aggregate_value() function 6494 inline void UninterpretedOption::set_allocated_aggregate_value(::std::string* aggregate_value) { in set_allocated_aggregate_value() argument 6498 if (aggregate_value) { in set_allocated_aggregate_value() 6500 aggregate_value_ = aggregate_value; in set_allocated_aggregate_value()
|
D | descriptor.proto | 567 optional string aggregate_value = 8; field
|
D | descriptor.cc | 5287 if (!parser.ParseFromString(uninterpreted_option_->aggregate_value(), in SetAggregateOption()
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 497 optional string aggregate_value = 8; field
|