Searched refs:testarrayoftablesBy (Results 1 – 5 of 5) sorted by relevance
208 XCTAssertNotNil(monster.testarrayoftablesBy(key: "Frodo")) in mutateMonster()209 XCTAssertNotNil(monster.testarrayoftablesBy(key: "Barney")) in mutateMonster()210 XCTAssertNotNil(monster.testarrayoftablesBy(key: "Wilma")) in mutateMonster()
1220 …public func testarrayoftablesBy(key: String) -> MyGame_Example_Monster? { let o = _accessor.offset… in testarrayoftablesBy() function
234 XCTAssertNotNil(monster.testarrayoftablesBy(key: "Frodo")) in mutateMonster()235 XCTAssertNotNil(monster.testarrayoftablesBy(key: "Barney")) in mutateMonster()236 XCTAssertNotNil(monster.testarrayoftablesBy(key: "Wilma")) in mutateMonster()
228 …public func testarrayoftablesBy(key: String) -> Monster? { let o = _accessor.offset(VTOFFSET.testa… in testarrayoftablesBy() function