unknownFields
descriptor.pb.swift:837var unknownFields: UnknownStorage
var unknownFields: UnknownStorage
s13SwiftProtobuf07Google_B20_EnumDescriptorProtoV0D13ReservedRangeV13unknownFieldsAA14UnknownStorageVvp
What are these?7NNS0
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct EnumReservedRange
Range of reserved numeric values. Reserved values may not be used by entries in the same enum. Reserved ranges may not overlap.
struct Google_Protobuf_EnumDescriptorProto
Describes an enum type.
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: _NameMap
static let protoMessageName: String
var end: Int32 { get set }
Inclusive.
var hasEnd: Bool { get }
Returns true if end
has been explicitly set.
var hasStart: Bool { get }
Returns true if start
has been explicitly set.
var start: Int32 { get set }
Inclusive.
static func == (lhs: Google_Protobuf_EnumDescriptorProto.EnumReservedRange, rhs: Google_Protobuf_EnumDescriptorProto.EnumReservedRange) -> Bool
mutating func clearEnd()
Clears the value of end
. Subsequent reads from it will return its default value.
mutating func clearStart()
Clears the value of start
. 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