• Home
  • Raw
  • Download

Lines Matching refs: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
30 …public int inventory(int j) { int o = __offset(14); return o != 0 ? bb.get(__vector(o) + j * 1) & … in inventory() local
31 public int inventoryLength() { int o = __offset(14); return o != 0 ? __vector_len(o) : 0; } in inventoryLength() local
34 …boolean mutateInventory(int j, int inventory) { int o = __offset(14); if (o != 0) { bb.put(__vecto… in mutateInventory() local
35 public byte color() { int o = __offset(16); return o != 0 ? bb.get(o + bb_pos) : 8; } in color() local
36 …public boolean mutateColor(byte color) { int o = __offset(16); if (o != 0) { bb.put(o + bb_pos, co… in mutateColor() local
37 public byte testType() { int o = __offset(18); return o != 0 ? bb.get(o + bb_pos) : 0; } in testType() local
38 …public boolean mutateTestType(byte test_type) { int o = __offset(18); if (o != 0) { bb.put(o + bb_… in mutateTestType() local
39 public Table test(Table obj) { int o = __offset(20); return o != 0 ? __union(obj, o) : null; } in test() local
41 …public Test test4(Test obj, int j) { int o = __offset(22); return o != 0 ? obj.__assign(__vector(o in test4() local
42 public int test4Length() { int o = __offset(22); return o != 0 ? __vector_len(o) : 0; } in test4Length() local
43 …public String testarrayofstring(int j) { int o = __offset(24); return o != 0 ? __string(__vector(o in testarrayofstring() local
44 …public int testarrayofstringLength() { int o = __offset(24); return o != 0 ? __vector_len(o) : 0; } in testarrayofstringLength() local
50 …starrayoftables(Monster obj, int j) { int o = __offset(26); return o != 0 ? obj.__assign(__indirec… in testarrayoftables() local
51 …public int testarrayoftablesLength() { int o = __offset(26); return o != 0 ? __vector_len(o) : 0; } in testarrayoftablesLength() local
52 …starrayoftablesByKey(String key) { int o = __offset(26); return o != 0 ? Monster.__lookup_by_key(n… in testarrayoftablesByKey() local
53 …lesByKey(Monster obj, String key) { int o = __offset(26); return o != 0 ? Monster.__lookup_by_key(… in testarrayoftablesByKey() local
55 …public Monster enemy(Monster obj) { int o = __offset(28); return o != 0 ? obj.__assign(__indirect( in enemy() local
56 …public int testnestedflatbuffer(int j) { int o = __offset(30); return o != 0 ? bb.get(__vector(o) … in testnestedflatbuffer() local
57 …public int testnestedflatbufferLength() { int o = __offset(30); return o != 0 ? __vector_len(o) : … in testnestedflatbufferLength() local
61 …tedflatbufferAsMonster(Monster obj) { int o = __offset(30); return o != 0 ? obj.__assign(__indirec… in testnestedflatbufferAsMonster() local
62 …edflatbuffer(int j, int testnestedflatbuffer) { int o = __offset(30); if (o != 0) { bb.put(__vecto… in mutateTestnestedflatbuffer() local
64 …public Stat testempty(Stat obj) { int o = __offset(32); return o != 0 ? obj.__assign(__indirect(o in testempty() local
65 public boolean testbool() { int o = __offset(34); return o != 0 ? 0!=bb.get(o + bb_pos) : false; } in testbool() local
66 …public boolean mutateTestbool(boolean testbool) { int o = __offset(34); if (o != 0) { bb.put(o + b… in mutateTestbool() local
67 public int testhashs32Fnv1() { int o = __offset(36); return o != 0 ? bb.getInt(o + bb_pos) : 0; } in testhashs32Fnv1() local
68 …lean mutateTesthashs32Fnv1(int testhashs32_fnv1) { int o = __offset(36); if (o != 0) { bb.putInt(o in mutateTesthashs32Fnv1() local
69 …public long testhashu32Fnv1() { int o = __offset(38); return o != 0 ? (long)bb.getInt(o + bb_pos) … in testhashu32Fnv1() local
70 …ean mutateTesthashu32Fnv1(long testhashu32_fnv1) { int o = __offset(38); if (o != 0) { bb.putInt(o in mutateTesthashu32Fnv1() local
71 …public long testhashs64Fnv1() { int o = __offset(40); return o != 0 ? bb.getLong(o + bb_pos) : 0L;… in testhashs64Fnv1() local
72 …an mutateTesthashs64Fnv1(long testhashs64_fnv1) { int o = __offset(40); if (o != 0) { bb.putLong(o in mutateTesthashs64Fnv1() local
73 …public long testhashu64Fnv1() { int o = __offset(42); return o != 0 ? bb.getLong(o + bb_pos) : 0L;… in testhashu64Fnv1() local
74 …an mutateTesthashu64Fnv1(long testhashu64_fnv1) { int o = __offset(42); if (o != 0) { bb.putLong(o in mutateTesthashu64Fnv1() local
75 public int testhashs32Fnv1a() { int o = __offset(44); return o != 0 ? bb.getInt(o + bb_pos) : 0; } in testhashs32Fnv1a() local
76 …an mutateTesthashs32Fnv1a(int testhashs32_fnv1a) { int o = __offset(44); if (o != 0) { bb.putInt(o in mutateTesthashs32Fnv1a() local
77 …public long testhashu32Fnv1a() { int o = __offset(46); return o != 0 ? (long)bb.getInt(o + bb_pos)… in testhashu32Fnv1a() local
78 …n mutateTesthashu32Fnv1a(long testhashu32_fnv1a) { int o = __offset(46); if (o != 0) { bb.putInt(o in mutateTesthashu32Fnv1a() local
79 …public long testhashs64Fnv1a() { int o = __offset(48); return o != 0 ? bb.getLong(o + bb_pos) : 0L… in testhashs64Fnv1a() local
80 … mutateTesthashs64Fnv1a(long testhashs64_fnv1a) { int o = __offset(48); if (o != 0) { bb.putLong(o in mutateTesthashs64Fnv1a() local
81 …public long testhashu64Fnv1a() { int o = __offset(50); return o != 0 ? bb.getLong(o + bb_pos) : 0L… in testhashu64Fnv1a() local
82 … mutateTesthashu64Fnv1a(long testhashu64_fnv1a) { int o = __offset(50); if (o != 0) { bb.putLong(o in mutateTesthashu64Fnv1a() local
83 …public boolean testarrayofbools(int j) { int o = __offset(52); return o != 0 ? 0!=bb.get(__vector( in testarrayofbools() local
84 public int testarrayofboolsLength() { int o = __offset(52); return o != 0 ? __vector_len(o) : 0; } in testarrayofboolsLength() local
87 …arrayofbools(int j, boolean testarrayofbools) { int o = __offset(52); if (o != 0) { bb.put(__vecto… in mutateTestarrayofbools() local
88 public float testf() { int o = __offset(54); return o != 0 ? bb.getFloat(o + bb_pos) : 3.14159f; } in testf() local
89 …public boolean mutateTestf(float testf) { int o = __offset(54); if (o != 0) { bb.putFloat(o + bb_p… in mutateTestf() local
90 public float testf2() { int o = __offset(56); return o != 0 ? bb.getFloat(o + bb_pos) : 3.0f; } in testf2() local
91 …public boolean mutateTestf2(float testf2) { int o = __offset(56); if (o != 0) { bb.putFloat(o + bb… in mutateTestf2() local
92 public float testf3() { int o = __offset(58); return o != 0 ? bb.getFloat(o + bb_pos) : 0.0f; } in testf3() local
93 …public boolean mutateTestf3(float testf3) { int o = __offset(58); if (o != 0) { bb.putFloat(o + bb… in mutateTestf3() local
94 …public String testarrayofstring2(int j) { int o = __offset(60); return o != 0 ? __string(__vector( in testarrayofstring2() local
95 …public int testarrayofstring2Length() { int o = __offset(60); return o != 0 ? __vector_len(o) : 0;… in testarrayofstring2Length() local
97 …starrayofsortedstruct(Ability obj, int j) { int o = __offset(62); return o != 0 ? obj.__assign(__v… in testarrayofsortedstruct() local
98 …public int testarrayofsortedstructLength() { int o = __offset(62); return o != 0 ? __vector_len(o)… in testarrayofsortedstructLength() local
99 …public int flex(int j) { int o = __offset(64); return o != 0 ? bb.get(__vector(o) + j * 1) & 0xFF … in flex() local
100 public int flexLength() { int o = __offset(64); return o != 0 ? __vector_len(o) : 0; } in flexLength() local
103 …public boolean mutateFlex(int j, int flex) { int o = __offset(64); if (o != 0) { bb.put(__vector(o in mutateFlex() local
105 …public Test test5(Test obj, int j) { int o = __offset(66); return o != 0 ? obj.__assign(__vector(o in test5() local
106 public int test5Length() { int o = __offset(66); return o != 0 ? __vector_len(o) : 0; } in test5Length() local
107 …public long vectorOfLongs(int j) { int o = __offset(68); return o != 0 ? bb.getLong(__vector(o) + … in vectorOfLongs() local
108 public int vectorOfLongsLength() { int o = __offset(68); return o != 0 ? __vector_len(o) : 0; } in vectorOfLongsLength() local
111 …eVectorOfLongs(int j, long vector_of_longs) { int o = __offset(68); if (o != 0) { bb.putLong(__vec… in mutateVectorOfLongs() local
112 …public double vectorOfDoubles(int j) { int o = __offset(70); return o != 0 ? bb.getDouble(__vector… in vectorOfDoubles() local
113 public int vectorOfDoublesLength() { int o = __offset(70); return o != 0 ? __vector_len(o) : 0; } in vectorOfDoublesLength() local
116 …OfDoubles(int j, double vector_of_doubles) { int o = __offset(70); if (o != 0) { bb.putDouble(__ve… in mutateVectorOfDoubles() local
118 …espaceTest(MyGame.InParentNamespace obj) { int o = __offset(72); return o != 0 ? obj.__assign(__in… in parentNamespaceTest() local
120 …fReferrables(Referrable obj, int j) { int o = __offset(74); return o != 0 ? obj.__assign(__indirec… in vectorOfReferrables() local
121 …public int vectorOfReferrablesLength() { int o = __offset(74); return o != 0 ? __vector_len(o) : 0… in vectorOfReferrablesLength() local
122 …torOfReferrablesByKey(long key) { int o = __offset(74); return o != 0 ? Referrable.__lookup_by_key… in vectorOfReferrablesByKey() local
123 …ByKey(Referrable obj, long key) { int o = __offset(74); return o != 0 ? Referrable.__lookup_by_key… in vectorOfReferrablesByKey() local
124 …public long singleWeakReference() { int o = __offset(76); return o != 0 ? bb.getLong(o + bb_pos) :… in singleWeakReference() local
125 …SingleWeakReference(long single_weak_reference) { int o = __offset(76); if (o != 0) { bb.putLong(o in mutateSingleWeakReference() local
126 …public long vectorOfWeakReferences(int j) { int o = __offset(78); return o != 0 ? bb.getLong(__vec… in vectorOfWeakReferences() local
127 …public int vectorOfWeakReferencesLength() { int o = __offset(78); return o != 0 ? __vector_len(o) … in vectorOfWeakReferencesLength() local
130 …nces(int j, long vector_of_weak_references) { int o = __offset(78); if (o != 0) { bb.putLong(__vec… in mutateVectorOfWeakReferences() local
132 …gReferrables(Referrable obj, int j) { int o = __offset(80); return o != 0 ? obj.__assign(__indirec… in vectorOfStrongReferrables() local
133 …public int vectorOfStrongReferrablesLength() { int o = __offset(80); return o != 0 ? __vector_len( in vectorOfStrongReferrablesLength() local
134 …trongReferrablesByKey(long key) { int o = __offset(80); return o != 0 ? Referrable.__lookup_by_key… in vectorOfStrongReferrablesByKey() local
135 …ByKey(Referrable obj, long key) { int o = __offset(80); return o != 0 ? Referrable.__lookup_by_key… in vectorOfStrongReferrablesByKey() local
136 …public long coOwningReference() { int o = __offset(82); return o != 0 ? bb.getLong(o + bb_pos) : 0… in coOwningReference() local
137 …tateCoOwningReference(long co_owning_reference) { int o = __offset(82); if (o != 0) { bb.putLong(o in mutateCoOwningReference() local
138 …lic long vectorOfCoOwningReferences(int j) { int o = __offset(84); return o != 0 ? bb.getLong(__ve… in vectorOfCoOwningReferences() local
139 …public int vectorOfCoOwningReferencesLength() { int o = __offset(84); return o != 0 ? __vector_len… in vectorOfCoOwningReferencesLength() local
142 …int j, long vector_of_co_owning_references) { int o = __offset(84); if (o != 0) { bb.putLong(__vec… in mutateVectorOfCoOwningReferences() local
143 …public long nonOwningReference() { int o = __offset(86); return o != 0 ? bb.getLong(o + bb_pos) : … in nonOwningReference() local
144 …teNonOwningReference(long non_owning_reference) { int o = __offset(86); if (o != 0) { bb.putLong(o in mutateNonOwningReference() local
145 …ic long vectorOfNonOwningReferences(int j) { int o = __offset(88); return o != 0 ? bb.getLong(__ve… in vectorOfNonOwningReferences() local
146 …ublic int vectorOfNonOwningReferencesLength() { int o = __offset(88); return o != 0 ? __vector_len… in vectorOfNonOwningReferencesLength() local
149 …nt j, long vector_of_non_owning_references) { int o = __offset(88); if (o != 0) { bb.putLong(__vec… in mutateVectorOfNonOwningReferences() local
150 public byte anyUniqueType() { int o = __offset(90); return o != 0 ? bb.get(o + bb_pos) : 0; } in anyUniqueType() local
151 …boolean mutateAnyUniqueType(byte any_unique_type) { int o = __offset(90); if (o != 0) { bb.put(o +… in mutateAnyUniqueType() local
152 …public Table anyUnique(Table obj) { int o = __offset(92); return o != 0 ? __union(obj, o) : null; } in anyUnique() local
153 public byte anyAmbiguousType() { int o = __offset(94); return o != 0 ? bb.get(o + bb_pos) : 0; } in anyAmbiguousType() local
154 …n mutateAnyAmbiguousType(byte any_ambiguous_type) { int o = __offset(94); if (o != 0) { bb.put(o +… in mutateAnyAmbiguousType() local
155 …public Table anyAmbiguous(Table obj) { int o = __offset(96); return o != 0 ? __union(obj, o) : nul… in anyAmbiguous() local
156 …public byte vectorOfEnums(int j) { int o = __offset(98); return o != 0 ? bb.get(__vector(o) + j * … in vectorOfEnums() local
157 public int vectorOfEnumsLength() { int o = __offset(98); return o != 0 ? __vector_len(o) : 0; } in vectorOfEnumsLength() local
160 …ateVectorOfEnums(int j, byte vector_of_enums) { int o = __offset(98); if (o != 0) { bb.put(__vecto… in mutateVectorOfEnums() local
244 int o = builder.endObject(); in endMonster() local
245 builder.required(o, 10); // name in endMonster()
246 return o; in endMonster()