Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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] = {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py486 MAX_LABEL = 3 variable in FieldDescriptor