Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DUninterpretedOption.php46 private $negative_int_value = 0; variable in Google\\Protobuf\\Internal\\UninterpretedOption
182 return $this->negative_int_value;
193 $this->negative_int_value = $var;
/external/rust/crates/protobuf/src/
Ddescriptor.rs7760 negative_int_value: ::std::option::Option<i64>, field
7866 self.negative_int_value.unwrap_or(0) in get_negative_int_value()
7869 self.negative_int_value = ::std::option::Option::None; in clear_negative_int_value()
7873 self.negative_int_value.is_some() in has_negative_int_value()
7878 self.negative_int_value = ::std::option::Option::Some(v); in set_negative_int_value()
8005 self.negative_int_value = ::std::option::Option::Some(tmp); in merge_from()
8042 if let Some(v) = self.negative_int_value { in compute_size()
8071 if let Some(v) = self.negative_int_value { in write_to_with_cached_sizes()
8138 |m: &UninterpretedOption| { &m.negative_int_value }, in descriptor_static()
8139 |m: &mut UninterpretedOption| { &mut m.negative_int_value }, in descriptor_static()
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.cc6741 if (uninterpreted_option_->negative_int_value() < in SetOptionValue()
6747 uninterpreted_option_->negative_int_value(), in SetOptionValue()
6769 uninterpreted_option_->negative_int_value(), in SetOptionValue()
6815 value = uninterpreted_option_->negative_int_value(); in SetOptionValue()
6832 value = uninterpreted_option_->negative_int_value(); in SetOptionValue()
Ddescriptor.proto719 optional int64 negative_int_value = 5; field
Ddescriptor.pb.cc13456 …::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteInt64(5, this->negative_int_value(), outpu… in SerializeWithCachedSizes()
13520 …F_NAMESPACE_ID::internal::WireFormatLite::WriteInt64ToArray(5, this->negative_int_value(), target); in InternalSerializeWithCachedSizesToArray()
13612 this->negative_int_value()); in ByteSizeLong()
Ddescriptor.pb.h5699 ::PROTOBUF_NAMESPACE_ID::int64 negative_int_value() const;
11219 inline ::PROTOBUF_NAMESPACE_ID::int64 UninterpretedOption::negative_int_value() const { in negative_int_value() function
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto494 optional int64 negative_int_value = 5; field
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto494 optional int64 negative_int_value = 5; field
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto494 optional int64 negative_int_value = 5; field
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto588 optional int64 negative_int_value = 5; field
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto665 optional int64 negative_int_value = 5; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto706 optional int64 negative_int_value = 5; field
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto719 optional int64 negative_int_value = 5; field
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto739 optional int64 negative_int_value = 5; field
Ddescriptor_sv.proto724 optional int64 negative_int_value = 5; field