Searched refs:_oTestarrayofsortedstruct (Results 1 – 1 of 1) sorted by relevance
441 …MyGame.Example.AbilityT[] _oTestarrayofsortedstruct = new MyGame.Example.AbilityT[testarrayofsorte… in unpackTo() local442 …for (int _j = 0; _j < testarrayofsortedstructLength(); ++_j) {_oTestarrayofsortedstruct[_j] = (tes… in unpackTo()443 _o.setTestarrayofsortedstruct(_oTestarrayofsortedstruct); in unpackTo()591 MyGame.Example.AbilityT[] _oTestarrayofsortedstruct = _o.getTestarrayofsortedstruct(); in pack() local592 if (_oTestarrayofsortedstruct != null) { in pack()593 startTestarrayofsortedstructVector(builder, _oTestarrayofsortedstruct.length); in pack()594 …for (int _j = _oTestarrayofsortedstruct.length - 1; _j >=0; _j--) { MyGame.Example.Ability.pack(bu… in pack()