Required Instance Methodswift-protobuf 1.29.0SwiftProtobuf

decodeMapField(fieldType:value:)

Decode a map whose values are protobuf message types

Decoder.swift:208
mutating func decodeMapField<KeyType, ValueType>(fieldType: _ProtobufMessageMap<KeyType, ValueType>.Type, value: inout _ProtobufMessageMap<KeyType, ValueType>.BaseType) throws where KeyType : MapKeyType, ValueType : Hashable, ValueType : Message