Initializerswift-protobuf 1.29.0SwiftProtobuf
init(protobufExtension:value:)
ExtensionFields.swift:135init(protobufExtension: any AnyMessageExtension, value: ValueType)
init(protobufExtension: any AnyMessageExtension, value: ValueType)
s13SwiftProtobuf22RepeatedExtensionFieldV08protobufD05valueACyxGAA010AnyMessageD0_p_Say8BaseTypeQzGtcfc
What are these?20ZCT
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct RepeatedExtensionField<T> where T : FieldType
Repeated fields
@preconcurrency protocol AnyMessageExtension : Sendable
Type-erased MessageExtension field implementation.
typealias ValueType = [BaseType]
init?<D>(protobufExtension: any AnyMessageExtension, decoder: inout D) throws where D : Decoder
var debugDescription: String { get }
var protobufExtension: any AnyMessageExtension
var value: ValueType
static func == (lhs: RepeatedExtensionField, rhs: RepeatedExtensionField) -> Bool
mutating func decodeExtensionField<D>(decoder: inout D) throws where D : Decoder
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