Home
last modified time | relevance | path

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

/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersUnionTests.swift83 let characterType: [Character] = [.belle, .mulan, .bookfan] in testUnionVector() variable
89 let types = fb.createVector(characterType) in testUnionVector()
95 XCTAssertEqual(movie.charactersTypeCount, Int32(characterType.count)) in testUnionVector()
99 XCTAssertEqual(movie.charactersType(at: i), characterType[Int(i)]) in testUnionVector()