Searched refs:MAX_CPPTYPE (Results 1 - 13 of 13) sorted by relevance

/external/protobuf/python/google/protobuf/
H A Ddescriptor.py362 MAX_CPPTYPE = 10 variable in class:FieldDescriptor
H A Dreflection.py432 assert _FieldDescriptor.MAX_CPPTYPE == 10
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py396 MAX_CPPTYPE = 10 variable in class:FieldDescriptor
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h371 MAX_CPPTYPE = 10, // Constant useful for defining lookup tables enumerator in enum:google::protobuf::FieldDescriptor::CppType
575 static const char * const kCppTypeToName[MAX_CPPTYPE + 1];
H A Dwire_format_unittest.cc60 EXPECT_EQ(implicit_cast<int>(FieldDescriptor::MAX_CPPTYPE),
61 implicit_cast<int>(WireFormatLite::MAX_CPPTYPE));
H A Dwire_format_lite.h131 MAX_CPPTYPE = 10, enumerator in enum:google::protobuf::internal::WireFormatLite::CppType
H A Dgenerated_message_reflection.cc79 const char* cpptype_names_[FieldDescriptor::MAX_CPPTYPE + 1] = {
H A Ddescriptor.cc111 const char * const FieldDescriptor::kCppTypeToName[MAX_CPPTYPE + 1] = {
/external/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc60 EXPECT_EQ(implicit_cast<int>(FieldDescriptor::MAX_CPPTYPE),
61 implicit_cast<int>(WireFormatLite::MAX_CPPTYPE));
H A Ddescriptor.h341 MAX_CPPTYPE = 10, // Constant useful for defining lookup tables enumerator in enum:google::protobuf::FieldDescriptor::CppType
H A Dwire_format_lite.h132 MAX_CPPTYPE = 10, enumerator in enum:google::protobuf::internal::WireFormatLite::CppType
H A Dgenerated_message_reflection.cc94 const char* cpptype_names_[FieldDescriptor::MAX_CPPTYPE + 1] = {
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dpython_message.py373 assert _FieldDescriptor.MAX_CPPTYPE == 10

Completed in 94 milliseconds