Searched refs:MAX_CPPTYPE (Results 1 - 6 of 6) 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/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] = {

Completed in 60 milliseconds