Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.java441 …MyGame.Example.AbilityT[] _oTestarrayofsortedstruct = new MyGame.Example.AbilityT[testarrayofsorte… in unpackTo() local
442 …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() local
592 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()