Searched refs:aggregate_value (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 12679 this->aggregate_value().data(), this->aggregate_value().length(), in MergePartialFromCodedStream() 12754 this->aggregate_value().data(), this->aggregate_value().length(), in SerializeWithCachedSizes() 12758 8, this->aggregate_value(), output); in SerializeWithCachedSizes() 12814 this->aggregate_value().data(), this->aggregate_value().length(), in SerializeWithCachedSizesToArray() 12819 8, this->aggregate_value(), target); in SerializeWithCachedSizesToArray() 12872 this->aggregate_value()); in ByteSize() 13296 const ::std::string& UninterpretedOption::aggregate_value() const { in aggregate_value() function in google::protobuf::UninterpretedOption 13326 void UninterpretedOption::set_allocated_aggregate_value(::std::string* aggregate_value) { in set_allocated_aggregate_value() argument 13327 if (aggregate_value != NULL) { in set_allocated_aggregate_value() 13332 …SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), aggregate_value); in set_allocated_aggregate_value()
|
D | descriptor.pb.h | 3127 const ::std::string& aggregate_value() const; 3133 void set_allocated_aggregate_value(::std::string* aggregate_value); 7154 inline const ::std::string& UninterpretedOption::aggregate_value() const { in aggregate_value() function 7184 inline void UninterpretedOption::set_allocated_aggregate_value(::std::string* aggregate_value) { in set_allocated_aggregate_value() argument 7185 if (aggregate_value != NULL) { in set_allocated_aggregate_value() 7190 …SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), aggregate_value); in set_allocated_aggregate_value()
|
D | descriptor.proto | 640 optional string aggregate_value = 8; field
|
D | descriptor.cc | 6142 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
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 6996 inline upb::reffed_ptr<const upb::FieldDef> aggregate_value() { RETURN_REFFED(upb::FieldDef, upbdef…
|