Static Methodswift-protobuf 1.29.0SwiftProtobuf
decodeRepeated(value:from:)
FieldTypes.swift:422static func decodeRepeated<D>(value: inout [BaseType], from decoder: inout D) throws where D : Decoder
static func decodeRepeated<D>(value: inout [BaseType], from decoder: inout D) throws where D : Decoder
s13SwiftProtobuf0B5BytesV14decodeRepeated5value4fromySay20FoundationEssentials4DataVGz_xztKAA7DecoderRzlFZ
What are these?3PPS5
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct ProtobufBytes
Bytes
typealias BaseType = Data
protocol Decoder
Abstract protocol used by the generated code to deserialize data.
static var proto3DefaultValue: Data { get }
static func decodeSingular<D>(value: inout BaseType?, from decoder: inout D) throws where D : Decoder
static func visitPacked<V>(value: [BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor
static func visitRepeated<V>(value: [BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor
static func visitSingular<V>(value: BaseType, fieldNumber: Int, with visitor: inout V) throws where V : Visitor