Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatbuffersDoubleTests.swift26 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()
DFlatBuffersTests.swift55 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()