Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc12556 if (has_aggregate_value()) { in Clear()
12752 if (has_aggregate_value()) { in SerializeWithCachedSizes()
12812 if (has_aggregate_value()) { in SerializeWithCachedSizesToArray()
12869 if (has_aggregate_value()) { in ByteSize()
12932 if (from.has_aggregate_value()) { in MergeFrom()
13283 bool UninterpretedOption::has_aggregate_value() const { in has_aggregate_value() function in google::protobuf::UninterpretedOption
Ddescriptor.pb.h3124 bool has_aggregate_value() const;
7141 inline bool UninterpretedOption::has_aggregate_value() const { in has_aggregate_value() function
Ddescriptor.cc6121 if (!uninterpreted_option_->has_aggregate_value()) { in SetAggregateOption()