113 lines
3.5 KiB
Java
113 lines
3.5 KiB
Java
|
package o;
|
||
|
|
||
|
import o.AbstractC16345ndh;
|
||
|
import o.oZe;
|
||
|
|
||
|
@Deprecated
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class EkE extends AbstractC16345ndh<EkE, IeS> implements JNs {
|
||
|
public static final int CONFIG_NAME_FIELD_NUMBER = 1;
|
||
|
private static final EkE DEFAULT_INSTANCE;
|
||
|
public static final int ENTRY_FIELD_NUMBER = 2;
|
||
|
private static volatile Zyo<EkE> PARSER;
|
||
|
private String configName_ = "";
|
||
|
private oZe.tOB<NPI> entry_ = Fhc.b();
|
||
|
|
||
|
private EkE() {
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public static final class IeS extends AbstractC16345ndh.LWm<EkE, IeS> implements JNs {
|
||
|
/* synthetic */ IeS(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
|
||
|
private IeS() {
|
||
|
super(EkE.DEFAULT_INSTANCE);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.EkE$1, reason: invalid class name */
|
||
|
/* loaded from: classes2.dex */
|
||
|
static /* synthetic */ class AnonymousClass1 {
|
||
|
static final int[] b;
|
||
|
|
||
|
static {
|
||
|
int[] iArr = new int[AbstractC16345ndh.ojQ.values().length];
|
||
|
b = iArr;
|
||
|
try {
|
||
|
iArr[AbstractC16345ndh.ojQ.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
|
||
|
} catch (NoSuchFieldError unused) {
|
||
|
}
|
||
|
try {
|
||
|
b[AbstractC16345ndh.ojQ.NEW_BUILDER.ordinal()] = 2;
|
||
|
} catch (NoSuchFieldError unused2) {
|
||
|
}
|
||
|
try {
|
||
|
b[AbstractC16345ndh.ojQ.BUILD_MESSAGE_INFO.ordinal()] = 3;
|
||
|
} catch (NoSuchFieldError unused3) {
|
||
|
}
|
||
|
try {
|
||
|
b[AbstractC16345ndh.ojQ.GET_DEFAULT_INSTANCE.ordinal()] = 4;
|
||
|
} catch (NoSuchFieldError unused4) {
|
||
|
}
|
||
|
try {
|
||
|
b[AbstractC16345ndh.ojQ.GET_PARSER.ordinal()] = 5;
|
||
|
} catch (NoSuchFieldError unused5) {
|
||
|
}
|
||
|
try {
|
||
|
b[AbstractC16345ndh.ojQ.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
|
||
|
} catch (NoSuchFieldError unused6) {
|
||
|
}
|
||
|
try {
|
||
|
b[AbstractC16345ndh.ojQ.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
|
||
|
} catch (NoSuchFieldError unused7) {
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.AbstractC16345ndh
|
||
|
public final Object b(AbstractC16345ndh.ojQ ojq) {
|
||
|
Zyo zyo;
|
||
|
switch (AnonymousClass1.b[ojq.ordinal()]) {
|
||
|
case 1:
|
||
|
return new EkE();
|
||
|
case 2:
|
||
|
return new IeS((byte) 0);
|
||
|
case 3:
|
||
|
return new BsA(DEFAULT_INSTANCE, "\u0000\u0002\u0000\u0000\u0001\u0002\u0002\u0000\u0001\u0000\u0001Ȉ\u0002\u001b", new Object[]{"configName_", "entry_", NPI.class});
|
||
|
case 4:
|
||
|
return DEFAULT_INSTANCE;
|
||
|
case 5:
|
||
|
Zyo<EkE> zyo2 = PARSER;
|
||
|
if (zyo2 != null) {
|
||
|
return zyo2;
|
||
|
}
|
||
|
synchronized (EkE.class) {
|
||
|
zyo = PARSER;
|
||
|
if (zyo == null) {
|
||
|
zyo = new AbstractC16345ndh.IeS(DEFAULT_INSTANCE);
|
||
|
PARSER = zyo;
|
||
|
}
|
||
|
}
|
||
|
return zyo;
|
||
|
case 6:
|
||
|
return (byte) 1;
|
||
|
case 7:
|
||
|
return null;
|
||
|
default:
|
||
|
throw new UnsupportedOperationException();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
EkE ekE = new EkE();
|
||
|
DEFAULT_INSTANCE = ekE;
|
||
|
AbstractC16345ndh.b(EkE.class, ekE);
|
||
|
}
|
||
|
|
||
|
public static EkE a() {
|
||
|
return DEFAULT_INSTANCE;
|
||
|
}
|
||
|
}
|