Instance Methodswift-protobuf 1.29.0SwiftProtobufPluginLibrary
decodeMessage(decoder:)
swift_protobuf_module_mappings.pb.swift:80mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
s26SwiftProtobufPluginLibrary0ab4_GenA15_ModuleMappingsV13decodeMessage7decoderyxz_tK0aB07DecoderRzlF
What are these?89PM2
import SwiftProtobufPluginLibrary
A reusable framework for building protoc
plugins in Swift.
struct SwiftProtobuf_GenSwift_ModuleMappings
Configuration used to define the mappings for generated proto files to the Swift module they will be included in.
protocol Decoder
Abstract protocol used by the generated code to deserialize data.
init()
static let _protobuf_nameMap: SwiftProtobuf._NameMap
static let protoMessageName: String
var mapping: [SwiftProtobuf_GenSwift_ModuleMappings.Entry]
The mappings.
var unknownFields: UnknownStorage
static func == (lhs: SwiftProtobuf_GenSwift_ModuleMappings, rhs: SwiftProtobuf_GenSwift_ModuleMappings) -> Bool
func traverse<V>(visitor: inout V) throws where V : Visitor
struct Entry
Individual listing of the module name and the files that will go into it.