Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersUnionTests.swift101 let characterType: [Character] = [.belle, .mulan, .bookfan] in testUnionVector() variable
108 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() variable
152 let types = fb.createVector(characterType) in testStringUnion()