messagePropertyNames(field:prefixed:includeHasAndClear:)

    Calculate the names to use for the Swift fields on the message.

    SwiftProtobufNamer.swift:252
    func messagePropertyNames(field: FieldDescriptor, prefixed: String, includeHasAndClear: Bool) -> MessageFieldNames

    If prefixed is not empty, the name prefixed with that will also be included.

    If includeHasAndClear is False, the has:, clear: values in the result will be the empty string.

    Other members in extension

    Typealiases

    Type members

    Instance members

    Show obsolete interfaces (1)

    Hide obsolete interfaces