Instance Methodswift-protobuf 1.31.0SwiftProtobuf
decodeMessage(decoder:)
struct.pb.swift:373mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder s13SwiftProtobuf07Google_B10_ListValueV13decodeMessage7decoderyxz_tKAA7DecoderRzlF What are these?96FL3import SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_ListValueListValue is a wrapper around a repeated field of values.
protocol DecoderAbstract protocol used by the generated code to deserialize data.
init() init(arrayLiteral elements: Google_Protobuf_ListValue.Element...) Creates a new Google_Protobuf_ListValue from an array literal containing Google_Protobuf_Value elements.
init(values: [Google_Protobuf_Value]) Creates a new Google_Protobuf_ListValue from the given array of Google_Protobuf_Value elements.
static let _protobuf_nameMap: _NameMapstatic let protoMessageName: Stringvar unknownFields: UnknownStoragevar values: [Google_Protobuf_Value]Repeated field of dynamically typed values.
subscript(index: Int) -> Google_Protobuf_Value { get set } Accesses the Google_Protobuf_Value at the specified position.
static func == (lhs: Google_Protobuf_ListValue, rhs: Google_Protobuf_ListValue) -> Bool func traverse<V>(visitor: inout V) throws where V : Visitor typealias Element = Google_Protobuf_Value