Home
last modified time | relevance | path

Searched defs:vf64 (Results 1 – 12 of 12) sorted by relevance

/third_party/flatbuffers/tests/my-game/example/
Dtype-aliases.ts200 vf64(index: number):number|null { method in TypeAliases
388 const vf64 = TypeAliases.createVf64Vector(builder, this.vf64); constant
Dtype-aliases.js152 vf64(index) { method in TypeAliases
271 …s.createLong(0, 0), u64 = flatbuffers.createLong(0, 0), f32 = 0.0, f64 = 0.0, v8 = [], vf64 = []) { argument
/third_party/flatbuffers/tests/MyGame/Example/
DTypeAliases.php191 …s(FlatBufferBuilder $builder, $i8, $u8, $i16, $u16, $i32, $u32, $i64, $u64, $f32, $f64, $v8, $vf64)
349 public static function addVf64(FlatBufferBuilder $builder, $vf64)
DTypeAliases.java45 …public double vf64(int j) { int o = __offset(26); return o != 0 ? bb.getDouble(__vector(o) + j * 8… in vf64() method in TypeAliases
51 …public boolean mutateVf64(int j, double vf64) { int o = __offset(26); if (o != 0) { bb.putDouble(_… in mutateVf64()
DTypeAliases.py207 def AddVf64(builder, vf64): builder.PrependUOffsetTRelativeSlot(11, flatbuffers.number_types.UOffse… argument
208 def TypeAliasesAddVf64(builder, vf64): argument
DTypeAliases.kt183 fun vf64(j: Int) : Double { in vf64() method in MyGame.Example.TypeAliases
/third_party/ejdb/src/jql/
Djql_internal.h41 double vf64; member
/third_party/ejdb/src/jbl/
Djbl.h149 double vf64; member
Dbinn.c2075 int64 vf64 = 0; in copy_int_value() local
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dmonster_test_generated.swift1562 …public func vf64(at index: Int32) -> Double { let o = _accessor.offset(VTOFFSET.vf64.v); return o … in vf64() function
1563 public var vf64: [Double] { return _accessor.getVector(at: VTOFFSET.vf64.v) ?? [] } variable
1652 public var vf64: [Double] variable
/third_party/flatbuffers/tests/
Dmonster_test.schema.json361 "vf64" : { object
Dmonster_test_generated.rs3627 let vf64 = self.vf64().map(|x| { in unpack() localVariable
3703 pub fn vf64(&self) -> Option<flatbuffers::Vector<'a, f64>> { in vf64() method
3743 pub vf64: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a, f64>>>, field
3864 pub vf64: Option<Vec<f64>>, field
3902 let vf64 = self.vf64.as_ref().map(|x|{ in pack() localVariable