Searched defs:LABEL_OPTIONAL (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/python/google/protobuf/
H A Ddescriptor.py368 LABEL_OPTIONAL = 1 variable in class:FieldDescriptor
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h348 LABEL_OPTIONAL = 1, // optional enumerator in enum:google::protobuf::FieldDescriptor::Label
396 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL
1294 return label() == LABEL_OPTIONAL;
H A Ddescriptor.pb.cc2207 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_OPTIONAL; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor.pb.h786 static const Label LABEL_OPTIONAL = FieldDescriptorProto_Label_LABEL_OPTIONAL; member in class:google::protobuf::FieldDescriptorProto

Completed in 238 milliseconds