Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc13042 if (has_identifier_value()) { in Clear()
13213 if (has_identifier_value()) { in SerializeWithCachedSizes()
13271 if (has_identifier_value()) { in InternalSerializeWithCachedSizesToArray()
13328 if (has_identifier_value()) { in ByteSize()
13411 if (from.has_identifier_value()) { in MergeFrom()
13599 bool UninterpretedOption::has_identifier_value() const { in has_identifier_value() function in google::protobuf::UninterpretedOption
Ddescriptor.cc5988 if (!uninterpreted_option_->has_identifier_value()) { in SetOptionValue()
6004 if (!uninterpreted_option_->has_identifier_value()) { in SetOptionValue()
Ddescriptor.pb.h3271 bool has_identifier_value() const;
7247 inline bool UninterpretedOption::has_identifier_value() const { in has_identifier_value() function