Searched defs:countryOff (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | FlatbuffersDoubleTests.swift | 17 let countryOff = CountryDouble.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinish() variable 25 let countryOff = CountryDouble.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinishWithPrefix() variable
|
D | FlatBuffersTests.swift | 46 let countryOff = Country.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinish() variable 54 let countryOff = Country.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinishWithPrefix() variable
|