lookupFileDescriptor(protoName:)

    Lookup a specific file. The names for files are what was captured in the Google_Protobuf_FileDescriptorProto when it was created, protoc uses the path name for how the file was found.

    Descriptor.swift:112

    This declaration has been renamed to DescriptorSet.fileDescriptor(named:).

    This declaration is deprecated.

    func lookupFileDescriptor(protoName name: String) -> FileDescriptor

    This is a legacy api since it requires the file to be found or it aborts. Mainly kept for grpc-swift compatibility.

    Other members in extension

    Type members

    Instance members

    Show obsolete interfaces (3)

    Hide obsolete interfaces