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

  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 375 TYPE_ENUM = 14
401 TYPE_ENUM: CPPTYPE_ENUM,
  /external/protobuf/python/google/protobuf/
descriptor.py 341 TYPE_ENUM = 14
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.h 111 TYPE_ENUM = 14,
descriptor.h 342 TYPE_ENUM = 14, // Enum, varint on the wire
363 CPPTYPE_ENUM = 8, // TYPE_ENUM
482 // If type is TYPE_ENUM, returns a descriptor for the enum. Otherwise,
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h     [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 112 TYPE_ENUM = 14,
descriptor.h 316 TYPE_ENUM = 14, // Enum, varint on the wire
337 CPPTYPE_ENUM = 8, // TYPE_ENUM
452 // If type is TYPE_ENUM, returns a descriptor for the enum. Otherwise,
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h 759 static const Type TYPE_ENUM = FieldDescriptorProto_Type_TYPE_ENUM;
    [all...]