Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DUninterpretedOption.php53 * Generated from protobuf field <code>optional string aggregate_value = 8;</code>
55 protected $aggregate_value = null; variable
71 * @type string $aggregate_value
268 * Generated from protobuf field <code>optional string aggregate_value = 8;</code>
273 return isset($this->aggregate_value) ? $this->aggregate_value : '';
278 return isset($this->aggregate_value);
283 unset($this->aggregate_value);
287 * Generated from protobuf field <code>optional string aggregate_value = 8;</code>
294 $this->aggregate_value variable
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h5738 // optional string aggregate_value = 8;
5744 const std::string& aggregate_value() const;
5751 void set_allocated_aggregate_value(std::string* aggregate_value);
12194 // optional string aggregate_value = 8;
12206 inline const std::string& UninterpretedOption::aggregate_value() const { in aggregate_value() function in UninterpretedOption
12207 // @@protoc_insertion_point(field_get:google.protobuf.UninterpretedOption.aggregate_value) in aggregate_value()
12212 // @@protoc_insertion_point(field_set:google.protobuf.UninterpretedOption.aggregate_value) in set_aggregate_value()
12215 // @@protoc_insertion_point(field_mutable:google.protobuf.UninterpretedOption.aggregate_value) in mutable_aggregate_value()
12229 // @@protoc_insertion_point(field_set_rvalue:google.protobuf.UninterpretedOption.aggregate_value) in set_aggregate_value()
12236 // @@protoc_insertion_point(field_set_char:google.protobuf.UninterpretedOption.aggregate_value) in set_aggregate_value()
12257 set_allocated_aggregate_value(std::string* aggregate_value) set_allocated_aggregate_value() argument
12263 aggregate_value_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), aggregate_value, set_allocated_aggregate_value() local
[all...]
H A Ddescriptor.cc7168 if (!parser.ParseFromString(uninterpreted_option_->aggregate_value(), in SetAggregateOption()

Completed in 33 milliseconds