Lines Matching refs:bb_pos

18   public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; }  in __init()
22 …public Vec3 pos(Vec3 obj) { int o = __offset(4); return o != 0 ? obj.__assign(o + bb_pos, bb) : nu… in pos()
23 public short mana() { int o = __offset(6); return o != 0 ? bb.getShort(o + bb_pos) : 150; } in mana()
24 …public boolean mutateMana(short mana) { int o = __offset(6); if (o != 0) { bb.putShort(o + bb_pos,… in mutateMana()
25 public short hp() { int o = __offset(8); return o != 0 ? bb.getShort(o + bb_pos) : 100; } in hp()
26 …public boolean mutateHp(short hp) { int o = __offset(8); if (o != 0) { bb.putShort(o + bb_pos, hp)… in mutateHp()
27 public String name() { int o = __offset(10); return o != 0 ? __string(o + bb_pos) : null; } in name()
33 public byte color() { int o = __offset(16); return o != 0 ? bb.get(o + bb_pos) : 8; } in color()
34 …public boolean mutateColor(byte color) { int o = __offset(16); if (o != 0) { bb.put(o + bb_pos, co… in mutateColor()
35 public byte testType() { int o = __offset(18); return o != 0 ? bb.get(o + bb_pos) : 0; } in testType()
36 …estType(byte test_type) { int o = __offset(18); if (o != 0) { bb.put(o + bb_pos, test_type); retur… in mutateTestType()
51 …ter obj) { int o = __offset(28); return o != 0 ? obj.__assign(__indirect(o + bb_pos), bb) : null; } in enemy()
59 …tat obj) { int o = __offset(32); return o != 0 ? obj.__assign(__indirect(o + bb_pos), bb) : null; } in testempty()
60 public boolean testbool() { int o = __offset(34); return o != 0 ? 0!=bb.get(o + bb_pos) : false; } in testbool()
61 …tbool(boolean testbool) { int o = __offset(34); if (o != 0) { bb.put(o + bb_pos, (byte)(testbool ?… in mutateTestbool()
62 public int testhashs32Fnv1() { int o = __offset(36); return o != 0 ? bb.getInt(o + bb_pos) : 0; } in testhashs32Fnv1()
63 …nt testhashs32_fnv1) { int o = __offset(36); if (o != 0) { bb.putInt(o + bb_pos, testhashs32_fnv1)… in mutateTesthashs32Fnv1()
64 …public long testhashu32Fnv1() { int o = __offset(38); return o != 0 ? (long)bb.getInt(o + bb_pos) … in testhashu32Fnv1()
65 …ng testhashu32_fnv1) { int o = __offset(38); if (o != 0) { bb.putInt(o + bb_pos, (int)testhashu32_… in mutateTesthashu32Fnv1()
66 …public long testhashs64Fnv1() { int o = __offset(40); return o != 0 ? bb.getLong(o + bb_pos) : 0L;… in testhashs64Fnv1()
67 …g testhashs64_fnv1) { int o = __offset(40); if (o != 0) { bb.putLong(o + bb_pos, testhashs64_fnv1)… in mutateTesthashs64Fnv1()
68 …public long testhashu64Fnv1() { int o = __offset(42); return o != 0 ? bb.getLong(o + bb_pos) : 0L;… in testhashu64Fnv1()
69 …g testhashu64_fnv1) { int o = __offset(42); if (o != 0) { bb.putLong(o + bb_pos, testhashu64_fnv1)… in mutateTesthashu64Fnv1()
70 public int testhashs32Fnv1a() { int o = __offset(44); return o != 0 ? bb.getInt(o + bb_pos) : 0; } in testhashs32Fnv1a()
71 …t testhashs32_fnv1a) { int o = __offset(44); if (o != 0) { bb.putInt(o + bb_pos, testhashs32_fnv1a… in mutateTesthashs32Fnv1a()
72 …public long testhashu32Fnv1a() { int o = __offset(46); return o != 0 ? (long)bb.getInt(o + bb_pos)… in testhashu32Fnv1a()
73 …g testhashu32_fnv1a) { int o = __offset(46); if (o != 0) { bb.putInt(o + bb_pos, (int)testhashu32_… in mutateTesthashu32Fnv1a()
74 …public long testhashs64Fnv1a() { int o = __offset(48); return o != 0 ? bb.getLong(o + bb_pos) : 0L… in testhashs64Fnv1a()
75 … testhashs64_fnv1a) { int o = __offset(48); if (o != 0) { bb.putLong(o + bb_pos, testhashs64_fnv1a… in mutateTesthashs64Fnv1a()
76 …public long testhashu64Fnv1a() { int o = __offset(50); return o != 0 ? bb.getLong(o + bb_pos) : 0L… in testhashu64Fnv1a()
77 … testhashu64_fnv1a) { int o = __offset(50); if (o != 0) { bb.putLong(o + bb_pos, testhashu64_fnv1a… in mutateTesthashu64Fnv1a()
82 public float testf() { int o = __offset(54); return o != 0 ? bb.getFloat(o + bb_pos) : 3.14159f; } in testf()
83 …Testf(float testf) { int o = __offset(54); if (o != 0) { bb.putFloat(o + bb_pos, testf); return tr… in mutateTestf()
84 public float testf2() { int o = __offset(56); return o != 0 ? bb.getFloat(o + bb_pos) : 3.0f; } in testf2()
85 …stf2(float testf2) { int o = __offset(56); if (o != 0) { bb.putFloat(o + bb_pos, testf2); return t… in mutateTestf2()
86 public float testf3() { int o = __offset(58); return o != 0 ? bb.getFloat(o + bb_pos) : 0.0f; } in testf3()
87 …stf3(float testf3) { int o = __offset(58); if (o != 0) { bb.putFloat(o + bb_pos, testf3); return t… in mutateTestf3()