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