Lines Matching refs:__t
167 private var __t: Table variable
169 init(_ fb: ByteBuffer, o: Int32) { __t = Table(bb: fb, position: o) }
170 init(_ t: Table) { __t = t }
172 …t32) -> Weapon? { let o = __t.offset(4); return o == 0 ? nil : Weapon.assign(__t.indirect(__t.vect… in weapon()
175 let o = __t.offset(8); return o == 0 ? nil : __t.union(o) in equiped<T: FlatBufferObject>()
196 var __buffer: ByteBuffer! { __t.bb }
199 private var __t: Table variable
201 init(_ t: Table) { __t = t }
202 init(_ fb: ByteBuffer, o: Int32) { __t = Table(bb: fb, position: o)}
204 …var dmg: Int16 { let o = __t.offset(6); return o == 0 ? 0 : __t.readBuffer(of: Int16.self, at: o) }
205 var nameVector: [UInt8]? { return __t.getVector(at: 4) }
206 var name: String? { let o = __t.offset(4); return o == 0 ? nil : __t.string(at: o) }