Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonsterT.java42 private double[] vectorOfDoubles; field in MonsterT
188 …public void setVectorOfDoubles(double[] vectorOfDoubles) { this.vectorOfDoubles = vectorOfDoubles;… in setVectorOfDoubles()
H A DMonster.py958 def MonsterAddVectorOfDoubles(builder, vectorOfDoubles): builder.PrependUOffsetTRelativeSlot(33, fl… argument
959 def AddVectorOfDoubles(builder, vectorOfDoubles): argument
H A DMonster.kt503 fun vectorOfDoubles(j: Int) : Double { in vectorOfDoubles() method
H A DMonster.php1415 public static function addVectorOfDoubles(FlatBufferBuilder $builder, $vectorOfDoubles)
H A DMonster.java134 …public double vectorOfDoubles(int j) { int o = __offset(70); return o != 0 ? bb.getDouble(__vector… in vectorOfDoubles() method in Monster
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dmonster.ts455 vectorOfDoubles(index: number):number|null { method in Monster
1364 const vectorOfDoubles = Monster.createVectorOfDoublesVector(builder, this.vectorOfDoubles); constant
H A Dmonster.js349 vectorOfDoubles(index) { method in Monster
986 …arrayofsortedstruct = [], flex = [], test5 = [], vectorOfLongs = [], vectorOfDoubles = [], parentN… argument
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/
H A Dmonster_test_generated.swift1280 …public func vectorOfDoubles(at index: Int32) -> Double { let o = _accessor.offset(VTOFFSET.vectorO… in vectorOfDoubles() function
1281 …public var vectorOfDoubles: [Double] { return _accessor.getVector(at: VTOFFSET.vectorOfDoubles.v) … variable
2072 public var vectorOfDoubles: [Double] variable
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A Dmonster_test_generated.swift1280 …public func vectorOfDoubles(at index: Int32) -> Double { let o = _accessor.offset(VTOFFSET.vectorO… in vectorOfDoubles() function
1281 …public var vectorOfDoubles: [Double] { return _accessor.getVector(at: VTOFFSET.vectorOfDoubles.v) … variable
2072 public var vectorOfDoubles: [Double] variable
/aosp_15_r20/external/flatbuffers/tests/
H A DJavaTest.java1543 double[] vectorOfDoubles = monster.getVectorOfDoubles(); in TestObject() local
H A Dmonster_test_generated.py1617 def MonsterAddVectorOfDoubles(builder, vectorOfDoubles): builder.PrependUOffsetTRelativeSlot(33, fl… argument
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts990 vectorOfDoubles(index: number):number|null { method in MyGame_Example_Monster