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