Instance Methodswift-protobuf 1.29.0SwiftProtobuf
decodeExtensionField(decoder:)
ExtensionFields.swift:157mutating func decodeExtensionField<D>(decoder: inout D) throws where D : Decoder
mutating func decodeExtensionField<D>(decoder: inout D) throws where D : Decoder
s13SwiftProtobuf22RepeatedExtensionFieldV06decodedE07decoderyqd__z_tKAA7DecoderRd__lF
What are these?1BKA3
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct RepeatedExtensionField<T> where T : FieldType
Repeated fields
protocol Decoder
Abstract protocol used by the generated code to deserialize data.
init?<D>(protobufExtension: any AnyMessageExtension, decoder: inout D) throws where D : Decoder
init(protobufExtension: any AnyMessageExtension, value: ValueType)
var debugDescription: String { get }
var protobufExtension: any AnyMessageExtension
var value: ValueType
static func == (lhs: RepeatedExtensionField, rhs: RepeatedExtensionField) -> Bool
func hash(into hasher: inout Hasher)
func isEqual(other: any AnyExtensionField) -> Bool
func traverse<V>(visitor: inout V) throws where V : Visitor
typealias BaseType = T.BaseType
typealias ValueType = [BaseType]