Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonsterT.java150 public boolean[] getTestarrayofbools() { return testarrayofbools; } in getTestarrayofbools() method in MonsterT
H A DMonster.java580 if (_o.getTestarrayofbools() != null) { in pack()
581 _testarrayofbools = createTestarrayofboolsVector(builder, _o.getTestarrayofbools()); in pack()
H A DMonster.php321 public function getTestarrayofbools($j) function in MyGame\\Example\\Monster
/aosp_15_r20/external/flatbuffers/tests/
H A DJavaTest.java1512 boolean[] testarrayofbools = monster.getTestarrayofbools(); in TestObject()