Searched refs:characterType (Results 1 – 1 of 1) sorted by relevance
101 let characterType: [Character] = [.belle, .mulan, .bookfan] in testUnionVector() variable108 let types = fb.createVector(characterType) in testUnionVector()117 XCTAssertEqual(movie.charactersTypeCount, Int32(characterType.count)) in testUnionVector()121 XCTAssertEqual(movie.charactersType(at: i), characterType[Int(i)]) in testUnionVector()146 let characterType: [Character] = [.bookfan, .other] in testStringUnion() variable152 let types = fb.createVector(characterType) in testStringUnion()