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

  /external/protobuf/python/google/protobuf/
descriptor.py 332 TYPE_INT32 = 5
  /frameworks/base/include/media/stagefright/
MetaData.h 120 TYPE_INT32 = 'in32',
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 103 TYPE_INT32 = 5,
descriptor.h 304 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers
330 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
631 // e.g. the full name of FieldDescriptorProto::TYPE_INT32 is actually
632 // "google.protobuf.FieldDescriptorProto.TYPE_INT32", NOT
633 // "google.protobuf.FieldDescriptorProto.Type.TYPE_INT32". This is to conform
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h 750 static const Type TYPE_INT32 = FieldDescriptorProto_Type_TYPE_INT32;
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 337 TYPE_INT32,
363 sym.typeCode = AaptSymbolEntry::TYPE_INT32;

Completed in 150 milliseconds