Type Aliasswift-protobuf 1.29.0SwiftProtobuf
BaseType
FieldTypes.swift:317typealias BaseType = Int32
typealias BaseType = Int32
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct ProtobufSFixed32
SFixed32
@frozen struct Int32
A 32-bit signed integer value type.
static var proto3DefaultValue: Int32 { get }
static func decodeRepeated<D>(value: inout [BaseType], from decoder: inout D) throws where D : Decoder
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