Home
last modified time | relevance | path

Searched refs:MAX_LABEL (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.h498 MAX_LABEL = 3, // Constant useful for defining lookup tables enumerator
724 static const char * const kLabelToName[MAX_LABEL + 1];
Ddescriptor.cc136 const char * const FieldDescriptor::kLabelToName[MAX_LABEL + 1] = {
/external/protobuf/python/google/protobuf/
Ddescriptor.py486 MAX_LABEL = 3 variable in FieldDescriptor