Instance Propertyswift-protobuf 1.29.0SwiftProtobufPluginLibrary
unknownFields
swift_protobuf_module_mappings.pb.swift:43var unknownFields: UnknownStorage
var unknownFields: UnknownStorage
s26SwiftProtobufPluginLibrary0ab4_GenA15_ModuleMappingsV13unknownFields0aB014UnknownStorageVvp
What are these?3ZK3B
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.
struct UnknownStorage
Contains any unknown fields in a decoded message; that is, fields that were sent on the wire but were not recognized by the generated message implementation or were valid field numbers but with mismatching wire formats (for example, a field encoded as a varint when a fixed32 integer was expected).
init()
static let _protobuf_nameMap: SwiftProtobuf._NameMap
static let protoMessageName: String
var mapping: [SwiftProtobuf_GenSwift_ModuleMappings.Entry]
The mappings.
static func == (lhs: SwiftProtobuf_GenSwift_ModuleMappings, rhs: SwiftProtobuf_GenSwift_ModuleMappings) -> Bool
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
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.