/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | MonsterT.java | 41 private long[] vectorOfLongs; field in MonsterT 184 public void setVectorOfLongs(long[] vectorOfLongs) { this.vectorOfLongs = vectorOfLongs; } in setVectorOfLongs()
|
H A D | Monster.py | 952 def MonsterAddVectorOfLongs(builder, vectorOfLongs): builder.PrependUOffsetTRelativeSlot(32, flatbu… argument 953 def AddVectorOfLongs(builder, vectorOfLongs): argument
|
H A D | Monster.kt | 480 fun vectorOfLongs(j: Int) : Long { in vectorOfLongs() method in MyGame.Example.Monster
|
H A D | Monster.php | 1381 public static function addVectorOfLongs(FlatBufferBuilder $builder, $vectorOfLongs)
|
H A D | Monster.java | 127 …public long vectorOfLongs(int j) { int o = __offset(68); return o != 0 ? bb.getLong(__vector(o) + … in vectorOfLongs() method in Monster
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | monster.ts | 445 vectorOfLongs(index: number):bigint|null { method in Monster 1363 const vectorOfLongs = Monster.createVectorOfLongsVector(builder, this.vectorOfLongs); constant
|
H A D | monster.js | 341 vectorOfLongs(index) { method in Monster 986 …yofstring2 = [], testarrayofsortedstruct = [], flex = [], test5 = [], vectorOfLongs = [], vectorOf… argument
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/ |
H A D | monster_test_generated.swift | 1275 …public func vectorOfLongs(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.vectorOfLo… in vectorOfLongs() function 1276 …public var vectorOfLongs: [Int64] { return _accessor.getVector(at: VTOFFSET.vectorOfLongs.v) ?? []… variable 2071 public var vectorOfLongs: [Int64] variable
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
H A D | monster_test_generated.swift | 1275 …public func vectorOfLongs(at index: Int32) -> Int64 { let o = _accessor.offset(VTOFFSET.vectorOfLo… in vectorOfLongs() function 1276 …public var vectorOfLongs: [Int64] { return _accessor.getVector(at: VTOFFSET.vectorOfLongs.v) ?? []… variable 2071 public var vectorOfLongs: [Int64] variable
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | JavaTest.java | 1535 long[] vectorOfLongs = monster.getVectorOfLongs(); in TestObject() local
|
H A D | monster_test_generated.py | 1615 def MonsterAddVectorOfLongs(builder, vectorOfLongs): builder.PrependUOffsetTRelativeSlot(32, flatbu… argument
|
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/ |
H A D | monster_test_generated.ts | 980 vectorOfLongs(index: number):bigint|null { method in MyGame_Example_Monster
|