Home
last modified time | relevance | path

Searched defs:i64 (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/flatbuffers/tests/my-game/example/
Dtype-aliases.js92 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/
DTypeAliases.java30 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()
DTypeAliases.php191 …TypeAliases(FlatBufferBuilder $builder, $i8, $u8, $i16, $u16, $i32, $u32, $i64, $u64, $f32, $f64, …
275 public static function addI64(FlatBufferBuilder $builder, $i64)
DTypeAliases.py183 def AddI64(builder, i64): builder.PrependInt64Slot(6, i64, 0) argument
184 def TypeAliasesAddI64(builder, i64): argument
DTypeAliases.kt104 val i64 : Long constant in MyGame.Example.TypeAliases
/third_party/libsnd/src/
Dtest_conversions.c47 int64_t i64 = SF_PLATFORM_S64 (0x0123456789abcdef), t64 = 0 ; in conversion_test() local
/third_party/spirv-tools/source/
Dtext.h39 int64_t i64; member
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext.h39 int64_t i64; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext.h39 int64_t i64; member
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dtext.h39 int64_t i64; member
/third_party/boost/libs/config/test/
Dcstdint_include_test.cpp24 boost::int64_t i64 = 0; in main() local
/third_party/icu/icu4c/source/test/iotest/
Diotest.cpp217 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/
Dmodes_local.h13 typedef __int64 i64; typedef
17 typedef long i64; typedef
21 typedef long long i64; typedef
/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc175 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/
Dconvert.c242 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/
Dtest_cpp_bin_float_conv.cpp133 i64_t i64(67); in main() local
/third_party/pulseaudio/src/pulsecore/
Drtkit.c68 dbus_int64_t i64; in rtkit_get_int_property() local
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
Dspirv_to_dxil.h61 int64_t i64; member
/third_party/icu/icu4c/source/test/intltest/
Dwinnmtst.cpp241 int64_t i64 = randomInt64(); in testLocale() local
/third_party/glslang/glslang/MachineIndependent/
Dglslang.y104 long long i64; member
/third_party/flatbuffers/tests/
Doptional_scalars_generated.rs361 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/
Dmod.rs442 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/
DConstantUnion.h88 void setI64Const(long long i64) in setI64Const()
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Dgstavrcputil.c98 guint64 i64; in tag_list_from_variant() local
/third_party/mindspore/tests/ut/cpp/ir/
Ddtype_test.cc35 Int i64; member in mindspore::TestDType

12345