Searched refs:VPointerVec (Results 1 – 1 of 1) sorted by relevance
10 let end = VPointerVec.createVPointer(b: b, o: o) in testCreatingStruct()19 let end = VPointerVec.createVPointer(b: b, o: o) in testReadingStruct()23 let point = VPointerVec.getRootAsCountry(ByteBuffer(bytes: buffer)) in testReadingStruct()90 struct VPointerVec { struct100 @inlinable static func getRootAsCountry(_ bb: ByteBuffer) -> VPointerVec { in getRootAsCountry()101 return VPointerVec(Table(bb: bb, position: Int32(bb.read(def: UOffset.self, position: 0)))) in getRootAsCountry()108 let s = VPointerVec.startVPointer(b: b) in createVPointer()110 return VPointerVec.finish(b: b, s: s) in createVPointer()