Files
rr3-apk/smali/androidx/datastore/preferences/protobuf/Int64Value.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

586 lines
21 KiB
Smali

.class public final Landroidx/datastore/preferences/protobuf/Int64Value;
.super Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
.source "SourceFile"
# interfaces
.implements Landroidx/datastore/preferences/protobuf/Int64ValueOrBuilder;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/datastore/preferences/protobuf/Int64Value$Builder;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroidx/datastore/preferences/protobuf/GeneratedMessageLite<",
"Landroidx/datastore/preferences/protobuf/Int64Value;",
"Landroidx/datastore/preferences/protobuf/Int64Value$Builder;",
">;",
"Landroidx/datastore/preferences/protobuf/Int64ValueOrBuilder;"
}
.end annotation
# static fields
.field private static final DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.field private static volatile PARSER:Landroidx/datastore/preferences/protobuf/Parser; = null
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroidx/datastore/preferences/protobuf/Parser<",
"Landroidx/datastore/preferences/protobuf/Int64Value;",
">;"
}
.end annotation
.end field
.field public static final VALUE_FIELD_NUMBER:I = 0x1
# instance fields
.field private value_:J
# direct methods
.method static constructor <clinit>()V
.locals 2
.line 254
new-instance v0, Landroidx/datastore/preferences/protobuf/Int64Value;
invoke-direct {v0}, Landroidx/datastore/preferences/protobuf/Int64Value;-><init>()V
sput-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
const-class v1, Landroidx/datastore/preferences/protobuf/Int64Value;
.line 258
invoke-static {v1, v0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->registerDefaultInstance(Ljava/lang/Class;Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;)V
return-void
.end method
.method private constructor <init>()V
.locals 0
.line 19
invoke-direct {p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;-><init>()V
return-void
.end method
.method public static synthetic access$000()Landroidx/datastore/preferences/protobuf/Int64Value;
.locals 1
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
return-object v0
.end method
.method public static synthetic access$100(Landroidx/datastore/preferences/protobuf/Int64Value;J)V
.locals 0
.line 14
invoke-direct {p0, p1, p2}, Landroidx/datastore/preferences/protobuf/Int64Value;->setValue(J)V
return-void
.end method
.method public static synthetic access$200(Landroidx/datastore/preferences/protobuf/Int64Value;)V
.locals 0
.line 14
invoke-direct {p0}, Landroidx/datastore/preferences/protobuf/Int64Value;->clearValue()V
return-void
.end method
.method private clearValue()V
.locals 2
const-wide/16 v0, 0x0
iput-wide v0, p0, Landroidx/datastore/preferences/protobuf/Int64Value;->value_:J
return-void
.end method
.method public static getDefaultInstance()Landroidx/datastore/preferences/protobuf/Int64Value;
.locals 1
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
return-object v0
.end method
.method public static newBuilder()Landroidx/datastore/preferences/protobuf/Int64Value$Builder;
.locals 1
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.line 134
invoke-virtual {v0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->createBuilder()Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$Builder;
move-result-object v0
check-cast v0, Landroidx/datastore/preferences/protobuf/Int64Value$Builder;
return-object v0
.end method
.method public static newBuilder(Landroidx/datastore/preferences/protobuf/Int64Value;)Landroidx/datastore/preferences/protobuf/Int64Value$Builder;
.locals 1
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.line 137
invoke-virtual {v0, p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->createBuilder(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$Builder;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/Int64Value$Builder;
return-object p0
.end method
.method public static of(J)Landroidx/datastore/preferences/protobuf/Int64Value;
.locals 1
.line 267
invoke-static {}, Landroidx/datastore/preferences/protobuf/Int64Value;->newBuilder()Landroidx/datastore/preferences/protobuf/Int64Value$Builder;
move-result-object v0
invoke-virtual {v0, p0, p1}, Landroidx/datastore/preferences/protobuf/Int64Value$Builder;->setValue(J)Landroidx/datastore/preferences/protobuf/Int64Value$Builder;
move-result-object p0
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$Builder;->build()Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/Int64Value;
return-object p0
.end method
.method public static parseDelimitedFrom(Ljava/io/InputStream;)Landroidx/datastore/preferences/protobuf/Int64Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.line 111
invoke-static {v0, p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseDelimitedFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Ljava/io/InputStream;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/Int64Value;
return-object p0
.end method
.method public static parseDelimitedFrom(Ljava/io/InputStream;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/Int64Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.line 117
invoke-static {v0, p0, p1}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseDelimitedFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Ljava/io/InputStream;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/Int64Value;
return-object p0
.end method
.method public static parseFrom(Landroidx/datastore/preferences/protobuf/ByteString;)Landroidx/datastore/preferences/protobuf/Int64Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.line 75
invoke-static {v0, p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Landroidx/datastore/preferences/protobuf/ByteString;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/Int64Value;
return-object p0
.end method
.method public static parseFrom(Landroidx/datastore/preferences/protobuf/ByteString;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/Int64Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.line 82
invoke-static {v0, p0, p1}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Landroidx/datastore/preferences/protobuf/ByteString;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/Int64Value;
return-object p0
.end method
.method public static parseFrom(Landroidx/datastore/preferences/protobuf/CodedInputStream;)Landroidx/datastore/preferences/protobuf/Int64Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.line 122
invoke-static {v0, p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Landroidx/datastore/preferences/protobuf/CodedInputStream;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/Int64Value;
return-object p0
.end method
.method public static parseFrom(Landroidx/datastore/preferences/protobuf/CodedInputStream;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/Int64Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.line 129
invoke-static {v0, p0, p1}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Landroidx/datastore/preferences/protobuf/CodedInputStream;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/Int64Value;
return-object p0
.end method
.method public static parseFrom(Ljava/io/InputStream;)Landroidx/datastore/preferences/protobuf/Int64Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.line 99
invoke-static {v0, p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Ljava/io/InputStream;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/Int64Value;
return-object p0
.end method
.method public static parseFrom(Ljava/io/InputStream;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/Int64Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.line 106
invoke-static {v0, p0, p1}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Ljava/io/InputStream;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/Int64Value;
return-object p0
.end method
.method public static parseFrom(Ljava/nio/ByteBuffer;)Landroidx/datastore/preferences/protobuf/Int64Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.line 62
invoke-static {v0, p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Ljava/nio/ByteBuffer;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/Int64Value;
return-object p0
.end method
.method public static parseFrom(Ljava/nio/ByteBuffer;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/Int64Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.line 69
invoke-static {v0, p0, p1}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;Ljava/nio/ByteBuffer;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/Int64Value;
return-object p0
.end method
.method public static parseFrom([B)Landroidx/datastore/preferences/protobuf/Int64Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.line 87
invoke-static {v0, p0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;[B)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/Int64Value;
return-object p0
.end method
.method public static parseFrom([BLandroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/Int64Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.line 94
invoke-static {v0, p0, p1}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->parseFrom(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;[BLandroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;
move-result-object p0
check-cast p0, Landroidx/datastore/preferences/protobuf/Int64Value;
return-object p0
.end method
.method public static parser()Landroidx/datastore/preferences/protobuf/Parser;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Landroidx/datastore/preferences/protobuf/Parser<",
"Landroidx/datastore/preferences/protobuf/Int64Value;",
">;"
}
.end annotation
sget-object v0, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.line 273
invoke-virtual {v0}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->getParserForType()Landroidx/datastore/preferences/protobuf/Parser;
move-result-object v0
return-object v0
.end method
.method private setValue(J)V
.locals 0
iput-wide p1, p0, Landroidx/datastore/preferences/protobuf/Int64Value;->value_:J
return-void
.end method
# virtual methods
.method public final dynamicMethod(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$MethodToInvoke;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 206
sget-object p2, Landroidx/datastore/preferences/protobuf/Int64Value$1;->$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke:[I
invoke-virtual {p1}, Ljava/lang/Enum;->ordinal()I
move-result p1
aget p1, p2, p1
const/4 p2, 0x0
packed-switch p1, :pswitch_data_0
.line 247
new-instance p1, Ljava/lang/UnsupportedOperationException;
invoke-direct {p1}, Ljava/lang/UnsupportedOperationException;-><init>()V
throw p1
:pswitch_0
return-object p2
:pswitch_1
const/4 p1, 0x1
.line 241
invoke-static {p1}, Ljava/lang/Byte;->valueOf(B)Ljava/lang/Byte;
move-result-object p1
return-object p1
:pswitch_2
sget-object p1, Landroidx/datastore/preferences/protobuf/Int64Value;->PARSER:Landroidx/datastore/preferences/protobuf/Parser;
if-nez p1, :cond_1
const-class p2, Landroidx/datastore/preferences/protobuf/Int64Value;
.line 228
monitor-enter p2
:try_start_0
sget-object p1, Landroidx/datastore/preferences/protobuf/Int64Value;->PARSER:Landroidx/datastore/preferences/protobuf/Parser;
if-nez p1, :cond_0
.line 231
new-instance p1, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser;
sget-object p3, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
invoke-direct {p1, p3}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser;-><init>(Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;)V
sput-object p1, Landroidx/datastore/preferences/protobuf/Int64Value;->PARSER:Landroidx/datastore/preferences/protobuf/Parser;
goto :goto_0
:catchall_0
move-exception p1
goto :goto_1
.line 236
:cond_0
:goto_0
monitor-exit p2
goto :goto_2
:goto_1
monitor-exit p2
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw p1
:cond_1
:goto_2
return-object p1
:pswitch_3
sget-object p1, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
return-object p1
:pswitch_4
const-string p1, "value_"
filled-new-array {p1}, [Ljava/lang/Object;
move-result-object p1
const-string p2, "\u0000\u0001\u0000\u0000\u0001\u0001\u0001\u0000\u0000\u0000\u0001\u0002"
sget-object p3, Landroidx/datastore/preferences/protobuf/Int64Value;->DEFAULT_INSTANCE:Landroidx/datastore/preferences/protobuf/Int64Value;
.line 219
invoke-static {p3, p2, p1}, Landroidx/datastore/preferences/protobuf/GeneratedMessageLite;->newMessageInfo(Landroidx/datastore/preferences/protobuf/MessageLite;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
return-object p1
.line 211
:pswitch_5
new-instance p1, Landroidx/datastore/preferences/protobuf/Int64Value$Builder;
invoke-direct {p1, p2}, Landroidx/datastore/preferences/protobuf/Int64Value$Builder;-><init>(Landroidx/datastore/preferences/protobuf/Int64Value$1;)V
return-object p1
.line 208
:pswitch_6
new-instance p1, Landroidx/datastore/preferences/protobuf/Int64Value;
invoke-direct {p1}, Landroidx/datastore/preferences/protobuf/Int64Value;-><init>()V
return-object p1
nop
:pswitch_data_0
.packed-switch 0x1
:pswitch_6
:pswitch_5
:pswitch_4
:pswitch_3
:pswitch_2
:pswitch_1
:pswitch_0
.end packed-switch
.end method
.method public getValue()J
.locals 2
iget-wide v0, p0, Landroidx/datastore/preferences/protobuf/Int64Value;->value_:J
return-wide v0
.end method