Required Instance Methodswift-protobuf 1.28.1SwiftProtobuf

    visitMapField(fieldType:value:fieldNumber:)

    Called for each map field with enum values. The method is called once with the complete dictionary of keys/values for the field.

    Visitor.swift:420
    mutating func visitMapField<KeyType, ValueType>(fieldType: _ProtobufEnumMap<KeyType, ValueType>.Type, value: _ProtobufEnumMap<KeyType, ValueType>.BaseType, fieldNumber: Int) throws where KeyType : MapKeyType, ValueType : Enum, ValueType.RawValue == Int

    There is no default implementation. This must be implemented.

    Other requirements

    Instance members