Lines Matching refs:__offset
22 …public Vec3? Pos { get { int o = __p.__offset(4); return o != 0 ? (Vec3?)(new Vec3()).__assign(o +…
23 …public short Mana { get { int o = __p.__offset(6); return o != 0 ? __p.bb.GetShort(o + __p.bb_pos)…
24 …public bool MutateMana(short mana) { int o = __p.__offset(6); if (o != 0) { __p.bb.PutShort(o + __… in MutateMana()
25 …public short Hp { get { int o = __p.__offset(8); return o != 0 ? __p.bb.GetShort(o + __p.bb_pos) :…
26 …public bool MutateHp(short hp) { int o = __p.__offset(8); if (o != 0) { __p.bb.PutShort(o + __p.bb… in MutateHp()
27 …public string Name { get { int o = __p.__offset(10); return o != 0 ? __p.__string(o + __p.bb_pos) …
34 …public byte Inventory(int j) { int o = __p.__offset(14); return o != 0 ? __p.bb.Get(__p.__vector(o… in Inventory()
35 …public int InventoryLength { get { int o = __p.__offset(14); return o != 0 ? __p.__vector_len(o) :…
42 …public bool MutateInventory(int j, byte inventory) { int o = __p.__offset(14); if (o != 0) { __p.b… in MutateInventory()
43 …public Color Color { get { int o = __p.__offset(16); return o != 0 ? (Color)__p.bb.GetSbyte(o + __…
44 …public bool MutateColor(Color color) { int o = __p.__offset(16); if (o != 0) { __p.bb.PutSbyte(o +… in MutateColor()
45 …public Any TestType { get { int o = __p.__offset(18); return o != 0 ? (Any)__p.bb.Get(o + __p.bb_p…
46 …public bool MutateTestType(Any test_type) { int o = __p.__offset(18); if (o != 0) { __p.bb.Put(o +… in MutateTestType()
47 …public TTable? Test<TTable>() where TTable : struct, IFlatbufferObject { int o = __p.__offset(20);…
48 …public Test? Test4(int j) { int o = __p.__offset(22); return o != 0 ? (Test?)(new Test()).__assign… in Test4()
49 …public int Test4Length { get { int o = __p.__offset(22); return o != 0 ? __p.__vector_len(o) : 0; …
50 …public string Testarrayofstring(int j) { int o = __p.__offset(24); return o != 0 ? __p.__string(__… in Testarrayofstring()
51 …public int TestarrayofstringLength { get { int o = __p.__offset(24); return o != 0 ? __p.__vector_…
54 …public Monster? Testarrayoftables(int j) { int o = __p.__offset(26); return o != 0 ? (Monster?)(ne… in Testarrayoftables()
55 …public int TestarrayoftablesLength { get { int o = __p.__offset(26); return o != 0 ? __p.__vector_…
56 …public Monster? TestarrayoftablesByKey(string key) { int o = __p.__offset(26); return o != 0 ? Mon… in TestarrayoftablesByKey()
57 …public Monster? Enemy { get { int o = __p.__offset(28); return o != 0 ? (Monster?)(new Monster()).…
58 …public byte Testnestedflatbuffer(int j) { int o = __p.__offset(30); return o != 0 ? __p.bb.Get(__p… in Testnestedflatbuffer()
59 …public int TestnestedflatbufferLength { get { int o = __p.__offset(30); return o != 0 ? __p.__vect…
66 …public Monster? GetTestnestedflatbufferAsMonster() { int o = __p.__offset(30); return o != 0 ? (Mo… in GetTestnestedflatbufferAsMonster()
67 …public bool MutateTestnestedflatbuffer(int j, byte testnestedflatbuffer) { int o = __p.__offset(30… in MutateTestnestedflatbuffer()
68 …public Stat? Testempty { get { int o = __p.__offset(32); return o != 0 ? (Stat?)(new Stat()).__ass…
69 …public bool Testbool { get { int o = __p.__offset(34); return o != 0 ? 0!=__p.bb.Get(o + __p.bb_po…
70 …public bool MutateTestbool(bool testbool) { int o = __p.__offset(34); if (o != 0) { __p.bb.Put(o +… in MutateTestbool()
71 …public int Testhashs32Fnv1 { get { int o = __p.__offset(36); return o != 0 ? __p.bb.GetInt(o + __p…
72 …public bool MutateTesthashs32Fnv1(int testhashs32_fnv1) { int o = __p.__offset(36); if (o != 0) { … in MutateTesthashs32Fnv1()
73 …public uint Testhashu32Fnv1 { get { int o = __p.__offset(38); return o != 0 ? __p.bb.GetUint(o + _…
74 …public bool MutateTesthashu32Fnv1(uint testhashu32_fnv1) { int o = __p.__offset(38); if (o != 0) {… in MutateTesthashu32Fnv1()
75 …public long Testhashs64Fnv1 { get { int o = __p.__offset(40); return o != 0 ? __p.bb.GetLong(o + _…
76 …public bool MutateTesthashs64Fnv1(long testhashs64_fnv1) { int o = __p.__offset(40); if (o != 0) {… in MutateTesthashs64Fnv1()
77 …public ulong Testhashu64Fnv1 { get { int o = __p.__offset(42); return o != 0 ? __p.bb.GetUlong(o +…
78 …public bool MutateTesthashu64Fnv1(ulong testhashu64_fnv1) { int o = __p.__offset(42); if (o != 0) … in MutateTesthashu64Fnv1()
79 …public int Testhashs32Fnv1a { get { int o = __p.__offset(44); return o != 0 ? __p.bb.GetInt(o + __…
80 …public bool MutateTesthashs32Fnv1a(int testhashs32_fnv1a) { int o = __p.__offset(44); if (o != 0) … in MutateTesthashs32Fnv1a()
81 …public uint Testhashu32Fnv1a { get { int o = __p.__offset(46); return o != 0 ? __p.bb.GetUint(o + …
82 …public bool MutateTesthashu32Fnv1a(uint testhashu32_fnv1a) { int o = __p.__offset(46); if (o != 0)… in MutateTesthashu32Fnv1a()
83 …public long Testhashs64Fnv1a { get { int o = __p.__offset(48); return o != 0 ? __p.bb.GetLong(o + …
84 …public bool MutateTesthashs64Fnv1a(long testhashs64_fnv1a) { int o = __p.__offset(48); if (o != 0)… in MutateTesthashs64Fnv1a()
85 …public ulong Testhashu64Fnv1a { get { int o = __p.__offset(50); return o != 0 ? __p.bb.GetUlong(o …
86 …public bool MutateTesthashu64Fnv1a(ulong testhashu64_fnv1a) { int o = __p.__offset(50); if (o != 0… in MutateTesthashu64Fnv1a()
87 …public bool Testarrayofbools(int j) { int o = __p.__offset(52); return o != 0 ? 0!=__p.bb.Get(__p.… in Testarrayofbools()
88 …public int TestarrayofboolsLength { get { int o = __p.__offset(52); return o != 0 ? __p.__vector_l…
95 …public bool MutateTestarrayofbools(int j, bool testarrayofbools) { int o = __p.__offset(52); if (o… in MutateTestarrayofbools()
96 …public float Testf { get { int o = __p.__offset(54); return o != 0 ? __p.bb.GetFloat(o + __p.bb_po…
97 …public bool MutateTestf(float testf) { int o = __p.__offset(54); if (o != 0) { __p.bb.PutFloat(o +… in MutateTestf()
98 …public float Testf2 { get { int o = __p.__offset(56); return o != 0 ? __p.bb.GetFloat(o + __p.bb_p…
99 …public bool MutateTestf2(float testf2) { int o = __p.__offset(56); if (o != 0) { __p.bb.PutFloat(o… in MutateTestf2()
100 …public float Testf3 { get { int o = __p.__offset(58); return o != 0 ? __p.bb.GetFloat(o + __p.bb_p…
101 …public bool MutateTestf3(float testf3) { int o = __p.__offset(58); if (o != 0) { __p.bb.PutFloat(o… in MutateTestf3()
102 …public string Testarrayofstring2(int j) { int o = __p.__offset(60); return o != 0 ? __p.__string(_… in Testarrayofstring2()
103 …public int Testarrayofstring2Length { get { int o = __p.__offset(60); return o != 0 ? __p.__vector…
104 …public Ability? Testarrayofsortedstruct(int j) { int o = __p.__offset(62); return o != 0 ? (Abilit… in Testarrayofsortedstruct()
105 …public int TestarrayofsortedstructLength { get { int o = __p.__offset(62); return o != 0 ? __p.__v…
106 …public byte Flex(int j) { int o = __p.__offset(64); return o != 0 ? __p.bb.Get(__p.__vector(o) + j… in Flex()
107 …public int FlexLength { get { int o = __p.__offset(64); return o != 0 ? __p.__vector_len(o) : 0; }…
114 …public bool MutateFlex(int j, byte flex) { int o = __p.__offset(64); if (o != 0) { __p.bb.Put(__p.… in MutateFlex()
115 …public Test? Test5(int j) { int o = __p.__offset(66); return o != 0 ? (Test?)(new Test()).__assign… in Test5()
116 …public int Test5Length { get { int o = __p.__offset(66); return o != 0 ? __p.__vector_len(o) : 0; …
117 …public long VectorOfLongs(int j) { int o = __p.__offset(68); return o != 0 ? __p.bb.GetLong(__p.__… in VectorOfLongs()
118 …public int VectorOfLongsLength { get { int o = __p.__offset(68); return o != 0 ? __p.__vector_len(…
125 …public bool MutateVectorOfLongs(int j, long vector_of_longs) { int o = __p.__offset(68); if (o != … in MutateVectorOfLongs()
126 …public double VectorOfDoubles(int j) { int o = __p.__offset(70); return o != 0 ? __p.bb.GetDouble(… in VectorOfDoubles()
127 …public int VectorOfDoublesLength { get { int o = __p.__offset(70); return o != 0 ? __p.__vector_le…
134 …public bool MutateVectorOfDoubles(int j, double vector_of_doubles) { int o = __p.__offset(70); if … in MutateVectorOfDoubles()
135 …public MyGame.InParentNamespace? ParentNamespaceTest { get { int o = __p.__offset(72); return o !=…
136 …public Referrable? VectorOfReferrables(int j) { int o = __p.__offset(74); return o != 0 ? (Referra… in VectorOfReferrables()
137 …public int VectorOfReferrablesLength { get { int o = __p.__offset(74); return o != 0 ? __p.__vecto…
138 …public Referrable? VectorOfReferrablesByKey(ulong key) { int o = __p.__offset(74); return o != 0 ?… in VectorOfReferrablesByKey()
139 …public ulong SingleWeakReference { get { int o = __p.__offset(76); return o != 0 ? __p.bb.GetUlong…
140 …public bool MutateSingleWeakReference(ulong single_weak_reference) { int o = __p.__offset(76); if … in MutateSingleWeakReference()
141 …public ulong VectorOfWeakReferences(int j) { int o = __p.__offset(78); return o != 0 ? __p.bb.GetU… in VectorOfWeakReferences()
142 …public int VectorOfWeakReferencesLength { get { int o = __p.__offset(78); return o != 0 ? __p.__ve…
149 …rOfWeakReferences(int j, ulong vector_of_weak_references) { int o = __p.__offset(78); if (o != 0) … in MutateVectorOfWeakReferences()
150 …public Referrable? VectorOfStrongReferrables(int j) { int o = __p.__offset(80); return o != 0 ? (R… in VectorOfStrongReferrables()
151 …public int VectorOfStrongReferrablesLength { get { int o = __p.__offset(80); return o != 0 ? __p._…
152 …public Referrable? VectorOfStrongReferrablesByKey(ulong key) { int o = __p.__offset(80); return o … in VectorOfStrongReferrablesByKey()
153 …public ulong CoOwningReference { get { int o = __p.__offset(82); return o != 0 ? __p.bb.GetUlong(o…
154 …public bool MutateCoOwningReference(ulong co_owning_reference) { int o = __p.__offset(82); if (o !… in MutateCoOwningReference()
155 …public ulong VectorOfCoOwningReferences(int j) { int o = __p.__offset(84); return o != 0 ? __p.bb.… in VectorOfCoOwningReferences()
156 …public int VectorOfCoOwningReferencesLength { get { int o = __p.__offset(84); return o != 0 ? __p.…
163 …ngReferences(int j, ulong vector_of_co_owning_references) { int o = __p.__offset(84); if (o != 0) … in MutateVectorOfCoOwningReferences()
164 …public ulong NonOwningReference { get { int o = __p.__offset(86); return o != 0 ? __p.bb.GetUlong(…
165 …public bool MutateNonOwningReference(ulong non_owning_reference) { int o = __p.__offset(86); if (o… in MutateNonOwningReference()
166 …public ulong VectorOfNonOwningReferences(int j) { int o = __p.__offset(88); return o != 0 ? __p.bb… in VectorOfNonOwningReferences()
167 …public int VectorOfNonOwningReferencesLength { get { int o = __p.__offset(88); return o != 0 ? __p…
174 …gReferences(int j, ulong vector_of_non_owning_references) { int o = __p.__offset(88); if (o != 0) … in MutateVectorOfNonOwningReferences()
175 …public AnyUniqueAliases AnyUniqueType { get { int o = __p.__offset(90); return o != 0 ? (AnyUnique…
176 …public bool MutateAnyUniqueType(AnyUniqueAliases any_unique_type) { int o = __p.__offset(90); if (… in MutateAnyUniqueType()
177 …Unique<TTable>() where TTable : struct, IFlatbufferObject { int o = __p.__offset(92); return o != …
178 …public AnyAmbiguousAliases AnyAmbiguousType { get { int o = __p.__offset(94); return o != 0 ? (Any…
179 …public bool MutateAnyAmbiguousType(AnyAmbiguousAliases any_ambiguous_type) { int o = __p.__offset(… in MutateAnyAmbiguousType()
180 …iguous<TTable>() where TTable : struct, IFlatbufferObject { int o = __p.__offset(96); return o != …
181 …public Color VectorOfEnums(int j) { int o = __p.__offset(98); return o != 0 ? (Color)__p.bb.GetSby… in VectorOfEnums()
182 …public int VectorOfEnumsLength { get { int o = __p.__offset(98); return o != 0 ? __p.__vector_len(…
189 …public bool MutateVectorOfEnums(int j, Color vector_of_enums) { int o = __p.__offset(98); if (o !=… in MutateVectorOfEnums()
296 …set<Monster> o2) => Table.CompareStrings(Table.__offset(10, o1.Value, builder.DataBuffer), Table._… in CreateSortedVectorOfMonster()
307 int comp = Table.CompareStrings(Table.__offset(10, bb.Length - tableOffset, bb), byteKey, bb); in __lookup_by_key()