Searched refs:getTestarrayofstring (Results 1 – 4 of 4) sorted by relevance
94 public String[] getTestarrayofstring() { return testarrayofstring; } in getTestarrayofstring() method in MonsterT
557 if (_o.getTestarrayofstring() != null) { in pack()558 int[] __testarrayofstring = new int[_o.getTestarrayofstring().length]; in pack()560 …for (String _e : _o.getTestarrayofstring()) { __testarrayofstring[_j] = builder.createString(_e); … in pack()
159 public function getTestarrayofstring($j) function in MyGame\\Example\\Monster
1493 String[] testarrayofstring = monster.getTestarrayofstring(); in TestObject()