==(_:_:)
descriptor.pb.swift:3444static func == (lhs: Google_Protobuf_OneofDescriptorProto, rhs: Google_Protobuf_OneofDescriptorProto) -> Bool
static func == (lhs: Google_Protobuf_OneofDescriptorProto, rhs: Google_Protobuf_OneofDescriptorProto) -> Bool
s13SwiftProtobuf07Google_B21_OneofDescriptorProtoV2eeoiySbAC_ACtFZ
What are these?161NM
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_OneofDescriptorProto
Describes a oneof.
@frozen struct Bool
A value type whose instances are either true
or false
.
init()
static let _protobuf_nameMap: _NameMap
static let protoMessageName: String
var hasName: Bool { get }
Returns true if name
has been explicitly set.
var hasOptions: Bool { get }
Returns true if options
has been explicitly set.
var isInitialized: Bool { get }
var name: String { get set }
var options: Google_Protobuf_OneofOptions { get set }
var unknownFields: UnknownStorage
mutating func clearName()
Clears the value of name
. Subsequent reads from it will return its default value.
mutating func clearOptions()
Clears the value of options
. Subsequent reads from it will return its default value.
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
func traverse<V>(visitor: inout V) throws where V : Visitor