Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
DLabel.php19 const LABEL_OPTIONAL = 1; define in Google\\Protobuf\\Internal\\FieldDescriptorProto\\Label
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto135 LABEL_OPTIONAL = 1; enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto135 LABEL_OPTIONAL = 1; enumerator
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto135 LABEL_OPTIONAL = 1; enumerator
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto174 LABEL_OPTIONAL = 1; enumerator
Ddescriptor.h643 LABEL_OPTIONAL = 1, // optional enumerator
Ddescriptor.pb.cc1276 constexpr FieldDescriptorProto_Label FieldDescriptorProto::LABEL_OPTIONAL; member in FieldDescriptorProto
Ddescriptor.pb.h1909 static constexpr Label LABEL_OPTIONAL = variable
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py522 LABEL_OPTIONAL = 1 variable in FieldDescriptor