Searched refs:countryOff (Results 1 – 2 of 2) sorted by relevance
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | FlatbuffersDoubleTests.swift | 26 let countryOff = CountryDouble.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinish() variable 27 b.finish(offset: countryOff) in testCreateFinish() 34 let countryOff = CountryDouble.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinishWithPrefix() variable 35 b.finish(offset: countryOff, addPrefix: true) in testCreateFinishWithPrefix()
|
D | FlatBuffersTests.swift | 55 let countryOff = Country.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinish() variable 56 b.finish(offset: countryOff) in testCreateFinish() 63 let countryOff = Country.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinishWithPrefix() variable 64 b.finish(offset: countryOff, addPrefix: true) in testCreateFinishWithPrefix()
|