- 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
132 lines
3.9 KiB
Smali
132 lines
3.9 KiB
Smali
.class public final Lcom/google/protobuf/SourceContext$Builder;
|
|
.super Lcom/google/protobuf/GeneratedMessageLite$Builder;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/protobuf/SourceContextOrBuilder;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/protobuf/SourceContext;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "Builder"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/protobuf/GeneratedMessageLite$Builder<",
|
|
"Lcom/google/protobuf/SourceContext;",
|
|
"Lcom/google/protobuf/SourceContext$Builder;",
|
|
">;",
|
|
"Lcom/google/protobuf/SourceContextOrBuilder;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 190
|
|
invoke-static {}, Lcom/google/protobuf/SourceContext;->access$000()Lcom/google/protobuf/SourceContext;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-direct {p0, v0}, Lcom/google/protobuf/GeneratedMessageLite$Builder;-><init>(Lcom/google/protobuf/GeneratedMessageLite;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public synthetic constructor <init>(Lcom/google/protobuf/SourceContext$1;)V
|
|
.locals 0
|
|
|
|
.line 183
|
|
invoke-direct {p0}, Lcom/google/protobuf/SourceContext$Builder;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public clearFileName()Lcom/google/protobuf/SourceContext$Builder;
|
|
.locals 1
|
|
|
|
.line 247
|
|
invoke-virtual {p0}, Lcom/google/protobuf/GeneratedMessageLite$Builder;->copyOnWrite()V
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/GeneratedMessageLite$Builder;->instance:Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
.line 248
|
|
check-cast v0, Lcom/google/protobuf/SourceContext;
|
|
|
|
invoke-static {v0}, Lcom/google/protobuf/SourceContext;->access$200(Lcom/google/protobuf/SourceContext;)V
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public getFileName()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/GeneratedMessageLite$Builder;->instance:Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
.line 205
|
|
check-cast v0, Lcom/google/protobuf/SourceContext;
|
|
|
|
invoke-virtual {v0}, Lcom/google/protobuf/SourceContext;->getFileName()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getFileNameBytes()Lcom/google/protobuf/ByteString;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/GeneratedMessageLite$Builder;->instance:Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
.line 219
|
|
check-cast v0, Lcom/google/protobuf/SourceContext;
|
|
|
|
invoke-virtual {v0}, Lcom/google/protobuf/SourceContext;->getFileNameBytes()Lcom/google/protobuf/ByteString;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public setFileName(Ljava/lang/String;)Lcom/google/protobuf/SourceContext$Builder;
|
|
.locals 1
|
|
|
|
.line 233
|
|
invoke-virtual {p0}, Lcom/google/protobuf/GeneratedMessageLite$Builder;->copyOnWrite()V
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/GeneratedMessageLite$Builder;->instance:Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
.line 234
|
|
check-cast v0, Lcom/google/protobuf/SourceContext;
|
|
|
|
invoke-static {v0, p1}, Lcom/google/protobuf/SourceContext;->access$100(Lcom/google/protobuf/SourceContext;Ljava/lang/String;)V
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public setFileNameBytes(Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/SourceContext$Builder;
|
|
.locals 1
|
|
|
|
.line 263
|
|
invoke-virtual {p0}, Lcom/google/protobuf/GeneratedMessageLite$Builder;->copyOnWrite()V
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/GeneratedMessageLite$Builder;->instance:Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
.line 264
|
|
check-cast v0, Lcom/google/protobuf/SourceContext;
|
|
|
|
invoke-static {v0, p1}, Lcom/google/protobuf/SourceContext;->access$300(Lcom/google/protobuf/SourceContext;Lcom/google/protobuf/ByteString;)V
|
|
|
|
return-object p0
|
|
.end method
|