Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonsterT.java170 public MyGame.Example.AbilityT[] getTestarrayofsortedstruct() { return testarrayofsortedstruct; } in getTestarrayofsortedstruct() method in MonsterT
H A DMonster.php385 public function getTestarrayofsortedstruct($j) function in MyGame\\Example\\Monster
H A DMonster.java591 MyGame.Example.AbilityT[] _oTestarrayofsortedstruct = _o.getTestarrayofsortedstruct(); in pack()
/aosp_15_r20/external/flatbuffers/tests/
H A DJavaTest.java1523 AbilityT[] testarrayofsortedstruct = monster.getTestarrayofsortedstruct(); in TestObject()