HomeSort by relevance Sort by last modified time
    Searched defs:CPPTYPE_ENUM (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 393 CPPTYPE_ENUM = 8
401 TYPE_ENUM: CPPTYPE_ENUM,
  /external/protobuf/python/google/protobuf/
descriptor.py 359 CPPTYPE_ENUM = 8
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.cc 334 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
363 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
611 case WireFormatLite::CPPTYPE_ENUM:
662 case WireFormatLite::CPPTYPE_ENUM:
    [all...]
wire_format_lite.h 128 CPPTYPE_ENUM = 8,
descriptor.h 367 CPPTYPE_ENUM = 8, // TYPE_ENUM
463 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 303 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
332 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_ENUM);
519 case WireFormatLite::CPPTYPE_ENUM:
560 case WireFormatLite::CPPTYPE_ENUM:
    [all...]
wire_format_lite.h 129 CPPTYPE_ENUM = 8,
descriptor.h 337 CPPTYPE_ENUM = 8, // TYPE_ENUM
429 // Get the field default value if cpp_type() == CPPTYPE_ENUM. If no
    [all...]

Completed in 1816 milliseconds