Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonsterT.java41 private long[] vectorOfLongs; field in MonsterT
184 public void setVectorOfLongs(long[] vectorOfLongs) { this.vectorOfLongs = vectorOfLongs; } in setVectorOfLongs()
H A DMonster.py952 def MonsterAddVectorOfLongs(builder, vectorOfLongs): builder.PrependUOffsetTRelativeSlot(32, flatbu… argument
953 def AddVectorOfLongs(builder, vectorOfLongs): argument
H A DMonster.kt480 fun vectorOfLongs(j: Int) : Long { in vectorOfLongs() method in MyGame.Example.Monster
H A DMonster.php1381 public static function addVectorOfLongs(FlatBufferBuilder $builder, $vectorOfLongs)
H A DMonster.java127 …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 Dmonster.ts445 vectorOfLongs(index: number):bigint|null { method in Monster
1363 const vectorOfLongs = Monster.createVectorOfLongsVector(builder, this.vectorOfLongs); constant
H A Dmonster.js341 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 Dmonster_test_generated.swift1275 …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 Dmonster_test_generated.swift1275 …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 DJavaTest.java1535 long[] vectorOfLongs = monster.getVectorOfLongs(); in TestObject() local
H A Dmonster_test_generated.py1615 def MonsterAddVectorOfLongs(builder, vectorOfLongs): builder.PrependUOffsetTRelativeSlot(32, flatbu… argument
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts980 vectorOfLongs(index: number):bigint|null { method in MyGame_Example_Monster