/third_party/flatbuffers/tests/my-game/example/ |
D | type-aliases.js | 92 i64() { method in TypeAliases 188 static addI64(builder, i64) { argument 230 …static createTypeAliases(builder, i8, u8, i16, u16, i32, u32, i64, u64, f32, f64, v8Offset, vf64Of… argument 271 …constructor(i8 = 0, u8 = 0, i16 = 0, u16 = 0, i32 = 0, u32 = 0, i64 = flatbuffers.createLong(0, 0)… argument
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | TypeAliases.java | 30 public long i64() { int o = __offset(16); return o != 0 ? bb.getLong(o + bb_pos) : 0L; } in i64() method in TypeAliases 31 …public boolean mutateI64(long i64) { int o = __offset(16); if (o != 0) { bb.putLong(o + bb_pos, i6… in mutateI64() 60 long i64, in createTypeAliases() 89 public static void addI64(FlatBufferBuilder builder, long i64) { builder.addLong(6, i64, 0L); } in addI64()
|
D | TypeAliases.php | 191 …TypeAliases(FlatBufferBuilder $builder, $i8, $u8, $i16, $u16, $i32, $u32, $i64, $u64, $f32, $f64, … 275 public static function addI64(FlatBufferBuilder $builder, $i64)
|
D | TypeAliases.py | 183 def AddI64(builder, i64): builder.PrependInt64Slot(6, i64, 0) argument 184 def TypeAliasesAddI64(builder, i64): argument
|
D | TypeAliases.kt | 104 val i64 : Long constant in MyGame.Example.TypeAliases
|
/third_party/libsnd/src/ |
D | test_conversions.c | 47 int64_t i64 = SF_PLATFORM_S64 (0x0123456789abcdef), t64 = 0 ; in conversion_test() local
|
/third_party/spirv-tools/source/ |
D | text.h | 39 int64_t i64; member
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | text.h | 39 int64_t i64; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | text.h | 39 int64_t i64; member
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | text.h | 39 int64_t i64; member
|
/third_party/boost/libs/config/test/ |
D | cstdint_include_test.cpp | 24 boost::int64_t i64 = 0; in main() local
|
/third_party/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 217 int64_t i64; in DataDrivenPrintf() local 419 int64_t i64, expected64; in DataDrivenScanf() local 623 int64_t i64; in DataDrivenPrintfPrecision() local
|
/third_party/openssl/crypto/modes/ |
D | modes_local.h | 13 typedef __int64 i64; typedef 17 typedef long i64; typedef 21 typedef long long i64; typedef
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 175 StatusOr<int64> i64 = data.ToInt64(); in WriteInt64() local 185 StatusOr<int64> i64 = data.ToInt64(); in WriteSFixed64() local 195 StatusOr<int64> i64 = data.ToInt64(); in WriteSInt64() local
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | convert.c | 242 bool Convert_PhpToInt64(const zval *php_val, int64_t *i64) { in Convert_PhpToInt64() 353 int64_t i64; in Convert_PhpToUpb() local
|
/third_party/boost/libs/multiprecision/test/ |
D | test_cpp_bin_float_conv.cpp | 133 i64_t i64(67); in main() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | rtkit.c | 68 dbus_int64_t i64; in rtkit_get_int_property() local
|
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
D | spirv_to_dxil.h | 61 int64_t i64; member
|
/third_party/icu/icu4c/source/test/intltest/ |
D | winnmtst.cpp | 241 int64_t i64 = randomInt64(); in testLocale() local
|
/third_party/glslang/glslang/MachineIndependent/ |
D | glslang.y | 104 long long i64; member
|
/third_party/flatbuffers/tests/ |
D | optional_scalars_generated.rs | 361 pub fn just_i64(&self) -> i64 { in just_i64() 365 pub fn maybe_i64(&self) -> Option<i64> { in maybe_i64() 369 pub fn default_i64(&self) -> i64 { in default_i64() 640 pub fn add_just_i64(&mut self, just_i64: i64) { in add_just_i64() 644 pub fn add_maybe_i64(&mut self, maybe_i64: i64) { in add_maybe_i64() 648 pub fn add_default_i64(&mut self, default_i64: i64) { in add_default_i64()
|
/third_party/flatbuffers/rust/flexbuffers/src/reader/ |
D | mod.rs | 442 pub fn get_i64(&self) -> Result<i64, Error> { in get_i64() 525 pub fn as_i64(&self) -> i64 { in as_i64()
|
/third_party/glslang/glslang/Include/ |
D | ConstantUnion.h | 88 void setI64Const(long long i64) in setI64Const()
|
/third_party/gstreamer/gstplugins_bad/sys/bluez/ |
D | gstavrcputil.c | 98 guint64 i64; in tag_list_from_variant() local
|
/third_party/mindspore/tests/ut/cpp/ir/ |
D | dtype_test.cc | 35 Int i64; member in mindspore::TestDType
|