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

247 lines
8.8 KiB
Smali

.class public final Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto$Builder;
.super Lcom/google/protobuf/GeneratedMessageLite$Builder;
.source "SourceFile"
# interfaces
.implements Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProtoOrBuilder;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;
.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/DescriptorProtos$OneofDescriptorProto;",
"Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto$Builder;",
">;",
"Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProtoOrBuilder;"
}
.end annotation
# direct methods
.method private constructor <init>()V
.locals 1
.line 9692
invoke-static {}, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;->access$17000()Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;
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/DescriptorProtos$1;)V
.locals 0
.line 9685
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto$Builder;-><init>()V
return-void
.end method
# virtual methods
.method public clearName()Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto$Builder;
.locals 1
.line 9737
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 9738
check-cast v0, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;
invoke-static {v0}, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;->access$17200(Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;)V
return-object p0
.end method
.method public clearOptions()Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto$Builder;
.locals 1
.line 9795
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 9796
check-cast v0, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;
invoke-static {v0}, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;->access$17600(Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;)V
return-object p0
.end method
.method public getName()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/GeneratedMessageLite$Builder;->instance:Lcom/google/protobuf/GeneratedMessageLite;
.line 9710
check-cast v0, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;
invoke-virtual {v0}, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;->getName()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public getNameBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/GeneratedMessageLite$Builder;->instance:Lcom/google/protobuf/GeneratedMessageLite;
.line 9719
check-cast v0, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;
invoke-virtual {v0}, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;->getNameBytes()Lcom/google/protobuf/ByteString;
move-result-object v0
return-object v0
.end method
.method public getOptions()Lcom/google/protobuf/DescriptorProtos$OneofOptions;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/GeneratedMessageLite$Builder;->instance:Lcom/google/protobuf/GeneratedMessageLite;
.line 9765
check-cast v0, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;
invoke-virtual {v0}, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;->getOptions()Lcom/google/protobuf/DescriptorProtos$OneofOptions;
move-result-object v0
return-object v0
.end method
.method public hasName()Z
.locals 1
iget-object v0, p0, Lcom/google/protobuf/GeneratedMessageLite$Builder;->instance:Lcom/google/protobuf/GeneratedMessageLite;
.line 9702
check-cast v0, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;
invoke-virtual {v0}, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;->hasName()Z
move-result v0
return v0
.end method
.method public hasOptions()Z
.locals 1
iget-object v0, p0, Lcom/google/protobuf/GeneratedMessageLite$Builder;->instance:Lcom/google/protobuf/GeneratedMessageLite;
.line 9758
check-cast v0, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;
invoke-virtual {v0}, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;->hasOptions()Z
move-result v0
return v0
.end method
.method public mergeOptions(Lcom/google/protobuf/DescriptorProtos$OneofOptions;)Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto$Builder;
.locals 1
.line 9788
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 9789
check-cast v0, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;
invoke-static {v0, p1}, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;->access$17500(Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;Lcom/google/protobuf/DescriptorProtos$OneofOptions;)V
return-object p0
.end method
.method public setName(Ljava/lang/String;)Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto$Builder;
.locals 1
.line 9728
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 9729
check-cast v0, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;
invoke-static {v0, p1}, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;->access$17100(Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;Ljava/lang/String;)V
return-object p0
.end method
.method public setNameBytes(Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto$Builder;
.locals 1
.line 9748
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 9749
check-cast v0, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;
invoke-static {v0, p1}, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;->access$17300(Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;Lcom/google/protobuf/ByteString;)V
return-object p0
.end method
.method public setOptions(Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;)Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto$Builder;
.locals 1
.line 9780
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 9781
check-cast v0, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;
invoke-virtual {p1}, Lcom/google/protobuf/GeneratedMessageLite$Builder;->build()Lcom/google/protobuf/GeneratedMessageLite;
move-result-object p1
check-cast p1, Lcom/google/protobuf/DescriptorProtos$OneofOptions;
invoke-static {v0, p1}, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;->access$17400(Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;Lcom/google/protobuf/DescriptorProtos$OneofOptions;)V
return-object p0
.end method
.method public setOptions(Lcom/google/protobuf/DescriptorProtos$OneofOptions;)Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto$Builder;
.locals 1
.line 9771
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 9772
check-cast v0, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;
invoke-static {v0, p1}, Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;->access$17400(Lcom/google/protobuf/DescriptorProtos$OneofDescriptorProto;Lcom/google/protobuf/DescriptorProtos$OneofOptions;)V
return-object p0
.end method