Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc8055 if (has_identifier_value()) { in Clear()
8228 if (has_identifier_value()) { in SerializeWithCachedSizes()
8286 if (has_identifier_value()) { in SerializeWithCachedSizesToArray()
8342 if (has_identifier_value()) { in ByteSize()
8417 if (from.has_identifier_value()) { in MergeFrom()
Ddescriptor.cc5114 if (!uninterpreted_option_->has_identifier_value()) { in SetOptionValue()
5130 if (!uninterpreted_option_->has_identifier_value()) { in SetOptionValue()
Ddescriptor.pb.h2579 inline bool has_identifier_value() const;
6175 inline bool UninterpretedOption::has_identifier_value() const { in has_identifier_value() function