Searched refs:getTestarrayofbools (Results 1 – 4 of 4) sorted by relevance
150 public boolean[] getTestarrayofbools() { return testarrayofbools; } in getTestarrayofbools() method in MonsterT
580 if (_o.getTestarrayofbools() != null) { in pack()581 _testarrayofbools = createTestarrayofboolsVector(builder, _o.getTestarrayofbools()); in pack()
321 public function getTestarrayofbools($j) function in MyGame\\Example\\Monster
1512 boolean[] testarrayofbools = monster.getTestarrayofbools(); in TestObject()