Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
package com.fyber.inneractive.sdk.protobuf;
import java.io.IOException;
/* loaded from: classes2.dex */
public final class m {
public final l a;
public m(l lVar) {
l lVar2 = (l) y.a(lVar, "output");
this.a = lVar2;
lVar2.a = this;
}
public final void a(float f, int i) throws IOException {
l lVar = this.a;
lVar.getClass();
lVar.b(i, Float.floatToRawIntBits(f));
}
public final void b(int i, d1 d1Var, Object obj) throws IOException {
this.a.a(i, (o0) obj, d1Var);
}
public final void a(int i, double d) throws IOException {
l lVar = this.a;
lVar.getClass();
lVar.a(i, Double.doubleToRawLongBits(d));
}
public final void a(int i, int i2) throws IOException {
this.a.e(i, l.f(i2));
}
public final void a(int i, long j) throws IOException {
this.a.b(i, l.b(j));
}
public final void a(int i, d1 d1Var, Object obj) throws IOException {
l lVar = this.a;
lVar.d(i, 3);
d1Var.a(obj, lVar.a);
lVar.d(i, 4);
}
}