- 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
121 lines
3.3 KiB
Smali
121 lines
3.3 KiB
Smali
.class public final Lcom/google/protobuf/StructuralMessageInfo;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/protobuf/MessageInfo;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/google/protobuf/StructuralMessageInfo$Builder;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final checkInitialized:[I
|
|
|
|
.field private final defaultInstance:Lcom/google/protobuf/MessageLite;
|
|
|
|
.field private final fields:[Lcom/google/protobuf/FieldInfo;
|
|
|
|
.field private final messageSetWireFormat:Z
|
|
|
|
.field private final syntax:Lcom/google/protobuf/ProtoSyntax;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/google/protobuf/ProtoSyntax;Z[I[Lcom/google/protobuf/FieldInfo;Ljava/lang/Object;)V
|
|
.locals 0
|
|
|
|
.line 63
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/google/protobuf/StructuralMessageInfo;->syntax:Lcom/google/protobuf/ProtoSyntax;
|
|
|
|
iput-boolean p2, p0, Lcom/google/protobuf/StructuralMessageInfo;->messageSetWireFormat:Z
|
|
|
|
iput-object p3, p0, Lcom/google/protobuf/StructuralMessageInfo;->checkInitialized:[I
|
|
|
|
iput-object p4, p0, Lcom/google/protobuf/StructuralMessageInfo;->fields:[Lcom/google/protobuf/FieldInfo;
|
|
|
|
const-string p1, "defaultInstance"
|
|
|
|
.line 68
|
|
invoke-static {p5, p1}, Lcom/google/protobuf/Internal;->checkNotNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Lcom/google/protobuf/MessageLite;
|
|
|
|
iput-object p1, p0, Lcom/google/protobuf/StructuralMessageInfo;->defaultInstance:Lcom/google/protobuf/MessageLite;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static newBuilder()Lcom/google/protobuf/StructuralMessageInfo$Builder;
|
|
.locals 1
|
|
|
|
.line 103
|
|
new-instance v0, Lcom/google/protobuf/StructuralMessageInfo$Builder;
|
|
|
|
invoke-direct {v0}, Lcom/google/protobuf/StructuralMessageInfo$Builder;-><init>()V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static newBuilder(I)Lcom/google/protobuf/StructuralMessageInfo$Builder;
|
|
.locals 1
|
|
|
|
.line 108
|
|
new-instance v0, Lcom/google/protobuf/StructuralMessageInfo$Builder;
|
|
|
|
invoke-direct {v0, p0}, Lcom/google/protobuf/StructuralMessageInfo$Builder;-><init>(I)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public getCheckInitialized()[I
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/StructuralMessageInfo;->checkInitialized:[I
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getDefaultInstance()Lcom/google/protobuf/MessageLite;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/StructuralMessageInfo;->defaultInstance:Lcom/google/protobuf/MessageLite;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getFields()[Lcom/google/protobuf/FieldInfo;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/StructuralMessageInfo;->fields:[Lcom/google/protobuf/FieldInfo;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getSyntax()Lcom/google/protobuf/ProtoSyntax;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/StructuralMessageInfo;->syntax:Lcom/google/protobuf/ProtoSyntax;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public isMessageSetWireFormat()Z
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Lcom/google/protobuf/StructuralMessageInfo;->messageSetWireFormat:Z
|
|
|
|
return v0
|
|
.end method
|