- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
257 lines
7.1 KiB
Java
257 lines
7.1 KiB
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import com.ironsource.mediationsdk.logger.IronSourceError;
|
|
import java.io.IOException;
|
|
import java.util.Arrays;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzmf {
|
|
private static final zzmf zza = new zzmf(0, new int[0], new Object[0], false);
|
|
private int zzb;
|
|
private int[] zzc;
|
|
private Object[] zzd;
|
|
private int zze;
|
|
private boolean zzf;
|
|
|
|
public static zzmf zzc() {
|
|
return zza;
|
|
}
|
|
|
|
public final void zze() {
|
|
if (this.zzf) {
|
|
this.zzf = false;
|
|
}
|
|
}
|
|
|
|
public final int zza() {
|
|
int zze;
|
|
int i = this.zze;
|
|
if (i != -1) {
|
|
return i;
|
|
}
|
|
int i2 = 0;
|
|
for (int i3 = 0; i3 < this.zzb; i3++) {
|
|
int i4 = this.zzc[i3];
|
|
int i5 = i4 >>> 3;
|
|
int i6 = i4 & 7;
|
|
if (i6 == 0) {
|
|
zze = zzir.zze(i5, ((Long) this.zzd[i3]).longValue());
|
|
} else if (i6 == 1) {
|
|
zze = zzir.zza(i5, ((Long) this.zzd[i3]).longValue());
|
|
} else if (i6 == 2) {
|
|
zze = zzir.zza(i5, (zzhx) this.zzd[i3]);
|
|
} else if (i6 == 3) {
|
|
zze = (zzir.zzf(i5) << 1) + ((zzmf) this.zzd[i3]).zza();
|
|
} else if (i6 == 5) {
|
|
zze = zzir.zzb(i5, ((Integer) this.zzd[i3]).intValue());
|
|
} else {
|
|
throw new IllegalStateException(zzjt.zza());
|
|
}
|
|
i2 += zze;
|
|
}
|
|
this.zze = i2;
|
|
return i2;
|
|
}
|
|
|
|
public final int zzb() {
|
|
int i = this.zze;
|
|
if (i != -1) {
|
|
return i;
|
|
}
|
|
int i2 = 0;
|
|
for (int i3 = 0; i3 < this.zzb; i3++) {
|
|
i2 += zzir.zzb(this.zzc[i3] >>> 3, (zzhx) this.zzd[i3]);
|
|
}
|
|
this.zze = i2;
|
|
return i2;
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int i = this.zzb;
|
|
int i2 = (i + IronSourceError.ERROR_NON_EXISTENT_INSTANCE) * 31;
|
|
int[] iArr = this.zzc;
|
|
int i3 = 17;
|
|
int i4 = 17;
|
|
for (int i5 = 0; i5 < i; i5++) {
|
|
i4 = (i4 * 31) + iArr[i5];
|
|
}
|
|
int i6 = (i2 + i4) * 31;
|
|
Object[] objArr = this.zzd;
|
|
int i7 = this.zzb;
|
|
for (int i8 = 0; i8 < i7; i8++) {
|
|
i3 = (i3 * 31) + objArr[i8].hashCode();
|
|
}
|
|
return i6 + i3;
|
|
}
|
|
|
|
public final zzmf zza(zzmf zzmfVar) {
|
|
if (zzmfVar.equals(zza)) {
|
|
return this;
|
|
}
|
|
zzf();
|
|
int i = this.zzb + zzmfVar.zzb;
|
|
zza(i);
|
|
System.arraycopy(zzmfVar.zzc, 0, this.zzc, this.zzb, zzmfVar.zzb);
|
|
System.arraycopy(zzmfVar.zzd, 0, this.zzd, this.zzb, zzmfVar.zzb);
|
|
this.zzb = i;
|
|
return this;
|
|
}
|
|
|
|
public static zzmf zza(zzmf zzmfVar, zzmf zzmfVar2) {
|
|
int i = zzmfVar.zzb + zzmfVar2.zzb;
|
|
int[] copyOf = Arrays.copyOf(zzmfVar.zzc, i);
|
|
System.arraycopy(zzmfVar2.zzc, 0, copyOf, zzmfVar.zzb, zzmfVar2.zzb);
|
|
Object[] copyOf2 = Arrays.copyOf(zzmfVar.zzd, i);
|
|
System.arraycopy(zzmfVar2.zzd, 0, copyOf2, zzmfVar.zzb, zzmfVar2.zzb);
|
|
return new zzmf(i, copyOf, copyOf2, true);
|
|
}
|
|
|
|
public static zzmf zzd() {
|
|
return new zzmf();
|
|
}
|
|
|
|
private zzmf() {
|
|
this(0, new int[8], new Object[8], true);
|
|
}
|
|
|
|
private zzmf(int i, int[] iArr, Object[] objArr, boolean z) {
|
|
this.zze = -1;
|
|
this.zzb = i;
|
|
this.zzc = iArr;
|
|
this.zzd = objArr;
|
|
this.zzf = z;
|
|
}
|
|
|
|
private final void zzf() {
|
|
if (!this.zzf) {
|
|
throw new UnsupportedOperationException();
|
|
}
|
|
}
|
|
|
|
private final void zza(int i) {
|
|
int[] iArr = this.zzc;
|
|
if (i > iArr.length) {
|
|
int i2 = this.zzb;
|
|
int i3 = i2 + (i2 / 2);
|
|
if (i3 >= i) {
|
|
i = i3;
|
|
}
|
|
if (i < 8) {
|
|
i = 8;
|
|
}
|
|
this.zzc = Arrays.copyOf(iArr, i);
|
|
this.zzd = Arrays.copyOf(this.zzd, i);
|
|
}
|
|
}
|
|
|
|
public final void zza(StringBuilder sb, int i) {
|
|
for (int i2 = 0; i2 < this.zzb; i2++) {
|
|
zzkv.zza(sb, i, String.valueOf(this.zzc[i2] >>> 3), this.zzd[i2]);
|
|
}
|
|
}
|
|
|
|
public final void zza(int i, Object obj) {
|
|
zzf();
|
|
zza(this.zzb + 1);
|
|
int[] iArr = this.zzc;
|
|
int i2 = this.zzb;
|
|
iArr[i2] = i;
|
|
this.zzd[i2] = obj;
|
|
this.zzb = i2 + 1;
|
|
}
|
|
|
|
public final void zza(zzmx zzmxVar) throws IOException {
|
|
if (zzmxVar.zza() == 2) {
|
|
for (int i = this.zzb - 1; i >= 0; i--) {
|
|
zzmxVar.zza(this.zzc[i] >>> 3, this.zzd[i]);
|
|
}
|
|
return;
|
|
}
|
|
for (int i2 = 0; i2 < this.zzb; i2++) {
|
|
zzmxVar.zza(this.zzc[i2] >>> 3, this.zzd[i2]);
|
|
}
|
|
}
|
|
|
|
private static void zza(int i, Object obj, zzmx zzmxVar) throws IOException {
|
|
int i2 = i >>> 3;
|
|
int i3 = i & 7;
|
|
if (i3 == 0) {
|
|
zzmxVar.zzb(i2, ((Long) obj).longValue());
|
|
return;
|
|
}
|
|
if (i3 == 1) {
|
|
zzmxVar.zza(i2, ((Long) obj).longValue());
|
|
return;
|
|
}
|
|
if (i3 == 2) {
|
|
zzmxVar.zza(i2, (zzhx) obj);
|
|
return;
|
|
}
|
|
if (i3 != 3) {
|
|
if (i3 == 5) {
|
|
zzmxVar.zzb(i2, ((Integer) obj).intValue());
|
|
return;
|
|
}
|
|
throw new RuntimeException(zzjt.zza());
|
|
}
|
|
if (zzmxVar.zza() == 1) {
|
|
zzmxVar.zzb(i2);
|
|
((zzmf) obj).zzb(zzmxVar);
|
|
zzmxVar.zza(i2);
|
|
} else {
|
|
zzmxVar.zza(i2);
|
|
((zzmf) obj).zzb(zzmxVar);
|
|
zzmxVar.zzb(i2);
|
|
}
|
|
}
|
|
|
|
public final void zzb(zzmx zzmxVar) throws IOException {
|
|
if (this.zzb == 0) {
|
|
return;
|
|
}
|
|
if (zzmxVar.zza() == 1) {
|
|
for (int i = 0; i < this.zzb; i++) {
|
|
zza(this.zzc[i], this.zzd[i], zzmxVar);
|
|
}
|
|
return;
|
|
}
|
|
for (int i2 = this.zzb - 1; i2 >= 0; i2--) {
|
|
zza(this.zzc[i2], this.zzd[i2], zzmxVar);
|
|
}
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (obj == null || !(obj instanceof zzmf)) {
|
|
return false;
|
|
}
|
|
zzmf zzmfVar = (zzmf) obj;
|
|
int i = this.zzb;
|
|
if (i == zzmfVar.zzb) {
|
|
int[] iArr = this.zzc;
|
|
int[] iArr2 = zzmfVar.zzc;
|
|
int i2 = 0;
|
|
while (true) {
|
|
if (i2 < i) {
|
|
if (iArr[i2] != iArr2[i2]) {
|
|
break;
|
|
}
|
|
i2++;
|
|
} else {
|
|
Object[] objArr = this.zzd;
|
|
Object[] objArr2 = zzmfVar.zzd;
|
|
int i3 = this.zzb;
|
|
for (int i4 = 0; i4 < i3; i4++) {
|
|
if (objArr[i4].equals(objArr2[i4])) {
|
|
}
|
|
}
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
}
|