package d3;

/* JADX INFO: loaded from: classes.dex */
public abstract class F extends AbstractC0765B {

    /* JADX INFO: renamed from: r, reason: collision with root package name */
    public boolean f11456r;

    public F(C0817r0 c0817r0) {
        super(c0817r0);
        ((C0817r0) this.f5146q).f12138T++;
    }

    public final void F() {
        if (!this.f11456r) {
            throw new IllegalStateException("Not initialized");
        }
    }

    public final void G() {
        if (this.f11456r) {
            throw new IllegalStateException("Can't initialize twice");
        }
        if (H()) {
            return;
        }
        ((C0817r0) this.f5146q).f12140V.incrementAndGet();
        this.f11456r = true;
    }

    public abstract boolean H();
}
