- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
83 lines
2.0 KiB
Java
83 lines
2.0 KiB
Java
package com.fyber.inneractive.sdk.protobuf;
|
|
|
|
import com.fyber.inneractive.sdk.protobuf.z;
|
|
import java.io.IOException;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public abstract class k1<T, B> {
|
|
public abstract l1 a();
|
|
|
|
public abstract l1 a(Object obj);
|
|
|
|
public abstract l1 a(Object obj, Object obj2);
|
|
|
|
public abstract void a(int i, long j, Object obj);
|
|
|
|
public abstract void a(int i, Object obj, Object obj2);
|
|
|
|
public abstract void a(B b, int i, int i2);
|
|
|
|
public abstract void a(B b, int i, i iVar);
|
|
|
|
public abstract void a(Object obj, m mVar) throws IOException;
|
|
|
|
public final boolean a(B b, c1 c1Var) throws IOException {
|
|
int b2 = c1Var.b();
|
|
int i = r1.a;
|
|
int i2 = b2 >>> 3;
|
|
int i3 = b2 & 7;
|
|
if (i3 == 0) {
|
|
b(i2, c1Var.r(), b);
|
|
return true;
|
|
}
|
|
if (i3 == 1) {
|
|
a(i2, c1Var.d(), b);
|
|
return true;
|
|
}
|
|
if (i3 == 2) {
|
|
a((k1<T, B>) b, i2, c1Var.l());
|
|
return true;
|
|
}
|
|
if (i3 != 3) {
|
|
if (i3 == 4) {
|
|
return false;
|
|
}
|
|
if (i3 == 5) {
|
|
a((k1<T, B>) b, i2, c1Var.h());
|
|
return true;
|
|
}
|
|
int i4 = z.a;
|
|
throw new z.a();
|
|
}
|
|
l1 a = a();
|
|
int a2 = r1.a(i2, 4);
|
|
while (c1Var.j() != Integer.MAX_VALUE && a((k1<T, B>) a, c1Var)) {
|
|
}
|
|
if (a2 != c1Var.b()) {
|
|
throw z.a();
|
|
}
|
|
a(i2, b, f(a));
|
|
return true;
|
|
}
|
|
|
|
public abstract l1 b(Object obj);
|
|
|
|
public abstract void b();
|
|
|
|
public abstract void b(int i, long j, Object obj);
|
|
|
|
public abstract void b(Object obj, m mVar) throws IOException;
|
|
|
|
public abstract void b(Object obj, B b);
|
|
|
|
public abstract int c(T t);
|
|
|
|
public abstract void c(Object obj, T t);
|
|
|
|
public abstract int d(T t);
|
|
|
|
public abstract void e(Object obj);
|
|
|
|
public abstract l1 f(Object obj);
|
|
}
|