Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.kt25 fun mutateColor(color: UByte) : Boolean { in mutateColor() method
DTestSimpleTableWithEnum.java19 …public boolean mutateColor(int color) { int o = __offset(4); if (o != 0) { bb.put(o + bb_pos, (byt… in mutateColor() method in TestSimpleTableWithEnum
DMonster.kt95 fun mutateColor(color: UByte) : Boolean { in mutateColor() method in MyGame.Example.Monster
DMonster.java39 …public boolean mutateColor(int color) { int o = __offset(16); if (o != 0) { bb.put(o + bb_pos, (by… in mutateColor() method in Monster