Instance Methodswift-protobuf 1.29.0SwiftProtobuf
traverse(visitor:)
wrappers.pb.swift:264func traverse<V>(visitor: inout V) throws where V : Visitor
func traverse<V>(visitor: inout V) throws where V : Visitor
s13SwiftProtobuf07Google_B12_DoubleValueV8traverse7visitoryxz_tKAA7VisitorRzlF
What are these?5ADZ4
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_DoubleValue
Wrapper message for double
.
protocol Visitor
This is the key interface used by the generated traverse()
methods used for serialization. It is implemented by each serialization protocol: Protobuf Binary, Protobuf Text, JSON, and the Hash encoder.
init()
init(_ value: WrappedType.BaseType)
init(floatLiteral: FloatLiteralType)
static let _protobuf_nameMap: _NameMap
static let protoMessageName: String
var unknownFields: UnknownStorage
var value: Double
The double value.
static func == (lhs: Google_Protobuf_DoubleValue, rhs: Google_Protobuf_DoubleValue) -> Bool
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
typealias FloatLiteralType = WrappedType.BaseType
typealias WrappedType = ProtobufDouble