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

1 2

  /external/protobuf/src/google/protobuf/util/internal/
datapiece.h 66 TYPE_INT64 = 2,
80 explicit DataPiece(const int64 value) : type_(TYPE_INT64), i64_(value) {}
  /system/media/camera/include/system/
camera_metadata.h 59 TYPE_INT64 = 3,
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 364 TYPE_INT64 = 3
402 TYPE_INT64: CPPTYPE_INT64,
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
InternalNano.java 53 public static final int TYPE_INT64 = 3;
360 case TYPE_INT64:
Extension.java 60 public static final int TYPE_INT64 = InternalNano.TYPE_INT64;
399 case TYPE_INT64:
529 case TYPE_INT64:
599 case TYPE_INT64:
657 case TYPE_INT64:
  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidRawSensor.h 57 TYPE_INT64,
  /external/deqp/framework/common/
tcuTestLog.hpp 217 enum Type { TYPE_INT64 = 0, TYPE_FLOAT64, TYPE_LAST };
228 Value (deInt64 v) : type(TYPE_INT64) { value.int64 = v; }
  /external/protobuf/python/google/protobuf/
descriptor.py 424 TYPE_INT64 = 3
462 TYPE_INT64: CPPTYPE_INT64,
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 99 TYPE_INT64 = 3,
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 99 TYPE_INT64 = 3,
descriptor.h 330 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers
361 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 99 TYPE_INT64 = 3,
descriptor.h 330 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers
361 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 99 TYPE_INT64 = 3,
descriptor.h 330 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers
361 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 99 TYPE_INT64 = 3,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 99 TYPE_INT64 = 3,
descriptor.h 330 TYPE_INT64 = 3, // int64, varint on the wire. Negative numbers
361 CPPTYPE_INT64 = 2, // TYPE_INT64, TYPE_SINT64, TYPE_SFIXED64
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c 41 #define TYPE_INT64 'I'
224 w_byte(TYPE_INT64, p);
543 /* r_long64 deals with the TYPE_INT64 code. On a machine with
547 for everything written via TYPE_INT64 (i.e., if an int is written via
548 TYPE_INT64, it *needs* more than 32 bits).
693 case TYPE_INT64:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
marshal.c 40 #define TYPE_INT64 'I'
250 w_byte(TYPE_INT64, p);
548 /* r_long64 deals with the TYPE_INT64 code. On a machine with
552 for everything written via TYPE_INT64 (i.e., if an int is written via
553 TYPE_INT64, it *needs* more than 32 bits).
698 case TYPE_INT64:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
marshal.c 41 #define TYPE_INT64 'I'
224 w_byte(TYPE_INT64, p);
543 /* r_long64 deals with the TYPE_INT64 code. On a machine with
547 for everything written via TYPE_INT64 (i.e., if an int is written via
548 TYPE_INT64, it *needs* more than 32 bits).
693 case TYPE_INT64:
    [all...]
  /frameworks/av/media/libstagefright/include/
MetaData.h 229 TYPE_INT64 = 'in64',
  /packages/services/Car/tools/emulator/
vhal_consts_2_0.py 171 TYPE_INT64 = [VEHICLE_VALUE_TYPE_INT64]
  /external/deqp/executor/
xeTestCaseResult.hpp 167 TYPE_INT64,
174 NumericValue (deInt64 value) : m_type(TYPE_INT64) { m_value.int64 = value; }
178 deInt64 getInt64 (void) const { DE_ASSERT(getType() == TYPE_INT64); return m_value.int64; }
  /external/mesa3d/src/mesa/main/
get.c 95 TYPE_INT64,
187 #define CONTEXT_INT64(field) CONTEXT_FIELD(field, TYPE_INT64)
    [all...]

Completed in 1318 milliseconds

1 2