Home
last modified time | relevance | path

Searched refs:has_aggregate_value (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DUninterpretedOption.php62 private $has_aggregate_value = false; variable in Google\\Protobuf\\Internal\\UninterpretedOption
278 $this->has_aggregate_value = true;
285 return $this->has_aggregate_value;
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h5670 bool has_aggregate_value() const;
11328 inline bool UninterpretedOption::has_aggregate_value() const { in has_aggregate_value() function
11371 if (!has_aggregate_value()) { in release_aggregate_value()
Ddescriptor.cc7007 if (!uninterpreted_option_->has_aggregate_value()) { in SetAggregateOption()
Ddescriptor.pb.cc13138 if (from.has_aggregate_value()) { in UninterpretedOption()
/external/rust/crates/protobuf/src/
Ddescriptor.rs7949 pub fn has_aggregate_value(&self) -> bool { in has_aggregate_value() method