Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/
DUninterpretedOption.php61 private $aggregate_value = ''; variable in Google\\Protobuf\\Internal\\UninterpretedOption
266 return $this->aggregate_value;
277 $this->aggregate_value = $var;
/external/rust/crates/protobuf/src/
Ddescriptor.rs7763 aggregate_value: crate::SingularField<::std::string::String>, field
7940 match self.aggregate_value.as_ref() { in get_aggregate_value()
7946 self.aggregate_value.clear(); in clear_aggregate_value()
7950 self.aggregate_value.is_some() in has_aggregate_value()
7955 self.aggregate_value = crate::SingularField::some(v); in set_aggregate_value()
7961 if self.aggregate_value.is_none() { in mut_aggregate_value()
7962 self.aggregate_value.set_default(); in mut_aggregate_value()
7964 self.aggregate_value.as_mut().unwrap() in mut_aggregate_value()
7969 self.aggregate_value.take().unwrap_or_else(|| ::std::string::String::new()) in take_aggregate_value()
8018 crate::rt::read_singular_string_into(wire_type, is, &mut self.aggregate_value)?; in merge_from()
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h5672 const std::string& aggregate_value() const;
5679 void set_allocated_aggregate_value(std::string* aggregate_value);
5688 std::string* aggregate_value);
11335 inline const std::string& UninterpretedOption::aggregate_value() const { in aggregate_value() function
11377 inline void UninterpretedOption::set_allocated_aggregate_value(std::string* aggregate_value) { in set_allocated_aggregate_value() argument
11378 if (aggregate_value != nullptr) { in set_allocated_aggregate_value()
11383 …e_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), aggregate_value, in set_allocated_aggregate_value()
11395 std::string* aggregate_value) { in unsafe_arena_set_allocated_aggregate_value() argument
11397 if (aggregate_value != nullptr) { in unsafe_arena_set_allocated_aggregate_value()
11403 aggregate_value, GetArenaNoVirtual()); in unsafe_arena_set_allocated_aggregate_value()
Ddescriptor.pb.cc13139 …lue_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), from.aggregate_value(), in UninterpretedOption()
13393 this->aggregate_value().data(), static_cast<int>(this->aggregate_value().length()), in MergePartialFromCodedStream()
13473 this->aggregate_value().data(), static_cast<int>(this->aggregate_value().length()), in SerializeWithCachedSizes()
13477 8, this->aggregate_value(), output); in SerializeWithCachedSizes()
13538 this->aggregate_value().data(), static_cast<int>(this->aggregate_value().length()), in InternalSerializeWithCachedSizesToArray()
13543 8, this->aggregate_value(), target); in InternalSerializeWithCachedSizesToArray()
13598 this->aggregate_value()); in ByteSizeLong()
13658 set_aggregate_value(from.aggregate_value()); in MergeFrom()
Ddescriptor.proto722 optional string aggregate_value = 8; field
Ddescriptor.cc7029 if (!parser.ParseFromString(uninterpreted_option_->aggregate_value(), in SetAggregateOption()
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto497 optional string aggregate_value = 8; field
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto497 optional string aggregate_value = 8; field
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto497 optional string aggregate_value = 8; field
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto591 optional string aggregate_value = 8; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto709 optional string aggregate_value = 8; field
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto668 optional string aggregate_value = 8; field
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto742 optional string aggregate_value = 8; field
Ddescriptor_sv.proto727 optional string aggregate_value = 8 [ctype = STRING_PIECE]; field
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto722 optional string aggregate_value = 8; field