==(_:_:)
descriptor.pb.swift:5229static func == (lhs: Google_Protobuf_GeneratedCodeInfo, rhs: Google_Protobuf_GeneratedCodeInfo) -> Bool
static func == (lhs: Google_Protobuf_GeneratedCodeInfo, rhs: Google_Protobuf_GeneratedCodeInfo) -> Bool
s13SwiftProtobuf07Google_B18_GeneratedCodeInfoV2eeoiySbAC_ACtFZ
What are these?6Q74Y
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.
@frozen struct Bool
A value type whose instances are either true
or false
.
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
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
func traverse<V>(visitor: inout V) throws where V : Visitor
struct Annotation