Searched refs:positive_int_value (Results 1 – 15 of 15) sorted by relevance
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | UninterpretedOption.php | 41 private $positive_int_value = 0; variable in Google\\Protobuf\\Internal\\UninterpretedOption 154 return $this->positive_int_value; 165 $this->positive_int_value = $var;
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 6731 if (uninterpreted_option_->positive_int_value() > in SetOptionValue() 6737 uninterpreted_option_->positive_int_value(), in SetOptionValue() 6758 if (uninterpreted_option_->positive_int_value() > in SetOptionValue() 6764 uninterpreted_option_->positive_int_value(), in SetOptionValue() 6779 if (uninterpreted_option_->positive_int_value() > kuint32max) { in SetOptionValue() 6784 uninterpreted_option_->positive_int_value(), in SetOptionValue() 6798 uninterpreted_option_->positive_int_value(), in SetOptionValue() 6813 value = uninterpreted_option_->positive_int_value(); in SetOptionValue() 6830 value = uninterpreted_option_->positive_int_value(); in SetOptionValue()
|
D | descriptor.proto | 718 optional uint64 positive_int_value = 4; field
|
D | descriptor.pb.cc | 13451 …::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::WriteUInt64(4, this->positive_int_value(), outp… in SerializeWithCachedSizes() 13515 …_NAMESPACE_ID::internal::WireFormatLite::WriteUInt64ToArray(4, this->positive_int_value(), target); in InternalSerializeWithCachedSizesToArray() 13605 this->positive_int_value()); in ByteSizeLong()
|
D | descriptor.pb.h | 5693 ::PROTOBUF_NAMESPACE_ID::uint64 positive_int_value() const; 11201 inline ::PROTOBUF_NAMESPACE_ID::uint64 UninterpretedOption::positive_int_value() const { in positive_int_value() function
|
/external/rust/crates/protobuf/src/ |
D | descriptor.rs | 7759 positive_int_value: ::std::option::Option<u64>, field 7847 self.positive_int_value.unwrap_or(0) in get_positive_int_value() 7850 self.positive_int_value = ::std::option::Option::None; in clear_positive_int_value() 7854 self.positive_int_value.is_some() in has_positive_int_value() 7859 self.positive_int_value = ::std::option::Option::Some(v); in set_positive_int_value() 7998 self.positive_int_value = ::std::option::Option::Some(tmp); in merge_from() 8039 if let Some(v) = self.positive_int_value { in compute_size() 8068 if let Some(v) = self.positive_int_value { in write_to_with_cached_sizes() 8133 |m: &UninterpretedOption| { &m.positive_int_value }, in descriptor_static() 8134 |m: &mut UninterpretedOption| { &mut m.positive_int_value }, in descriptor_static() [all …]
|
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 493 optional uint64 positive_int_value = 4; field
|
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 493 optional uint64 positive_int_value = 4; field
|
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 493 optional uint64 positive_int_value = 4; field
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 587 optional uint64 positive_int_value = 4; field
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 664 optional uint64 positive_int_value = 4; field
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 705 optional uint64 positive_int_value = 4; field
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 718 optional uint64 positive_int_value = 4; field
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 738 optional uint64 positive_int_value = 4; field
|
D | descriptor_sv.proto | 723 optional uint64 positive_int_value = 4; field
|