Static Propertyswift-protobuf 1.31.0SwiftProtobuf
proto3DefaultValue
FieldTypes.swift:178static var proto3DefaultValue: UInt32 { get }static var proto3DefaultValue: UInt32 { get }import SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct ProtobufUInt32UInt32
@frozen struct UInt32A 32-bit unsigned integer value type.
static func decodeRepeated<D>(value: inout [ProtobufUInt32.BaseType], from decoder: inout D) throws where D : Decoder static func decodeSingular<D>(value: inout ProtobufUInt32.BaseType?, from decoder: inout D) throws where D : Decoder static func visitPacked<V>(value: [ProtobufUInt32.BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor static func visitRepeated<V>(value: [ProtobufUInt32.BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor static func visitSingular<V>(value: ProtobufUInt32.BaseType, fieldNumber: Int, with visitor: inout V) throws where V : Visitor typealias BaseType = UInt32