Searched refs:MyGame_Example_MonsterT (Results 1 – 4 of 4) sorted by relevance
113 .withUnsafeMutableBytes { (memory) -> MyGame_Example_MonsterT in in testReadMonsterFromUnsafePointerWithoutCopying()157 let unpacked: MyGame_Example_MonsterT? = monster.unpack() in readMonster()334 func readObjectApi(monster: MyGame_Example_MonsterT) { in readObjectApi()347 let monster2 = monster.test?.value as? MyGame_Example_MonsterT in readObjectApi()
122 var __obj = value as? MyGame_Example_MonsterT in pack()174 var __obj = value as? MyGame_Example_MonsterT in pack()226 var __obj = value as? MyGame_Example_MonsterT in pack()229 var __obj = value as? MyGame_Example_MonsterT in pack()232 var __obj = value as? MyGame_Example_MonsterT in pack()1541 public mutating func unpack() -> MyGame_Example_MonsterT { in unpack()1542 return MyGame_Example_MonsterT(&self) in unpack()1544 …public static func pack(_ builder: inout FlatBufferBuilder, obj: inout MyGame_Example_MonsterT?) -… in pack()1549 …public static func pack(_ builder: inout FlatBufferBuilder, obj: inout MyGame_Example_MonsterT) ->… in pack()2039 public class MyGame_Example_MonsterT: NativeObject { class[all …]
131 let unpacked: MyGame_Example_MonsterT? = monster.unpack() in readMonster()308 func readObjectApi(monster: MyGame_Example_MonsterT) { in readObjectApi()321 let monster2 = monster.test?.value as? MyGame_Example_MonsterT in readObjectApi()