Files
rr3-apk/decompiled-community/sources/com/fyber/inneractive/sdk/protobuf/b0.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

67 lines
1.7 KiB
Java

package com.fyber.inneractive.sdk.protobuf;
/* loaded from: classes2.dex */
public class b0 {
public volatile o0 a;
public volatile i b;
static {
q.a();
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof b0)) {
return false;
}
b0 b0Var = (b0) obj;
o0 o0Var = this.a;
o0 o0Var2 = b0Var.a;
return (o0Var == null && o0Var2 == null) ? a().equals(b0Var.a()) : (o0Var == null || o0Var2 == null) ? o0Var != null ? o0Var.equals(b0Var.a(o0Var.getDefaultInstanceForType())) : a(o0Var2.getDefaultInstanceForType()).equals(o0Var2) : o0Var.equals(o0Var2);
}
public int hashCode() {
return 1;
}
public final i a() {
if (this.b != null) {
return this.b;
}
synchronized (this) {
try {
if (this.b != null) {
return this.b;
}
if (this.a == null) {
this.b = i.b;
} else {
this.b = this.a.toByteString();
}
return this.b;
} catch (Throwable th) {
throw th;
}
}
}
public final o0 a(o0 o0Var) {
if (this.a == null) {
synchronized (this) {
if (this.a == null) {
try {
this.a = o0Var;
this.b = i.b;
} catch (z unused) {
this.a = o0Var;
this.b = i.b;
}
}
}
}
return this.a;
}
}