package o; import com.google.android.gms.maps.model.BitmapDescriptorFactory; /* renamed from: o.iXO, reason: case insensitive filesystem */ /* loaded from: classes2.dex */ public final class C15775iXO { static final int b = 12; static final int c = 26; static final int d = 11; static final int e = 16; public static int b(int i, int i2) { return (i << 3) | i2; } public static int d(int i) { return i >>> 3; } public static int e(int i) { return i & 7; } /* renamed from: o.iXO$IeS */ /* loaded from: classes2.dex */ public enum IeS { INT(0), LONG(0L), FLOAT(Float.valueOf(BitmapDescriptorFactory.HUE_RED)), DOUBLE(Double.valueOf(0.0d)), BOOLEAN(Boolean.FALSE), STRING(""), BYTE_STRING(jra.d), ENUM(null), MESSAGE(null); private final Object defaultDefault; IeS(Object obj) { this.defaultDefault = obj; } } /* renamed from: o.iXO$RVV */ /* loaded from: classes2.dex */ public enum RVV { DOUBLE(IeS.DOUBLE, 1), FLOAT(IeS.FLOAT, 5), INT64(IeS.LONG, 0), UINT64(IeS.LONG, 0), INT32(IeS.INT, 0), FIXED64(IeS.LONG, 1), FIXED32(IeS.INT, 5), BOOL(IeS.BOOLEAN, 0), STRING { // from class: o.iXO.RVV.5 }, GROUP { // from class: o.iXO.RVV.1 }, MESSAGE { // from class: o.iXO.RVV.4 }, BYTES { // from class: o.iXO.RVV.2 }, UINT32(IeS.INT, 0), ENUM(IeS.ENUM, 0), SFIXED32(IeS.INT, 5), SFIXED64(IeS.LONG, 1), SINT32(IeS.INT, 0), SINT64(IeS.LONG, 0); final IeS javaType; final int wireType; /* synthetic */ RVV(IeS ieS, int i, byte b) { this(ieS, i); } RVV(IeS ieS, int i) { this.javaType = ieS; this.wireType = i; } } }