Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.proto126 LABEL_REPEATED = 3; enumerator
Ddescriptor.h350 LABEL_REPEATED = 3, // repeated enumerator
Ddescriptor.pb.cc2209 const FieldDescriptorProto_Label FieldDescriptorProto::LABEL_REPEATED; member in google::protobuf::FieldDescriptorProto
Ddescriptor.pb.h788 static const Label LABEL_REPEATED = FieldDescriptorProto_Label_LABEL_REPEATED; variable
/external/protobuf/python/google/protobuf/
Ddescriptor.py370 LABEL_REPEATED = 3 variable in FieldDescriptor