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

  /external/protobuf/python/google/protobuf/
descriptor.py 359 CPPTYPE_ENUM = 8
  /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 355 milliseconds