Searched defs:LABEL_OPTIONAL (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | descriptor.proto | 124 LABEL_OPTIONAL = 1; enumerator |
D | descriptor.h | 348 LABEL_OPTIONAL = 1, // optional enumerator |
D | descriptor.pb.cc | 2207 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_OPTIONAL; member in google::protobuf::FieldDescriptorProto |
D | descriptor.pb.h | 786 static const Label LABEL_OPTIONAL = FieldDescriptorProto_Label_LABEL_OPTIONAL; variable |
/external/protobuf/python/google/protobuf/ | ||
D | descriptor.py | 368 LABEL_OPTIONAL = 1 variable in FieldDescriptor |