Files
rr3-apk/smali_classes3/com/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label.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

248 lines
7.8 KiB
Smali

.class public final enum Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
.super Ljava/lang/Enum;
.source "SourceFile"
# interfaces
.implements Lcom/google/protobuf/Internal$EnumLite;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x4019
name = "Label"
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label$LabelVerifier;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;",
">;",
"Lcom/google/protobuf/Internal$EnumLite;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
.field public static final enum LABEL_OPTIONAL:Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
.field public static final LABEL_OPTIONAL_VALUE:I = 0x1
.field public static final enum LABEL_REPEATED:Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
.field public static final LABEL_REPEATED_VALUE:I = 0x3
.field public static final enum LABEL_REQUIRED:Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
.field public static final LABEL_REQUIRED_VALUE:I = 0x2
.field private static final internalValueMap:Lcom/google/protobuf/Internal$EnumLiteMap;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/protobuf/Internal$EnumLiteMap<",
"Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;",
">;"
}
.end annotation
.end field
# instance fields
.field private final value:I
# direct methods
.method static constructor <clinit>()V
.locals 6
.line 7585
new-instance v0, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
const-string v1, "LABEL_OPTIONAL"
const/4 v2, 0x0
const/4 v3, 0x1
invoke-direct {v0, v1, v2, v3}, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;-><init>(Ljava/lang/String;II)V
sput-object v0, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;->LABEL_OPTIONAL:Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
.line 7589
new-instance v1, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
const-string v2, "LABEL_REQUIRED"
const/4 v4, 0x2
invoke-direct {v1, v2, v3, v4}, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;-><init>(Ljava/lang/String;II)V
sput-object v1, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;->LABEL_REQUIRED:Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
.line 7593
new-instance v2, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
const-string v3, "LABEL_REPEATED"
const/4 v5, 0x3
invoke-direct {v2, v3, v4, v5}, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;-><init>(Ljava/lang/String;II)V
sput-object v2, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;->LABEL_REPEATED:Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
filled-new-array {v0, v1, v2}, [Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
move-result-object v0
sput-object v0, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;->$VALUES:[Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
.line 7643
new-instance v0, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label$1;
invoke-direct {v0}, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label$1;-><init>()V
sput-object v0, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;->internalValueMap:Lcom/google/protobuf/Internal$EnumLiteMap;
return-void
.end method
.method private constructor <init>(Ljava/lang/String;II)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(I)V"
}
.end annotation
.line 7667
invoke-direct {p0, p1, p2}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
iput p3, p0, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;->value:I
return-void
.end method
.method public static forNumber(I)Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
.locals 1
const/4 v0, 0x1
if-eq p0, v0, :cond_2
const/4 v0, 0x2
if-eq p0, v0, :cond_1
const/4 v0, 0x3
if-eq p0, v0, :cond_0
const/4 p0, 0x0
return-object p0
:cond_0
sget-object p0, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;->LABEL_REPEATED:Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
return-object p0
:cond_1
sget-object p0, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;->LABEL_REQUIRED:Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
return-object p0
:cond_2
sget-object p0, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;->LABEL_OPTIONAL:Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
return-object p0
.end method
.method public static internalGetValueMap()Lcom/google/protobuf/Internal$EnumLiteMap;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/protobuf/Internal$EnumLiteMap<",
"Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;",
">;"
}
.end annotation
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;->internalValueMap:Lcom/google/protobuf/Internal$EnumLiteMap;
return-object v0
.end method
.method public static internalGetVerifier()Lcom/google/protobuf/Internal$EnumVerifier;
.locals 1
.line 7653
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label$LabelVerifier;->INSTANCE:Lcom/google/protobuf/Internal$EnumVerifier;
return-object v0
.end method
.method public static valueOf(I)Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
.locals 0
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 7626
invoke-static {p0}, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;->forNumber(I)Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
move-result-object p0
return-object p0
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
.locals 1
const-class v0, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
.line 7576
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
return-object p0
.end method
.method public static values()[Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
.locals 1
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;->$VALUES:[Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
.line 7576
invoke-virtual {v0}, [Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;
return-object v0
.end method
# virtual methods
.method public final getNumber()I
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldDescriptorProto$Label;->value:I
return v0
.end method