Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc5869 } else if (uninterpreted_option_->has_negative_int_value()) { in SetOptionValue()
5896 } else if (uninterpreted_option_->has_negative_int_value()) { in SetOptionValue()
5939 } else if (uninterpreted_option_->has_negative_int_value()) { in SetOptionValue()
5956 } else if (uninterpreted_option_->has_negative_int_value()) { in SetOptionValue()
Ddescriptor.pb.cc12736 if (has_negative_int_value()) { in SerializeWithCachedSizes()
12795 if (has_negative_int_value()) { in SerializeWithCachedSizesToArray()
12850 if (has_negative_int_value()) { in ByteSize()
12922 if (from.has_negative_int_value()) { in MergeFrom()
13181 bool UninterpretedOption::has_negative_int_value() const { in has_negative_int_value() function in google::protobuf::UninterpretedOption
Ddescriptor.pb.h3098 bool has_negative_int_value() const;
7039 inline bool UninterpretedOption::has_negative_int_value() const { in has_negative_int_value() function