Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.proto124 LABEL_OPTIONAL = 1; enumerator
Ddescriptor.h348 LABEL_OPTIONAL = 1, // optional enumerator
Ddescriptor.pb.cc2207 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_OPTIONAL; member in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h786 static const Label LABEL_OPTIONAL = FieldDescriptorProto_Label_LABEL_OPTIONAL; variable
/external/protobuf/python/google/protobuf/
Ddescriptor.py368 LABEL_OPTIONAL = 1 variable in FieldDescriptor