Home
last modified time | relevance | path

Searched defs:LABEL_REQUIRED (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DLabel.php23 const LABEL_REQUIRED = 2; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Label
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto136 LABEL_REQUIRED = 2; enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto136 LABEL_REQUIRED = 2; enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto136 LABEL_REQUIRED = 2; enumerator
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto175 LABEL_REQUIRED = 2; enumerator
Ddescriptor.h644 LABEL_REQUIRED = 2, // required enumerator
Ddescriptor.pb.cc1277 constexpr FieldDescriptorProto_Label FieldDescriptorProto::LABEL_REQUIRED; member in FieldDescriptorProto
Ddescriptor.pb.h1911 static constexpr Label LABEL_REQUIRED = variable
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py523 LABEL_REQUIRED = 2 variable in FieldDescriptor