package o; import o.KUw; /* loaded from: classes2.dex */ public final class AQX extends KUw implements ZYl { private static final AQX DEFAULT_INSTANCE; public static final int NANOS_FIELD_NUMBER = 2; private static volatile XgX PARSER = null; public static final int SECONDS_FIELD_NUMBER = 1; public int nanos_; public long seconds_; private AQX() { } public static IeS b() { return DEFAULT_INSTANCE.createBuilder(); } /* loaded from: classes2.dex */ public static final class IeS extends KUw.LWm implements ZYl { /* synthetic */ IeS(byte b) { this(); } private IeS() { super(AQX.DEFAULT_INSTANCE); } public final IeS c(long j) { copyOnWrite(); ((AQX) this.instance).seconds_ = j; return this; } public final IeS e(int i) { copyOnWrite(); ((AQX) this.instance).nanos_ = i; return this; } } /* renamed from: o.AQX$5, reason: invalid class name */ /* loaded from: classes2.dex */ static /* synthetic */ class AnonymousClass5 { static final int[] b; static { int[] iArr = new int[KUw.ojQ.values().length]; b = iArr; try { iArr[KUw.ojQ.NEW_MUTABLE_INSTANCE.ordinal()] = 1; } catch (NoSuchFieldError unused) { } try { b[KUw.ojQ.NEW_BUILDER.ordinal()] = 2; } catch (NoSuchFieldError unused2) { } try { b[KUw.ojQ.BUILD_MESSAGE_INFO.ordinal()] = 3; } catch (NoSuchFieldError unused3) { } try { b[KUw.ojQ.GET_DEFAULT_INSTANCE.ordinal()] = 4; } catch (NoSuchFieldError unused4) { } try { b[KUw.ojQ.GET_PARSER.ordinal()] = 5; } catch (NoSuchFieldError unused5) { } try { b[KUw.ojQ.GET_MEMOIZED_IS_INITIALIZED.ordinal()] = 6; } catch (NoSuchFieldError unused6) { } try { b[KUw.ojQ.SET_MEMOIZED_IS_INITIALIZED.ordinal()] = 7; } catch (NoSuchFieldError unused7) { } } } @Override // o.KUw protected final Object dynamicMethod(KUw.ojQ ojq, Object obj, Object obj2) { XgX xgX; switch (AnonymousClass5.b[ojq.ordinal()]) { case 1: return new AQX(); case 2: return new IeS((byte) 0); case 3: return newMessageInfo(DEFAULT_INSTANCE, "\u0000\u0002\u0000\u0000\u0001\u0002\u0002\u0000\u0000\u0000\u0001\u0002\u0002\u0004", new Object[]{"seconds_", "nanos_"}); case 4: return DEFAULT_INSTANCE; case 5: XgX xgX2 = PARSER; if (xgX2 != null) { return xgX2; } synchronized (AQX.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 { AQX aqx = new AQX(); DEFAULT_INSTANCE = aqx; KUw.registerDefaultInstance(AQX.class, aqx); } public static AQX c() { return DEFAULT_INSTANCE; } }