Static Methodswift-protobuf 1.31.0SwiftProtobuf
decodeRepeated(value:from:)
FieldTypes.swift:345static func decodeRepeated<D>(value: inout [ProtobufSFixed64.BaseType], from decoder: inout D) throws where D : Decoder static func decodeRepeated<D>(value: inout [ProtobufSFixed64.BaseType], from decoder: inout D) throws where D : Decoder s13SwiftProtobuf0B8SFixed64V14decodeRepeated5value4fromySays5Int64VGz_xztKAA7DecoderRzlFZ What are these?4R7OIimport SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct ProtobufSFixed64SFixed64
typealias BaseType = Int64protocol DecoderAbstract protocol used by the generated code to deserialize data.
static var proto3DefaultValue: Int64 { get }static func decodeSingular<D>(value: inout ProtobufSFixed64.BaseType?, from decoder: inout D) throws where D : Decoder static func visitPacked<V>(value: [ProtobufSFixed64.BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor static func visitRepeated<V>(value: [ProtobufSFixed64.BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor static func visitSingular<V>(value: ProtobufSFixed64.BaseType, fieldNumber: Int, with visitor: inout V) throws where V : Visitor