HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_INT32 (Results 1 - 25 of 26) sorted by null

1 2

  /external/libvpx/vp8/common/
type_aliases.h 71 #ifndef TYPE_INT32
72 /*#define TYPE_INT32*/
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 178 _FieldDescriptor.TYPE_INT32: wire_format.Int32ByteSize,
201 _FieldDescriptor.TYPE_INT32: encoder.Int32Encoder,
224 _FieldDescriptor.TYPE_INT32: encoder.Int32Sizer,
247 _FieldDescriptor.TYPE_INT32: decoder.Int32Decoder,
269 _FieldDescriptor.TYPE_INT32: wire_format.WIRETYPE_VARINT,
  /frameworks/base/include/media/stagefright/
MetaData.h 120 TYPE_INT32 = 'in32',
  /external/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc 97 case FieldDescriptor::TYPE_INT32 : return "Int32" ;
128 case FieldDescriptor::TYPE_INT32 : return -1;
java_extension.cc 49 case FieldDescriptor::TYPE_INT32 : return "INT32";
java_helpers.cc 188 case FieldDescriptor::TYPE_INT32:
  /frameworks/base/media/libstagefright/
MetaData.cpp 58 return setData(key, TYPE_INT32, &value, sizeof(value));
90 if (!findData(key, &type, &data, &size) || type != TYPE_INT32) {
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 97 case FieldDescriptor::TYPE_INT32 : return "Int32" ;
128 case FieldDescriptor::TYPE_INT32 : return -1;
javamicro_helpers.cc 260 case FieldDescriptor::TYPE_INT32:
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 197 FieldDescriptorProto::TYPE_INT32);
208 FieldDescriptorProto::TYPE_INT32);
658 FieldDescriptorProto::TYPE_INT32);
661 FieldDescriptorProto::TYPE_INT32);
664 FieldDescriptorProto::TYPE_INT32);
667 FieldDescriptorProto::TYPE_INT32);
670 FieldDescriptorProto::TYPE_INT32);
674 FieldDescriptorProto::TYPE_INT32);
677 FieldDescriptorProto::TYPE_INT32);
680 FieldDescriptorProto::TYPE_INT32);
    [all...]
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...]
wire_format_lite.h 103 TYPE_INT32 = 5,
wire_format_lite_inl.h 55 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>(
descriptor.pb.cc     [all...]
descriptor.cc 70 CPPTYPE_INT32, // TYPE_INT32
93 "int32", // TYPE_INT32
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 215 case FieldDescriptor::TYPE_INT32 : return "Int32";
cpp_primitive_field.cc 54 case FieldDescriptor::TYPE_INT32 : return -1;
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 77 result["int32" ] = FieldDescriptorProto::TYPE_INT32;
450 FieldDescriptorProto::Type type = FieldDescriptorProto::TYPE_INT32;
541 case FieldDescriptorProto::TYPE_INT32:
548 if (field->type() == FieldDescriptorProto::TYPE_INT32 ||
    [all...]
  /hardware/ril/mock-ril/src/generated/cpp/
ril.pb.cpp     [all...]
ctrl.pb.cpp     [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 337 TYPE_INT32,
363 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
Resource.cpp     [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 332 TYPE_INT32 = 5
text_format.py 236 if field.type in (descriptor.FieldDescriptor.TYPE_INT32,
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 439 .setType(FieldDescriptorProto.Type.TYPE_INT32)

Completed in 1623 milliseconds

1 2