Files
rr3-apk/smali_classes3/com/google/protobuf/DescriptorProtos$OneofDescriptorProto$Builder.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03: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