Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
package androidx.datastore.preferences.protobuf;
/* renamed from: androidx.datastore.preferences.protobuf.a, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public abstract class AbstractC0108a {
protected int memoizedHashCode;
public abstract int a();
public final int b(InterfaceC0111b0 interfaceC0111b0) {
AbstractC0130v abstractC0130v = (AbstractC0130v) this;
int i = abstractC0130v.memoizedSerializedSize;
if (i != -1) {
return i;
}
int e4 = interfaceC0111b0.e(this);
abstractC0130v.memoizedSerializedSize = e4;
return e4;
}
public abstract void c(C0119j c0119j);
}