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

1 2 3

  /external/tensorflow/tensorflow/core/util/
command_line_flags.h 95 TYPE_INT32,
  /external/perfetto/include/perfetto/protozero/
proto_field_descriptor.h 33 TYPE_INT32 = 5,
  /external/protobuf/src/google/protobuf/util/internal/
datapiece.h 65 TYPE_INT32 = 1,
79 explicit DataPiece(const int32 value) : type_(TYPE_INT32), i32_(value) {}
  /system/media/camera/include/system/
camera_metadata.h 55 TYPE_INT32 = 1,
  /device/google/contexthub/util/common/
JSONObject.h 37 TYPE_INT32,
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 366 TYPE_INT32 = 5
407 TYPE_INT32: CPPTYPE_INT32,
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
InternalNano.java 55 public static final int TYPE_INT32 = 5;
355 case TYPE_INT32:
Extension.java 62 public static final int TYPE_INT32 = InternalNano.TYPE_INT32;
152 * {@code int32}/{@link #TYPE_INT32} extension, this equals {@code Integer.class}; for a
407 case TYPE_INT32:
514 case TYPE_INT32:
581 case TYPE_INT32:
663 case TYPE_INT32:
  /external/protobuf/python/google/protobuf/
descriptor.py 426 TYPE_INT32 = 5
467 TYPE_INT32: CPPTYPE_INT32,
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java 35 public static final int TYPE_INT32 = 4;
317 case TYPE_INT32:
349 case TYPE_INT32: return "int";
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 101 TYPE_INT32 = 5,
descriptor.h 450 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers
476 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
    [all...]
type.pb.cc     [all...]
type.pb.h 341 static const Kind TYPE_INT32 =
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 101 TYPE_INT32 = 5,
descriptor.h 334 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers
360 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
689 // e.g. the full name of FieldDescriptorProto::TYPE_INT32 is actually
690 // "google.protobuf.FieldDescriptorProto.TYPE_INT32", NOT
691 // "google.protobuf.FieldDescriptorProto.Type.TYPE_INT32". This is to conform
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 101 TYPE_INT32 = 5,
descriptor.h 334 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers
360 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
689 // e.g. the full name of FieldDescriptorProto::TYPE_INT32 is actually
690 // "google.protobuf.FieldDescriptorProto.TYPE_INT32", NOT
691 // "google.protobuf.FieldDescriptorProto.Type.TYPE_INT32". This is to conform
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 101 TYPE_INT32 = 5,
descriptor.h 334 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers
360 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
689 // e.g. the full name of FieldDescriptorProto::TYPE_INT32 is actually
690 // "google.protobuf.FieldDescriptorProto.TYPE_INT32", NOT
691 // "google.protobuf.FieldDescriptorProto.Type.TYPE_INT32". This is to conform
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 101 TYPE_INT32 = 5,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 101 TYPE_INT32 = 5,
descriptor.h 334 TYPE_INT32 = 5, // int32, varint on the wire. Negative numbers
360 CPPTYPE_INT32 = 1, // TYPE_INT32, TYPE_SINT32, TYPE_SFIXED32
689 // e.g. the full name of FieldDescriptorProto::TYPE_INT32 is actually
690 // "google.protobuf.FieldDescriptorProto.TYPE_INT32", NOT
691 // "google.protobuf.FieldDescriptorProto.Type.TYPE_INT32". This is to conform
    [all...]
  /frameworks/av/media/libmediaextractor/include/media/stagefright/
MetaDataBase.h 256 TYPE_INT32 = 'in32',
  /frameworks/base/tools/aapt/
AaptAssets.h 349 TYPE_INT32,
375 sym.typeCode = AaptSymbolEntry::TYPE_INT32;

Completed in 755 milliseconds

1 2 3