package n5; /* loaded from: classes2.dex */ public final class c { /* renamed from: d, reason: collision with root package name */ public static final h5.g f11986d = h5.g.h(":"); /* renamed from: e, reason: collision with root package name */ public static final h5.g f11987e = h5.g.h(":status"); /* renamed from: f, reason: collision with root package name */ public static final h5.g f11988f = h5.g.h(":method"); /* renamed from: g, reason: collision with root package name */ public static final h5.g f11989g = h5.g.h(":path"); /* renamed from: h, reason: collision with root package name */ public static final h5.g f11990h = h5.g.h(":scheme"); /* renamed from: i, reason: collision with root package name */ public static final h5.g f11991i = h5.g.h(":authority"); /* renamed from: a, reason: collision with root package name */ public final h5.g f11992a; /* renamed from: b, reason: collision with root package name */ public final h5.g f11993b; /* renamed from: c, reason: collision with root package name */ final int f11994c; public c(h5.g gVar, h5.g gVar2) { this.f11992a = gVar; this.f11993b = gVar2; this.f11994c = gVar.o() + 32 + gVar2.o(); } public boolean equals(Object obj) { if (!(obj instanceof c)) { return false; } c cVar = (c) obj; return this.f11992a.equals(cVar.f11992a) && this.f11993b.equals(cVar.f11993b); } public int hashCode() { return ((this.f11992a.hashCode() + 527) * 31) + this.f11993b.hashCode(); } public String toString() { return i5.c.r("%s: %s", this.f11992a.t(), this.f11993b.t()); } public c(h5.g gVar, String str) { this(gVar, h5.g.h(str)); } public c(String str, String str2) { this(h5.g.h(str), h5.g.h(str2)); } }