package d.n0.c;

/* JADX INFO: compiled from: FunctionReference.java */
/* JADX INFO: loaded from: classes.dex */
public class p extends g implements o, d.q0.d {
    private final int j;
    private final int k;

    public p(int i, Object obj, Class cls, String str, String str2, int i2) {
        super(obj, cls, str, str2, (i2 & 1) == 1);
        this.j = i;
        this.k = i2 >> 1;
    }

    @Override // d.n0.c.o
    public int b() {
        return this.j;
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof p) {
            p pVar = (p) obj;
            return i().equals(pVar.i()) && k().equals(pVar.k()) && this.k == pVar.k && this.j == pVar.j && s.a(h(), pVar.h()) && s.a(j(), pVar.j());
        }
        if (obj instanceof d.q0.d) {
            return obj.equals(c());
        }
        return false;
    }

    @Override // d.n0.c.g
    protected d.q0.a f() {
        return x.a(this);
    }

    public int hashCode() {
        return (((j() == null ? 0 : j().hashCode() * 31) + i().hashCode()) * 31) + k().hashCode();
    }

    public String toString() {
        d.q0.a aVarC = c();
        if (aVarC != this) {
            return aVarC.toString();
        }
        if ("<init>".equals(i())) {
            return "constructor (Kotlin reflection is not available)";
        }
        return "function " + i() + " (Kotlin reflection is not available)";
    }
}
