Home
last modified time | relevance | path

Searched defs:aggregate_value (Results 1 – 13 of 13) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DUninterpretedOption.php61 private $aggregate_value = ''; variable in Google\\Protobuf\\Internal\\UninterpretedOption
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto497 optional string aggregate_value = 8; field
/external/protobuf/java/compatibility_tests/v2.5.0/more_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/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto668 optional string aggregate_value = 8; field
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto722 optional string aggregate_value = 8; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto709 optional string aggregate_value = 8; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto722 optional string aggregate_value = 8; field
Ddescriptor.pb.h11335 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()
11395 std::string* aggregate_value) { in unsafe_arena_set_allocated_aggregate_value()
/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/rust/crates/protobuf/src/
Ddescriptor.rs7763 aggregate_value: crate::SingularField<::std::string::String>, field