Home
last modified time | relevance | path

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

/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatbuffersDoubleTests.swift17 let countryOff = CountryDouble.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinish() variable
18 b.finish(offset: countryOff) in testCreateFinish()
25 let countryOff = CountryDouble.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinishWithPrefix() variable
26 b.finish(offset: countryOff, addPrefix: true) in testCreateFinishWithPrefix()
DFlatBuffersTests.swift46 let countryOff = Country.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinish() variable
47 b.finish(offset: countryOff) in testCreateFinish()
54 let countryOff = Country.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinishWithPrefix() variable
55 b.finish(offset: countryOff, addPrefix: true) in testCreateFinishWithPrefix()