Files
rr3-apk/smali_classes2/com/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

155 lines
4.2 KiB
Smali

.class public final Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/protobuf/u$b;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "d"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/fyber/inneractive/sdk/protobuf/u$b<",
"Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;",
">;"
}
.end annotation
# instance fields
.field public final a:Lcom/fyber/inneractive/sdk/protobuf/y$d;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/fyber/inneractive/sdk/protobuf/y$d<",
"*>;"
}
.end annotation
.end field
.field public final b:I
.field public final c:Lcom/fyber/inneractive/sdk/protobuf/r1$b;
.field public final d:Z
.field public final e:Z
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/protobuf/y$d;ILcom/fyber/inneractive/sdk/protobuf/r1$b;ZZ)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/fyber/inneractive/sdk/protobuf/y$d<",
"*>;I",
"Lcom/fyber/inneractive/sdk/protobuf/r1$b;",
"ZZ)V"
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;->a:Lcom/fyber/inneractive/sdk/protobuf/y$d;
iput p2, p0, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;->b:I
iput-object p3, p0, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;->c:Lcom/fyber/inneractive/sdk/protobuf/r1$b;
iput-boolean p4, p0, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;->d:Z
iput-boolean p5, p0, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;->e:Z
return-void
.end method
# virtual methods
.method public final a()I
.locals 1
.line 0
iget v0, p0, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;->b:I
return v0
.end method
.method public final a(Lcom/fyber/inneractive/sdk/protobuf/o0$a;Lcom/fyber/inneractive/sdk/protobuf/o0;)Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$b;
.locals 0
.line 2
check-cast p1, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$b;
check-cast p2, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite;
invoke-virtual {p1, p2}, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$b;->a(Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite;)Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$b;
move-result-object p1
return-object p1
.end method
.method public final b()Z
.locals 1
iget-boolean v0, p0, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;->d:Z
return v0
.end method
.method public final c()Lcom/fyber/inneractive/sdk/protobuf/r1$b;
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;->c:Lcom/fyber/inneractive/sdk/protobuf/r1$b;
return-object v0
.end method
.method public final compareTo(Ljava/lang/Object;)I
.locals 1
.line 1
check-cast p1, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;
iget v0, p0, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;->b:I
.line 2
iget p1, p1, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;->b:I
sub-int/2addr v0, p1
return v0
.end method
.method public final d()Lcom/fyber/inneractive/sdk/protobuf/r1$c;
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;->c:Lcom/fyber/inneractive/sdk/protobuf/r1$b;
.line 1
invoke-virtual {v0}, Lcom/fyber/inneractive/sdk/protobuf/r1$b;->e()Lcom/fyber/inneractive/sdk/protobuf/r1$c;
move-result-object v0
return-object v0
.end method
.method public final isPacked()Z
.locals 1
iget-boolean v0, p0, Lcom/fyber/inneractive/sdk/protobuf/GeneratedMessageLite$d;->e:Z
return v0
.end method