Searched defs:CPPTYPE_ENUM (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py393 CPPTYPE_ENUM = 8 variable in class:FieldDescriptor
401 TYPE_ENUM: CPPTYPE_ENUM,
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py359 CPPTYPE_ENUM = 8 variable in class:FieldDescriptor
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc334 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM); member in class:google::protobuf::internal::WireFormatLite
363 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM); member in class:google::protobuf::internal::WireFormatLite
611 case WireFormatLite::CPPTYPE_ENUM:
662 case WireFormatLite::CPPTYPE_ENUM:
H A Dwire_format_lite.h128 CPPTYPE_ENUM = 8, enumerator in enum:google::protobuf::internal::WireFormatLite::CppType
H A Ddescriptor.h367 CPPTYPE_ENUM = 8, // TYPE_ENUM enumerator in enum:google::protobuf::FieldDescriptor::CppType
463 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h129 CPPTYPE_ENUM = 8, enumerator in enum:google::protobuf::internal::WireFormatLite::CppType
H A Ddescriptor.h337 CPPTYPE_ENUM = 8, // TYPE_ENUM enumerator in enum:google::protobuf::FieldDescriptor::CppType
429 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
H A Dextension_set.cc303 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM); member in class:google::protobuf::internal::WireFormatLite
332 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM); member in class:google::protobuf::internal::WireFormatLite
519 case WireFormatLite::CPPTYPE_ENUM:
560 case WireFormatLite::CPPTYPE_ENUM:

Completed in 1087 milliseconds