Home
last modified time | relevance | path

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

/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersStructsTests.swift23 let point = VPointerVec.getRootAsCountry(ByteBuffer(bytes: buffer)) in testReadingStruct()
59 let point = VPointerVec2.getRootAsCountry(ByteBuffer(bytes: buffer)) in testReadingStructWithEnums()
100 @inlinable static func getRootAsCountry(_ bb: ByteBuffer) -> VPointerVec { in getRootAsCountry() function
173 @inlinable static func getRootAsCountry(_ bb: ByteBuffer) -> VPointerVec2 { in getRootAsCountry() function
DFlatBuffersTests.swift63 let c = Country.getRootAsCountry(buffer) in testReadCountry()
85 @inlinable static func getRootAsCountry(_ bb: ByteBuffer) -> Country { in getRootAsCountry() function
DFlatbuffersDoubleTests.swift40 static func getRootAsCountry(_ bb: ByteBuffer) -> CountryDouble { in getRootAsCountry() function