Instance Methodswift-protobuf 1.29.0SwiftProtobuf
traverse(visitor:)
descriptor.pb.swift:5222func traverse<V>(visitor: inout V) throws where V : Visitor
func traverse<V>(visitor: inout V) throws where V : Visitor
s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV8traverse7visitoryxz_tKAA7VisitorRzlF
What are these?8WERK
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_GeneratedCodeInfo
Describes the relationship between generated code and its original source file. A GeneratedCodeInfo message is associated with only one generated source file, but may contain references to different source .proto files.
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()
static let _protobuf_nameMap: _NameMap
static let protoMessageName: String
var annotation: [Google_Protobuf_GeneratedCodeInfo.Annotation]
An Annotation connects some span of text in generated code to an element of its generating .proto file.
var unknownFields: UnknownStorage
static func == (lhs: Google_Protobuf_GeneratedCodeInfo, rhs: Google_Protobuf_GeneratedCodeInfo) -> Bool
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
struct Annotation