Home
last modified time | relevance | path

Searched refs:mutateZ (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/tests/MyGame/Example/
DVec3.kt25 fun mutateZ(z: Float) : ByteBuffer = bb.putFloat(bb_pos + 8, z) in mutateX() method in MyGame.Example.Vec3
DVec3.java20 public void mutateZ(float z) { bb.putFloat(bb_pos + 8, z); } in mutateZ() method in Vec3
/third_party/flatbuffers/docs/source/
DTutorial.md3192 monster.pos().mutateZ(4); // Set struct field.
3200 monster.pos!!.mutateZ(4) // Set struct field.