Home
last modified time | relevance | path

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

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