Home
last modified time | relevance | path

Searched defs:LABEL_REPEATED (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DLabel.php27 const LABEL_REPEATED = 3; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Label
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto137 LABEL_REPEATED = 3; enumerator
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto137 LABEL_REPEATED = 3; enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto137 LABEL_REPEATED = 3; enumerator
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto172 LABEL_REPEATED = 3; enumerator
Ddescriptor.proto172 LABEL_REPEATED = 3; enumerator
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto176 LABEL_REPEATED = 3; enumerator
Ddescriptor.h645 LABEL_REPEATED = 3, // repeated enumerator
Ddescriptor.pb.cc1278 constexpr FieldDescriptorProto_Label FieldDescriptorProto::LABEL_REPEATED; member in FieldDescriptorProto
Ddescriptor.pb.h1913 static constexpr Label LABEL_REPEATED = variable
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py524 LABEL_REPEATED = 3 variable in FieldDescriptor