Searched refs:mutateVal (Results 1 - 1 of 1) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
H A DStat.java20 public boolean mutateVal(long val) { int o = __offset(6); if (o != 0) { bb.putLong(o + bb_pos, val); return true; } else { return false; } } method in class:Stat

Completed in 80 milliseconds