Home
last modified time | relevance | path

Searched refs:negative_int_value (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.cc5015 if (uninterpreted_option_->negative_int_value() < in SetOptionValue()
5021 uninterpreted_option_->negative_int_value(), in SetOptionValue()
5043 uninterpreted_option_->negative_int_value(), in SetOptionValue()
5085 value = uninterpreted_option_->negative_int_value(); in SetOptionValue()
5102 value = uninterpreted_option_->negative_int_value(); in SetOptionValue()
Ddescriptor.pb.cc8244 ::google::protobuf::internal::WireFormatLite::WriteInt64(5, this->negative_int_value(), output); in SerializeWithCachedSizes()
8303 …ogle::protobuf::internal::WireFormatLite::WriteInt64ToArray(5, this->negative_int_value(), target); in SerializeWithCachedSizesToArray()
8359 this->negative_int_value()); in ByteSize()
8424 set_negative_int_value(from.negative_int_value()); in MergeFrom()
Ddescriptor.proto561 optional int64 negative_int_value = 5; field
Ddescriptor.pb.h2601 inline ::google::protobuf::int64 negative_int_value() const;
6288 inline ::google::protobuf::int64 UninterpretedOption::negative_int_value() const { in negative_int_value() function
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto494 optional int64 negative_int_value = 5; field