Instance Methodswift-protobuf 1.29.0SwiftProtobuf
decodeMessage(decoder:)
descriptor.pb.swift:3059mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
s13SwiftProtobuf07Google_B16_DescriptorProtoV14ExtensionRangeV13decodeMessage7decoderyxz_tKAA7DecoderRzlF
What are these?9YYG2
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct ExtensionRange
struct Google_Protobuf_DescriptorProto
Describes a message type.
protocol Decoder
Abstract protocol used by the generated code to deserialize data.
init()
static let _protobuf_nameMap: _NameMap
static let protoMessageName: String
var end: Int32 { get set }
Exclusive.
var hasEnd: Bool { get }
Returns true if end
has been explicitly set.
var hasOptions: Bool { get }
Returns true if options
has been explicitly set.
var hasStart: Bool { get }
Returns true if start
has been explicitly set.
var isInitialized: Bool { get }
var options: Google_Protobuf_ExtensionRangeOptions { get set }
var start: Int32 { get set }
Inclusive.
var unknownFields: UnknownStorage
static func == (lhs: Google_Protobuf_DescriptorProto.ExtensionRange, rhs: Google_Protobuf_DescriptorProto.ExtensionRange) -> Bool
mutating func clearEnd()
Clears the value of end
. 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 clearStart()
Clears the value of start
. Subsequent reads from it will return its default value.
func traverse<V>(visitor: inout V) throws where V : Visitor