==(_:_:)
swift_protobuf_module_mappings.pb.swift:99static func == (lhs: SwiftProtobuf_GenSwift_ModuleMappings, rhs: SwiftProtobuf_GenSwift_ModuleMappings) -> Bool
static func == (lhs: SwiftProtobuf_GenSwift_ModuleMappings, rhs: SwiftProtobuf_GenSwift_ModuleMappings) -> Bool
s26SwiftProtobufPluginLibrary0ab4_GenA15_ModuleMappingsV2eeoiySbAC_ACtFZ
What are these?54T5K
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.
@frozen struct Bool
A value type whose instances are either true
or false
.
init()
static let _protobuf_nameMap: SwiftProtobuf._NameMap
static let protoMessageName: String
var mapping: [SwiftProtobuf_GenSwift_ModuleMappings.Entry]
The mappings.
var unknownFields: UnknownStorage
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.