Static Propertyswift-protobuf 1.29.0SwiftProtobuf
proto3DefaultValue
FieldTypes.swift:341static var proto3DefaultValue: Int64 { get }
static var proto3DefaultValue: Int64 { get }
s13SwiftProtobuf0B8SFixed64V18proto3DefaultValues5Int64VvpZ
What are these?3A0VD
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct ProtobufSFixed64
SFixed64
@frozen struct Int64
A 64-bit signed integer value type.
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
typealias BaseType = Int64