Type Aliasswift-protobuf 1.29.0SwiftProtobuf
BaseType
FieldTypes.swift:294typealias BaseType = UInt64
typealias BaseType = UInt64
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct ProtobufFixed64
Fixed64
@frozen struct UInt64
A 64-bit unsigned integer value type.
static var proto3DefaultValue: UInt64 { 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