Searched defs:LABEL_OPTIONAL (Results 1 – 7 of 7) sorted by relevance
/external/nanopb-c/generator/proto/google/protobuf/ | ||
D | descriptor.proto | 135 LABEL_OPTIONAL = 1; enumerator |
/external/protobuf/src/google/protobuf/ | ||
D | descriptor.proto | 137 LABEL_OPTIONAL = 1; enumerator |
D | descriptor.h | 397 LABEL_OPTIONAL = 1, // optional enumerator |
D | descriptor.pb.cc | 2562 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_OPTIONAL; member in google::protobuf::FieldDescriptorProto |
D | descriptor.pb.h | 814 static const Label LABEL_OPTIONAL = FieldDescriptorProto_Label_LABEL_OPTIONAL; variable |
/external/nanopb-c/generator/google/protobuf/ | ||
D | descriptor.py | 423 LABEL_OPTIONAL = 1 variable in FieldDescriptor |
/external/protobuf/python/google/protobuf/ | ||
D | descriptor.py | 444 LABEL_OPTIONAL = 1 variable in FieldDescriptor |