Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DAbility.kt21 fun mutateId(id: UInt) : ByteBuffer = bb.putInt(bb_pos + 0, id.toInt()) in mutateId() method
DAbility.java16 public void mutateId(long id) { bb.putInt(bb_pos + 0, (int)id); } in mutateId() method in Ability
DReferrable.kt25 fun mutateId(id: ULong) : Boolean { in mutateId() method
DReferrable.java19 …public boolean mutateId(long id) { int o = __offset(4); if (o != 0) { bb.putLong(o + bb_pos, id); … in mutateId() method in Referrable