Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.h487 MAX_CPPTYPE = 10, // Constant useful for defining lookup tables enumerator
722 static const char * const kCppTypeToName[MAX_CPPTYPE + 1];
Dwire_format_unittest.cc64 EXPECT_EQ(implicit_cast<int>(FieldDescriptor::MAX_CPPTYPE), in TEST()
65 implicit_cast<int>(WireFormatLite::MAX_CPPTYPE)); in TEST()
Dwire_format_lite.h130 MAX_CPPTYPE = 10, enumerator
Dgenerated_message_reflection.cc98 const char* cpptype_names_[FieldDescriptor::MAX_CPPTYPE + 1] = {
Ddescriptor.cc121 const char * const FieldDescriptor::kCppTypeToName[MAX_CPPTYPE + 1] = {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py456 MAX_CPPTYPE = 10 variable in FieldDescriptor
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dpython_message.py581 assert _FieldDescriptor.MAX_CPPTYPE == 10