Home
last modified time | relevance | path

Searched refs:createCountry (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatbuffersDoubleTests.swift10 _ = CountryDouble.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateCountry()
17 let countryOff = CountryDouble.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinish()
25 let countryOff = CountryDouble.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinishWithPrefix()
45 …static func createCountry(builder: inout FlatBufferBuilder, name: String, log: Double, lan: Double… in createCountry() function
46 … return createCountry(builder: &builder, offset: builder.create(string: name), log: log, lan: lan) in createCountry()
49 …static func createCountry(builder: inout FlatBufferBuilder, offset: Offset<String>, log: Double, l… in createCountry() function
DFlatBuffersTests.swift39 _ = Country.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreate()
46 let countryOff = Country.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinish()
54 let countryOff = Country.createCountry(builder: &b, name: country, log: 200, lan: 100) in testCreateFinishWithPrefix()
89 …@inlinable static func createCountry(builder: inout FlatBufferBuilder, name: String, log: Int32, l… in createCountry() function
90 … return createCountry(builder: &builder, offset: builder.create(string: name), log: log, lan: lan) in createCountry()
93 …@inlinable static func createCountry(builder: inout FlatBufferBuilder, offset: Offset<String>, log… in createCountry() function
DFlatBuffersVectorsTests.swift12 let n = Country.createCountry(builder: &b, offset: noStr, log: 888, lan: 700) in testCreatingTwoCountries()
13 let d = Country.createCountry(builder: &b, offset: deStr, log: 200, lan: 100) in testCreatingTwoCountries()