Home
last modified time | relevance | path

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

/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersStructsTests.swift10 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 { struct
100 @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()