Searched defs:LABEL_REPEATED (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | descriptor.proto | 126 LABEL_REPEATED = 3; enumerator |
D | descriptor.h | 350 LABEL_REPEATED = 3, // repeated enumerator |
D | descriptor.pb.cc | 2209 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_REPEATED; member in google::protobuf::FieldDescriptorProto |
D | descriptor.pb.h | 788 static const Label LABEL_REPEATED = FieldDescriptorProto_Label_LABEL_REPEATED; variable |
/external/protobuf/python/google/protobuf/ | ||
D | descriptor.py | 370 LABEL_REPEATED = 3 variable in FieldDescriptor |