Required Instance Methodswift-protobuf 1.29.0SwiftProtobuf

visitPackedSInt64Field(value:fieldNumber:)

This is called once with the complete array of values for the field.

Visitor.swift:351
mutating func visitPackedSInt64Field(value: [Int64], fieldNumber: Int) throws

There is a default implementation that forwards to the non-packed function.