Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DUninterpretedOption.php55 protected $aggregate_value = null; variable in Google\\Protobuf\\Internal\\UninterpretedOption
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto497 optional string aggregate_value = 8; field
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto497 optional string aggregate_value = 8; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto497 optional string aggregate_value = 8; field
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto727 optional string aggregate_value = 8 [ctype = STRING_PIECE]; field
Ddescriptor.proto742 optional string aggregate_value = 8; field
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto746 optional string aggregate_value = 8; field
Ddescriptor.pb.h12206 inline const std::string& UninterpretedOption::aggregate_value() const { in aggregate_value() function
12257 inline void UninterpretedOption::set_allocated_aggregate_value(std::string* aggregate_value) { in set_allocated_aggregate_value()