Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.h677 MAX_CPPTYPE = 10, // Constant useful for defining lookup tables enumerator
979 static const char* const kCppTypeToName[MAX_CPPTYPE + 1];
Dwire_format_unittest.inc68 EXPECT_EQ(implicit_cast<int>(FieldDescriptor::MAX_CPPTYPE),
69 implicit_cast<int>(WireFormatLite::MAX_CPPTYPE));
Dgenerated_message_reflection.cc140 const char* cpptype_names_[FieldDescriptor::MAX_CPPTYPE + 1] = {
Ddescriptor.cc841 const char* const FieldDescriptor::kCppTypeToName[MAX_CPPTYPE + 1] = {
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.h677 MAX_CPPTYPE = 10, // Constant useful for defining lookup tables enumerator
979 static const char* const kCppTypeToName[MAX_CPPTYPE + 1];
Dwire_format_unittest.inc69 EXPECT_EQ(implicit_cast<int>(FieldDescriptor::MAX_CPPTYPE),
70 implicit_cast<int>(WireFormatLite::MAX_CPPTYPE));
Dwire_format_lite.h152 MAX_CPPTYPE = 10, enumerator
Dgenerated_message_reflection.cc140 const char* cpptype_names_[FieldDescriptor::MAX_CPPTYPE + 1] = {
Ddescriptor.cc834 const char* const FieldDescriptor::kCppTypeToName[MAX_CPPTYPE + 1] = {
/external/protobuf/python/google/protobuf/
Ddescriptor.py513 MAX_CPPTYPE = 10 variable in FieldDescriptor
/external/cronet/third_party/protobuf/python/google/protobuf/
Ddescriptor.py509 MAX_CPPTYPE = 10 variable in FieldDescriptor
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py606 assert _FieldDescriptor.MAX_CPPTYPE == 10
/external/cronet/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py606 assert _FieldDescriptor.MAX_CPPTYPE == 10