Type Aliasswift-protobuf 1.31.0SwiftProtobuf
BaseType
FieldTypes.swift:317typealias BaseType = Int32typealias BaseType = Int32import SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct ProtobufSFixed32SFixed32
@frozen struct Int32A 32-bit signed integer value type.
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 static func visitSingular<V>(value: ProtobufSFixed32.BaseType, fieldNumber: Int, with visitor: inout V) throws where V : Visitor