Searched refs:MAX_TYPE (Results 1 - 10 of 10) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor.h322 MAX_TYPE = 18, // Constant useful for defining lookup tables enumerator in enum:google::protobuf::FieldDescriptor::Type
526 static const CppType kTypeToCppTypeMap[MAX_TYPE + 1];
528 static const char * const kTypeToName[MAX_TYPE + 1];
H A Dextension_set_heavy.cc97 GOOGLE_DCHECK(type > 0 && type <= FieldDescriptor::MAX_TYPE);
H A Dwire_format_unittest.cc58 EXPECT_EQ(implicit_cast<int>(FieldDescriptor::MAX_TYPE),
H A Ddescriptor.cc63 FieldDescriptor::kTypeToCppTypeMap[MAX_TYPE + 1] = {
86 const char * const FieldDescriptor::kTypeToName[MAX_TYPE + 1] = {
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py346 MAX_TYPE = 18 variable in class:FieldDescriptor
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h352 MAX_TYPE = 18, // Constant useful for defining lookup tables enumerator in enum:google::protobuf::FieldDescriptor::Type
571 static const CppType kTypeToCppTypeMap[MAX_TYPE + 1];
573 static const char * const kTypeToName[MAX_TYPE + 1];
H A Dextension_set_heavy.cc100 GOOGLE_DCHECK(type > 0 && type <= FieldDescriptor::MAX_TYPE);
H A Dwire_format_unittest.cc58 EXPECT_EQ(implicit_cast<int>(FieldDescriptor::MAX_TYPE),
H A Ddescriptor.cc65 FieldDescriptor::kTypeToCppTypeMap[MAX_TYPE + 1] = {
88 const char * const FieldDescriptor::kTypeToName[MAX_TYPE + 1] = {
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py380 MAX_TYPE = 18 variable in class:FieldDescriptor

Completed in 8981 milliseconds