Lines Matching defs:o
22 …public Vec3 pos(Vec3 obj) { int o = __offset(4); return o != 0 ? obj.__assign(o + bb_pos, bb) : nu… in pos() local
23 public short mana() { int o = __offset(6); return o != 0 ? bb.getShort(o + bb_pos) : 150; } in mana() local
24 …public boolean mutateMana(short mana) { int o = __offset(6); if (o != 0) { bb.putShort(o + bb_pos,… in mutateMana() local
25 public short hp() { int o = __offset(8); return o != 0 ? bb.getShort(o + bb_pos) : 100; } in hp() local
26 …public boolean mutateHp(short hp) { int o = __offset(8); if (o != 0) { bb.putShort(o + bb_pos, hp)… in mutateHp() local
27 public String name() { int o = __offset(10); return o != 0 ? __string(o + bb_pos) : null; } in name() local
29 …public int inventory(int j) { int o = __offset(14); return o != 0 ? bb.get(__vector(o) + j * 1) & … in inventory() local
30 public int inventoryLength() { int o = __offset(14); return o != 0 ? __vector_len(o) : 0; } in inventoryLength() local
32 …public boolean mutateInventory(int j, int inventory) { int o = __offset(14); if (o != 0) { bb.put(… in mutateInventory() local
33 public byte color() { int o = __offset(16); return o != 0 ? bb.get(o + bb_pos) : 8; } in color() local
34 …public boolean mutateColor(byte color) { int o = __offset(16); if (o != 0) { bb.put(o + bb_pos, co… in mutateColor() local
35 public byte testType() { int o = __offset(18); return o != 0 ? bb.get(o + bb_pos) : 0; } in testType() local
36 …public boolean mutateTestType(byte test_type) { int o = __offset(18); if (o != 0) { bb.put(o + bb_… in mutateTestType() local
37 public Table test(Table obj) { int o = __offset(20); return o != 0 ? __union(obj, o) : null; } in test() local
39 …public Test test4(Test obj, int j) { int o = __offset(22); return o != 0 ? obj.__assign(__vector(o… in test4() local
40 public int test4Length() { int o = __offset(22); return o != 0 ? __vector_len(o) : 0; } in test4Length() local
41 …public String testarrayofstring(int j) { int o = __offset(24); return o != 0 ? __string(__vector(o… in testarrayofstring() local
42 …public int testarrayofstringLength() { int o = __offset(24); return o != 0 ? __vector_len(o) : 0; } in testarrayofstringLength() local
48 …public Monster testarrayoftables(Monster obj, int j) { int o = __offset(26); return o != 0 ? obj._… in testarrayoftables() local
49 …public int testarrayoftablesLength() { int o = __offset(26); return o != 0 ? __vector_len(o) : 0; } in testarrayoftablesLength() local
51 …public Monster enemy(Monster obj) { int o = __offset(28); return o != 0 ? obj.__assign(__indirect(… in enemy() local
52 …public int testnestedflatbuffer(int j) { int o = __offset(30); return o != 0 ? bb.get(__vector(o) … in testnestedflatbuffer() local
53 …public int testnestedflatbufferLength() { int o = __offset(30); return o != 0 ? __vector_len(o) : … in testnestedflatbufferLength() local
56 …public Monster testnestedflatbufferAsMonster(Monster obj) { int o = __offset(30); return o != 0 ? … in testnestedflatbufferAsMonster() local
57 …public boolean mutateTestnestedflatbuffer(int j, int testnestedflatbuffer) { int o = __offset(30);… in mutateTestnestedflatbuffer() local
59 …public Stat testempty(Stat obj) { int o = __offset(32); return o != 0 ? obj.__assign(__indirect(o … in testempty() local
60 public boolean testbool() { int o = __offset(34); return o != 0 ? 0!=bb.get(o + bb_pos) : false; } in testbool() local
61 …public boolean mutateTestbool(boolean testbool) { int o = __offset(34); if (o != 0) { bb.put(o + b… in mutateTestbool() local
62 public int testhashs32Fnv1() { int o = __offset(36); return o != 0 ? bb.getInt(o + bb_pos) : 0; } in testhashs32Fnv1() local
63 …public boolean mutateTesthashs32Fnv1(int testhashs32_fnv1) { int o = __offset(36); if (o != 0) { b… in mutateTesthashs32Fnv1() local
64 …public long testhashu32Fnv1() { int o = __offset(38); return o != 0 ? (long)bb.getInt(o + bb_pos) … in testhashu32Fnv1() local
65 …public boolean mutateTesthashu32Fnv1(long testhashu32_fnv1) { int o = __offset(38); if (o != 0) { … in mutateTesthashu32Fnv1() local
66 …public long testhashs64Fnv1() { int o = __offset(40); return o != 0 ? bb.getLong(o + bb_pos) : 0L;… in testhashs64Fnv1() local
67 …public boolean mutateTesthashs64Fnv1(long testhashs64_fnv1) { int o = __offset(40); if (o != 0) { … in mutateTesthashs64Fnv1() local
68 …public long testhashu64Fnv1() { int o = __offset(42); return o != 0 ? bb.getLong(o + bb_pos) : 0L;… in testhashu64Fnv1() local
69 …public boolean mutateTesthashu64Fnv1(long testhashu64_fnv1) { int o = __offset(42); if (o != 0) { … in mutateTesthashu64Fnv1() local
70 public int testhashs32Fnv1a() { int o = __offset(44); return o != 0 ? bb.getInt(o + bb_pos) : 0; } in testhashs32Fnv1a() local
71 …public boolean mutateTesthashs32Fnv1a(int testhashs32_fnv1a) { int o = __offset(44); if (o != 0) {… in mutateTesthashs32Fnv1a() local
72 …public long testhashu32Fnv1a() { int o = __offset(46); return o != 0 ? (long)bb.getInt(o + bb_pos)… in testhashu32Fnv1a() local
73 …public boolean mutateTesthashu32Fnv1a(long testhashu32_fnv1a) { int o = __offset(46); if (o != 0) … in mutateTesthashu32Fnv1a() local
74 …public long testhashs64Fnv1a() { int o = __offset(48); return o != 0 ? bb.getLong(o + bb_pos) : 0L… in testhashs64Fnv1a() local
75 …public boolean mutateTesthashs64Fnv1a(long testhashs64_fnv1a) { int o = __offset(48); if (o != 0) … in mutateTesthashs64Fnv1a() local
76 …public long testhashu64Fnv1a() { int o = __offset(50); return o != 0 ? bb.getLong(o + bb_pos) : 0L… in testhashu64Fnv1a() local
77 …public boolean mutateTesthashu64Fnv1a(long testhashu64_fnv1a) { int o = __offset(50); if (o != 0) … in mutateTesthashu64Fnv1a() local
78 …public boolean testarrayofbools(int j) { int o = __offset(52); return o != 0 ? 0!=bb.get(__vector(… in testarrayofbools() local
79 public int testarrayofboolsLength() { int o = __offset(52); return o != 0 ? __vector_len(o) : 0; } in testarrayofboolsLength() local
81 …public boolean mutateTestarrayofbools(int j, boolean testarrayofbools) { int o = __offset(52); if … in mutateTestarrayofbools() local
82 public float testf() { int o = __offset(54); return o != 0 ? bb.getFloat(o + bb_pos) : 3.14159f; } in testf() local
83 …public boolean mutateTestf(float testf) { int o = __offset(54); if (o != 0) { bb.putFloat(o + bb_p… in mutateTestf() local
84 public float testf2() { int o = __offset(56); return o != 0 ? bb.getFloat(o + bb_pos) : 3.0f; } in testf2() local
85 …public boolean mutateTestf2(float testf2) { int o = __offset(56); if (o != 0) { bb.putFloat(o + bb… in mutateTestf2() local
86 public float testf3() { int o = __offset(58); return o != 0 ? bb.getFloat(o + bb_pos) : 0.0f; } in testf3() local
87 …public boolean mutateTestf3(float testf3) { int o = __offset(58); if (o != 0) { bb.putFloat(o + bb… in mutateTestf3() local
88 …public String testarrayofstring2(int j) { int o = __offset(60); return o != 0 ? __string(__vector(… in testarrayofstring2() local
89 …public int testarrayofstring2Length() { int o = __offset(60); return o != 0 ? __vector_len(o) : 0;… in testarrayofstring2Length() local
134 int o = builder.endObject(); in endMonster() local