Searched refs:mutateA (Results 1 – 6 of 6) sorted by relevance
21 fun mutateA(a: Int) : ByteBuffer = bb.putInt(bb_pos + 0, a) in mutateA() method in NamespaceA.NamespaceB.StructInNestedNS
16 public void mutateA(int a) { bb.putInt(bb_pos + 0, a); } in mutateA() method in StructInNestedNS
21 fun mutateA(a: Short) : ByteBuffer = bb.putShort(bb_pos + 0, a) in mutateA() method
16 public void mutateA(short a) { bb.putShort(bb_pos + 0, a); } in mutateA() method in Test
16 public void mutateA(int j, int a) { bb.putInt(bb_pos + 0 + j * 4, a); } in mutateA() method in NestedStruct
16 public void mutateA(float a) { bb.putFloat(bb_pos + 0, a); } in mutateA() method in ArrayStruct