Searched refs:getRootAsCountry (Results 1 – 3 of 3) sorted by relevance
23 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() function173 @inlinable static func getRootAsCountry(_ bb: ByteBuffer) -> VPointerVec2 { in getRootAsCountry() function
63 let c = Country.getRootAsCountry(buffer) in testReadCountry()85 @inlinable static func getRootAsCountry(_ bb: ByteBuffer) -> Country { in getRootAsCountry() function
40 static func getRootAsCountry(_ bb: ByteBuffer) -> CountryDouble { in getRootAsCountry() function