Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersUnionTests.swift110 let characterType: [Character] = [.belle, .mulan, .bookfan] in testUnionVector() variable
173 let characterType: [Character] = [.bookfan, .other] in testStringUnion() variable
226 let characterType: [Character] = [.belle, .mulan, .bookfan, .other] in testEncoding() variable
DFlatbuffersVerifierTests.swift263 let characterType: [Character] = [.bookfan, .other] in testValidUnionBuffer() variable