Static Methodswift-protobuf 1.31.0SwiftProtobuf
decodeSingular(value:from:)
FieldTypes.swift:296static func decodeSingular<D>(value: inout ProtobufFixed64.BaseType?, from decoder: inout D) throws where D : Decoder static func decodeSingular<D>(value: inout ProtobufFixed64.BaseType?, from decoder: inout D) throws where D : Decoder s13SwiftProtobuf0B7Fixed64V14decodeSingular5value4fromys6UInt64VSgz_xztKAA7DecoderRzlFZ What are these?3SN6Gimport SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct ProtobufFixed64Fixed64
typealias BaseType = UInt64protocol DecoderAbstract protocol used by the generated code to deserialize data.
static var proto3DefaultValue: UInt64 { get }static func decodeRepeated<D>(value: inout [ProtobufFixed64.BaseType], from decoder: inout D) throws where D : Decoder static func visitPacked<V>(value: [ProtobufFixed64.BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor static func visitRepeated<V>(value: [ProtobufFixed64.BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor static func visitSingular<V>(value: ProtobufFixed64.BaseType, fieldNumber: Int, with visitor: inout V) throws where V : Visitor