Static Methodswift-protobuf 1.31.0SwiftProtobuf
visitSingular(value:fieldNumber:with:)
FieldTypes.swift:325static func visitSingular<V>(value: ProtobufSFixed32.BaseType, fieldNumber: Int, with visitor: inout V) throws where V : Visitor static func visitSingular<V>(value: ProtobufSFixed32.BaseType, fieldNumber: Int, with visitor: inout V) throws where V : Visitor s13SwiftProtobuf0B8SFixed32V13visitSingular5value11fieldNumber4withys5Int32V_SixztKAA7VisitorRzlFZ What are these?7PWB8import SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct ProtobufSFixed32SFixed32
typealias BaseType = Int32@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: Int32 { get }static func decodeRepeated<D>(value: inout [ProtobufSFixed32.BaseType], from decoder: inout D) throws where D : Decoder static func decodeSingular<D>(value: inout ProtobufSFixed32.BaseType?, from decoder: inout D) throws where D : Decoder static func visitPacked<V>(value: [ProtobufSFixed32.BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor static func visitRepeated<V>(value: [ProtobufSFixed32.BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor