Files
rr3-apk/decompiled/sources/com/fyber/inneractive/sdk/protobuf/b0.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -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;
}
}