Home
last modified time | relevance | path

Searched refs:MAX_CPPTYPE (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Ddescriptor.h636 MAX_CPPTYPE = 10, // Constant useful for defining lookup tables enumerator
915 static const char* const kCppTypeToName[MAX_CPPTYPE + 1];
Dwire_format_unittest.cc73 EXPECT_EQ(implicit_cast<int>(FieldDescriptor::MAX_CPPTYPE), in TEST()
74 implicit_cast<int>(WireFormatLite::MAX_CPPTYPE)); in TEST()
Dwire_format_lite.h146 MAX_CPPTYPE = 10, enumerator
Dgenerated_message_reflection.cc127 const char* cpptype_names_[FieldDescriptor::MAX_CPPTYPE + 1] = {
Ddescriptor.cc197 const char* const FieldDescriptor::kCppTypeToName[MAX_CPPTYPE + 1] = {
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py495 MAX_CPPTYPE = 10 variable in FieldDescriptor
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py617 assert _FieldDescriptor.MAX_CPPTYPE == 10