Home
last modified time | relevance | path

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

/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersStructsTests.swift55 let end = VPointerVec2.createVPointer(b: b, o: o, type: .vec) in testReadingStructWithEnums()
59 let point = VPointerVec2.getRootAsCountry(ByteBuffer(bytes: buffer)) in testReadingStructWithEnums()
162 struct VPointerVec2 { struct
173 @inlinable static func getRootAsCountry(_ bb: ByteBuffer) -> VPointerVec2 { in getRootAsCountry()
174 return VPointerVec2(Table(bb: bb, position: Int32(bb.read(def: UOffset.self, position: 0)))) in getRootAsCountry()
181 let s = VPointerVec2.startVPointer(b: b) in createVPointer()
185 return VPointerVec2.finish(b: b, s: s) in createVPointer()