Home
last modified time | relevance | path

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

/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.kt23 fun mutateB(b: Int) : ByteBuffer = bb.putInt(bb_pos + 4, b) in mutateA() method
DStructInNestedNS.java18 public void mutateB(int b) { bb.putInt(bb_pos + 4, b); } in mutateB() method in StructInNestedNS
/external/flatbuffers/tests/MyGame/Example/
DTest.kt23 fun mutateB(b: Byte) : ByteBuffer = bb.put(bb_pos + 2, b) in mutateA() method
DTest.java18 public void mutateB(byte b) { bb.put(bb_pos + 2, b); } in mutateB() method in Test
DNestedStruct.java18 public void mutateB(byte b) { bb.put(bb_pos + 8, b); } in mutateB() method in NestedStruct
DArrayStruct.java18 public void mutateB(int j, int b) { bb.putInt(bb_pos + 4 + j * 4, b); } in mutateB() method in ArrayStruct