Home
last modified time | relevance | path

Searched refs:MyGame_Example_MonsterT (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A DFlatBuffersMonsterWriterTests.swift113 .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()
H A Dmonster_test_generated.swift122 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 …]
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/
H A DFlatBuffersMonsterWriterTests.swift131 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()
H A Dmonster_test_generated.swift122 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 …]