Static Propertyswift-protobuf 1.29.0SwiftProtobufPluginLibrary
_protobuf_nameMap
swift_protobuf_module_mappings.pb.swift:76static let _protobuf_nameMap: SwiftProtobuf._NameMap
static let _protobuf_nameMap: SwiftProtobuf._NameMap
s26SwiftProtobufPluginLibrary0ab4_GenA15_ModuleMappingsV17_protobuf_nameMap0aB005_NameJ0VvpZ
What are these?5HV0M
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 _NameMap
An immutable bidirectional mapping between field/enum-case names and numbers, used to record field names for text-based serialization (JSON and text). These maps are lazily instantiated for each message as needed, so there is no run-time overhead for users who do not use text-based serialization formats.
init()
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
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.