Home
last modified time | relevance | path

Searched refs:getTestarrayoftables (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonsterT.java98 public MyGame.Example.MonsterT[] getTestarrayoftables() { return testarrayoftables; } in getTestarrayoftables() method in MonsterT
H A DMonster.java564 if (_o.getTestarrayoftables() != null) { in pack()
565 int[] __testarrayoftables = new int[_o.getTestarrayoftables().length]; in pack()
567 …for (MyGame.Example.MonsterT _e : _o.getTestarrayoftables()) { __testarrayoftables[_j] = MyGame.Ex… in pack()
H A DMonster.php179 public function getTestarrayoftables($j) function in MyGame\\Example\\Monster
/aosp_15_r20/external/flatbuffers/tests/
H A DJavaTest.java1498 MonsterT[] testarrayoftables = monster.getTestarrayoftables(); in TestObject()