Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc13048 if (has_aggregate_value()) { in Clear()
13244 if (has_aggregate_value()) { in SerializeWithCachedSizes()
13304 if (has_aggregate_value()) { in InternalSerializeWithCachedSizesToArray()
13361 if (has_aggregate_value()) { in ByteSize()
13428 if (from.has_aggregate_value()) { in MergeFrom()
13779 bool UninterpretedOption::has_aggregate_value() const { in has_aggregate_value() function in google::protobuf::UninterpretedOption
Ddescriptor.pb.h3316 bool has_aggregate_value() const;
7427 inline bool UninterpretedOption::has_aggregate_value() const { in has_aggregate_value() function
Ddescriptor.cc6140 if (!uninterpreted_option_->has_aggregate_value()) { in SetAggregateOption()