127 lines
3.7 KiB
Java
127 lines
3.7 KiB
Java
package o;
|
|
|
|
import o.KUw;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class jrE extends KUw<jrE, HBt> implements InterfaceC16991suh {
|
|
private static final jrE DEFAULT_INSTANCE;
|
|
public static final int LATITUDE_FIELD_NUMBER = 1;
|
|
public static final int LONGITUDE_FIELD_NUMBER = 2;
|
|
private static volatile XgX<jrE> PARSER;
|
|
public double latitude_;
|
|
public double longitude_;
|
|
|
|
private jrE() {
|
|
}
|
|
|
|
public static HBt b() {
|
|
return DEFAULT_INSTANCE.createBuilder();
|
|
}
|
|
|
|
/* loaded from: classes2.dex */
|
|
public static final class HBt extends KUw.LWm<jrE, HBt> implements InterfaceC16991suh {
|
|
/* synthetic */ HBt(byte b) {
|
|
this();
|
|
}
|
|
|
|
private HBt() {
|
|
super(jrE.DEFAULT_INSTANCE);
|
|
}
|
|
|
|
public final HBt a(double d) {
|
|
copyOnWrite();
|
|
((jrE) this.instance).latitude_ = d;
|
|
return this;
|
|
}
|
|
|
|
public final HBt c(double d) {
|
|
copyOnWrite();
|
|
((jrE) this.instance).longitude_ = d;
|
|
return this;
|
|
}
|
|
}
|
|
|
|
/* renamed from: o.jrE$4, reason: invalid class name */
|
|
/* loaded from: classes2.dex */
|
|
static /* synthetic */ class AnonymousClass4 {
|
|
static final int[] a;
|
|
|
|
static {
|
|
int[] iArr = new int[KUw.ojQ.values().length];
|
|
a = iArr;
|
|
try {
|
|
iArr[KUw.ojQ.NEW_MUTABLE_INSTANCE.ordinal()] = 1;
|
|
} catch (NoSuchFieldError unused) {
|
|
}
|
|
try {
|
|
a[KUw.ojQ.NEW_BUILDER.ordinal()] = 2;
|
|
} catch (NoSuchFieldError unused2) {
|
|
}
|
|
try {
|
|
a[KUw.ojQ.BUILD_MESSAGE_INFO.ordinal()] = 3;
|
|
} catch (NoSuchFieldError unused3) {
|
|
}
|
|
try {
|
|
a[KUw.ojQ.GET_DEFAULT_INSTANCE.ordinal()] = 4;
|
|
} catch (NoSuchFieldError unused4) {
|
|
}
|
|
try {
|
|
a[KUw.ojQ.GET_PARSER.ordinal()] = 5;
|
|
} catch (NoSuchFieldError unused5) {
|
|
}
|
|
try {
|
|
a[KUw.ojQ.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6;
|
|
} catch (NoSuchFieldError unused6) {
|
|
}
|
|
try {
|
|
a[KUw.ojQ.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7;
|
|
} catch (NoSuchFieldError unused7) {
|
|
}
|
|
}
|
|
}
|
|
|
|
@Override // o.KUw
|
|
public final Object dynamicMethod(KUw.ojQ ojq, Object obj, Object obj2) {
|
|
XgX xgX;
|
|
switch (AnonymousClass4.a[ojq.ordinal()]) {
|
|
case 1:
|
|
return new jrE();
|
|
case 2:
|
|
return new HBt((byte) 0);
|
|
case 3:
|
|
return newMessageInfo(DEFAULT_INSTANCE, "\u0000\u0002\u0000\u0000\u0001\u0002\u0002\u0000\u0000\u0000\u0001\u0000\u0002\u0000", new Object[]{"latitude_", "longitude_"});
|
|
case 4:
|
|
return DEFAULT_INSTANCE;
|
|
case 5:
|
|
XgX<jrE> xgX2 = PARSER;
|
|
if (xgX2 != null) {
|
|
return xgX2;
|
|
}
|
|
synchronized (jrE.class) {
|
|
xgX = PARSER;
|
|
if (xgX == null) {
|
|
xgX = new KUw.HBt(DEFAULT_INSTANCE);
|
|
PARSER = xgX;
|
|
}
|
|
}
|
|
return xgX;
|
|
case 6:
|
|
return (byte) 1;
|
|
case 7:
|
|
return null;
|
|
default:
|
|
throw new UnsupportedOperationException();
|
|
}
|
|
}
|
|
|
|
static {
|
|
jrE jre = new jrE();
|
|
DEFAULT_INSTANCE = jre;
|
|
KUw.registerDefaultInstance(jrE.class, jre);
|
|
}
|
|
|
|
public static jrE a() {
|
|
return DEFAULT_INSTANCE;
|
|
}
|
|
}
|