Static Methodswift-protobuf 1.31.0SwiftProtobuf
visitPacked(value:fieldNumber:with:)
FieldTypes.swift:308static func visitPacked<V>(value: [ProtobufFixed64.BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor static func visitPacked<V>(value: [ProtobufFixed64.BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor s13SwiftProtobuf0B7Fixed64V11visitPacked5value11fieldNumber4withySays6UInt64VG_SixztKAA7VisitorRzlFZ What are these?52WOAimport SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct ProtobufFixed64Fixed64
typealias BaseType = UInt64@frozen struct IntA signed integer value type.
protocol VisitorThis is the key interface used by the generated traverse() methods used for serialization. It is implemented by each serialization protocol: Protobuf Binary, Protobuf Text, JSON, and the Hash encoder.
static var proto3DefaultValue: UInt64 { get }static func decodeRepeated<D>(value: inout [ProtobufFixed64.BaseType], from decoder: inout D) throws where D : Decoder static func decodeSingular<D>(value: inout ProtobufFixed64.BaseType?, from decoder: inout D) throws where D : Decoder static func visitRepeated<V>(value: [ProtobufFixed64.BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor static func visitSingular<V>(value: ProtobufFixed64.BaseType, fieldNumber: Int, with visitor: inout V) throws where V : Visitor