Home
last modified time | relevance | path

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

/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.kt21 fun mutateA(a: Int) : ByteBuffer = bb.putInt(bb_pos + 0, a) in mutateA() method in NamespaceA.NamespaceB.StructInNestedNS
DStructInNestedNS.java16 public void mutateA(int a) { bb.putInt(bb_pos + 0, a); } in mutateA() method in StructInNestedNS
/external/flatbuffers/tests/MyGame/Example/
DTest.kt21 fun mutateA(a: Short) : ByteBuffer = bb.putShort(bb_pos + 0, a) in mutateA() method
DTest.java16 public void mutateA(short a) { bb.putShort(bb_pos + 0, a); } in mutateA() method in Test
DNestedStruct.java16 public void mutateA(int j, int a) { bb.putInt(bb_pos + 0 + j * 4, a); } in mutateA() method in NestedStruct
DArrayStruct.java16 public void mutateA(float a) { bb.putFloat(bb_pos + 0, a); } in mutateA() method in ArrayStruct