Type Aliasswift-protobuf 1.28.1SwiftProtobuf
BaseType
FieldTypes.swift:224typealias BaseType = Int32
Other members in extension
Type members
static var proto3DefaultValue: Int32
static func decodeRepeated<D>(value: inout [BaseType], from: inout D
) throws static func decodeSingular<D>(value: inout BaseType?, from: inout D
) throws static func visitPacked<V>(value: [BaseType], fieldNumber: Int, with: inout V
) throws static func visitRepeated<V>(value: [BaseType], fieldNumber: Int, with: inout V
) throws static func visitSingular<V>(value: BaseType, fieldNumber: Int, with: inout V
) throws