- 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
944 lines
26 KiB
Smali
944 lines
26 KiB
Smali
.class public final Lcom/google/protobuf/EnumValue;
|
|
.super Lcom/google/protobuf/GeneratedMessageLite;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/protobuf/EnumValueOrBuilder;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/google/protobuf/EnumValue$Builder;
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/protobuf/GeneratedMessageLite<",
|
|
"Lcom/google/protobuf/EnumValue;",
|
|
"Lcom/google/protobuf/EnumValue$Builder;",
|
|
">;",
|
|
"Lcom/google/protobuf/EnumValueOrBuilder;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static final DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.field public static final NAME_FIELD_NUMBER:I = 0x1
|
|
|
|
.field public static final NUMBER_FIELD_NUMBER:I = 0x2
|
|
|
|
.field public static final OPTIONS_FIELD_NUMBER:I = 0x3
|
|
|
|
.field private static volatile PARSER:Lcom/google/protobuf/Parser;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/protobuf/Parser<",
|
|
"Lcom/google/protobuf/EnumValue;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# instance fields
|
|
.field private name_:Ljava/lang/String;
|
|
|
|
.field private number_:I
|
|
|
|
.field private options_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/protobuf/Internal$ProtobufList<",
|
|
"Lcom/google/protobuf/Option;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
.line 682
|
|
new-instance v0, Lcom/google/protobuf/EnumValue;
|
|
|
|
invoke-direct {v0}, Lcom/google/protobuf/EnumValue;-><init>()V
|
|
|
|
sput-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
const-class v1, Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 686
|
|
invoke-static {v1, v0}, Lcom/google/protobuf/GeneratedMessageLite;->registerDefaultInstance(Ljava/lang/Class;Lcom/google/protobuf/GeneratedMessageLite;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 18
|
|
invoke-direct {p0}, Lcom/google/protobuf/GeneratedMessageLite;-><init>()V
|
|
|
|
const-string v0, ""
|
|
|
|
iput-object v0, p0, Lcom/google/protobuf/EnumValue;->name_:Ljava/lang/String;
|
|
|
|
.line 20
|
|
invoke-static {}, Lcom/google/protobuf/GeneratedMessageLite;->emptyProtobufList()Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/google/protobuf/EnumValue;->options_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$000()Lcom/google/protobuf/EnumValue;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static synthetic access$100(Lcom/google/protobuf/EnumValue;Ljava/lang/String;)V
|
|
.locals 0
|
|
|
|
.line 13
|
|
invoke-direct {p0, p1}, Lcom/google/protobuf/EnumValue;->setName(Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$1000(Lcom/google/protobuf/EnumValue;)V
|
|
.locals 0
|
|
|
|
.line 13
|
|
invoke-direct {p0}, Lcom/google/protobuf/EnumValue;->clearOptions()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$1100(Lcom/google/protobuf/EnumValue;I)V
|
|
.locals 0
|
|
|
|
.line 13
|
|
invoke-direct {p0, p1}, Lcom/google/protobuf/EnumValue;->removeOptions(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$200(Lcom/google/protobuf/EnumValue;)V
|
|
.locals 0
|
|
|
|
.line 13
|
|
invoke-direct {p0}, Lcom/google/protobuf/EnumValue;->clearName()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$300(Lcom/google/protobuf/EnumValue;Lcom/google/protobuf/ByteString;)V
|
|
.locals 0
|
|
|
|
.line 13
|
|
invoke-direct {p0, p1}, Lcom/google/protobuf/EnumValue;->setNameBytes(Lcom/google/protobuf/ByteString;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$400(Lcom/google/protobuf/EnumValue;I)V
|
|
.locals 0
|
|
|
|
.line 13
|
|
invoke-direct {p0, p1}, Lcom/google/protobuf/EnumValue;->setNumber(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$500(Lcom/google/protobuf/EnumValue;)V
|
|
.locals 0
|
|
|
|
.line 13
|
|
invoke-direct {p0}, Lcom/google/protobuf/EnumValue;->clearNumber()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$600(Lcom/google/protobuf/EnumValue;ILcom/google/protobuf/Option;)V
|
|
.locals 0
|
|
|
|
.line 13
|
|
invoke-direct {p0, p1, p2}, Lcom/google/protobuf/EnumValue;->setOptions(ILcom/google/protobuf/Option;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$700(Lcom/google/protobuf/EnumValue;Lcom/google/protobuf/Option;)V
|
|
.locals 0
|
|
|
|
.line 13
|
|
invoke-direct {p0, p1}, Lcom/google/protobuf/EnumValue;->addOptions(Lcom/google/protobuf/Option;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$800(Lcom/google/protobuf/EnumValue;ILcom/google/protobuf/Option;)V
|
|
.locals 0
|
|
|
|
.line 13
|
|
invoke-direct {p0, p1, p2}, Lcom/google/protobuf/EnumValue;->addOptions(ILcom/google/protobuf/Option;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$900(Lcom/google/protobuf/EnumValue;Ljava/lang/Iterable;)V
|
|
.locals 0
|
|
|
|
.line 13
|
|
invoke-direct {p0, p1}, Lcom/google/protobuf/EnumValue;->addAllOptions(Ljava/lang/Iterable;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private addAllOptions(Ljava/lang/Iterable;)V
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/lang/Iterable<",
|
|
"+",
|
|
"Lcom/google/protobuf/Option;",
|
|
">;)V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 239
|
|
invoke-direct {p0}, Lcom/google/protobuf/EnumValue;->ensureOptionsIsMutable()V
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/EnumValue;->options_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 240
|
|
invoke-static {p1, v0}, Lcom/google/protobuf/AbstractMessageLite;->addAll(Ljava/lang/Iterable;Ljava/util/List;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private addOptions(ILcom/google/protobuf/Option;)V
|
|
.locals 1
|
|
|
|
.line 226
|
|
invoke-virtual {p2}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 227
|
|
invoke-direct {p0}, Lcom/google/protobuf/EnumValue;->ensureOptionsIsMutable()V
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/EnumValue;->options_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 228
|
|
invoke-interface {v0, p1, p2}, Ljava/util/List;->add(ILjava/lang/Object;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private addOptions(Lcom/google/protobuf/Option;)V
|
|
.locals 1
|
|
|
|
.line 213
|
|
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 214
|
|
invoke-direct {p0}, Lcom/google/protobuf/EnumValue;->ensureOptionsIsMutable()V
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/EnumValue;->options_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 215
|
|
invoke-interface {v0, p1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearName()V
|
|
.locals 1
|
|
|
|
.line 72
|
|
invoke-static {}, Lcom/google/protobuf/EnumValue;->getDefaultInstance()Lcom/google/protobuf/EnumValue;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Lcom/google/protobuf/EnumValue;->getName()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/google/protobuf/EnumValue;->name_:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearNumber()V
|
|
.locals 1
|
|
|
|
const/4 v0, 0x0
|
|
|
|
iput v0, p0, Lcom/google/protobuf/EnumValue;->number_:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearOptions()V
|
|
.locals 1
|
|
|
|
.line 251
|
|
invoke-static {}, Lcom/google/protobuf/GeneratedMessageLite;->emptyProtobufList()Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/google/protobuf/EnumValue;->options_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private ensureOptionsIsMutable()V
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/EnumValue;->options_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 186
|
|
invoke-interface {v0}, Lcom/google/protobuf/Internal$ProtobufList;->isModifiable()Z
|
|
|
|
move-result v1
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
.line 188
|
|
invoke-static {v0}, Lcom/google/protobuf/GeneratedMessageLite;->mutableCopy(Lcom/google/protobuf/Internal$ProtobufList;)Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/google/protobuf/EnumValue;->options_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public static getDefaultInstance()Lcom/google/protobuf/EnumValue;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static newBuilder()Lcom/google/protobuf/EnumValue$Builder;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 340
|
|
invoke-virtual {v0}, Lcom/google/protobuf/GeneratedMessageLite;->createBuilder()Lcom/google/protobuf/GeneratedMessageLite$Builder;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, Lcom/google/protobuf/EnumValue$Builder;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static newBuilder(Lcom/google/protobuf/EnumValue;)Lcom/google/protobuf/EnumValue$Builder;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 343
|
|
invoke-virtual {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->createBuilder(Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite$Builder;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lcom/google/protobuf/EnumValue$Builder;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseDelimitedFrom(Ljava/io/InputStream;)Lcom/google/protobuf/EnumValue;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 317
|
|
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseDelimitedFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lcom/google/protobuf/EnumValue;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseDelimitedFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/EnumValue;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 323
|
|
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseDelimitedFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lcom/google/protobuf/EnumValue;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/EnumValue;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 281
|
|
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lcom/google/protobuf/EnumValue;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/EnumValue;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 288
|
|
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lcom/google/protobuf/EnumValue;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/EnumValue;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 328
|
|
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lcom/google/protobuf/EnumValue;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/EnumValue;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 335
|
|
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lcom/google/protobuf/EnumValue;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Ljava/io/InputStream;)Lcom/google/protobuf/EnumValue;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 305
|
|
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lcom/google/protobuf/EnumValue;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/EnumValue;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 312
|
|
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lcom/google/protobuf/EnumValue;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Ljava/nio/ByteBuffer;)Lcom/google/protobuf/EnumValue;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 268
|
|
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/nio/ByteBuffer;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lcom/google/protobuf/EnumValue;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/EnumValue;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 275
|
|
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lcom/google/protobuf/EnumValue;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom([B)Lcom/google/protobuf/EnumValue;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 293
|
|
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;[B)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lcom/google/protobuf/EnumValue;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/EnumValue;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 300
|
|
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;[BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lcom/google/protobuf/EnumValue;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parser()Lcom/google/protobuf/Parser;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Lcom/google/protobuf/Parser<",
|
|
"Lcom/google/protobuf/EnumValue;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 697
|
|
invoke-virtual {v0}, Lcom/google/protobuf/GeneratedMessageLite;->getParserForType()Lcom/google/protobuf/Parser;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method private removeOptions(I)V
|
|
.locals 1
|
|
|
|
.line 261
|
|
invoke-direct {p0}, Lcom/google/protobuf/EnumValue;->ensureOptionsIsMutable()V
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/EnumValue;->options_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 262
|
|
invoke-interface {v0, p1}, Ljava/util/List;->remove(I)Ljava/lang/Object;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setName(Ljava/lang/String;)V
|
|
.locals 0
|
|
|
|
.line 59
|
|
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
iput-object p1, p0, Lcom/google/protobuf/EnumValue;->name_:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setNameBytes(Lcom/google/protobuf/ByteString;)V
|
|
.locals 0
|
|
|
|
.line 84
|
|
invoke-static {p1}, Lcom/google/protobuf/AbstractMessageLite;->checkByteStringIsUtf8(Lcom/google/protobuf/ByteString;)V
|
|
|
|
.line 85
|
|
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lcom/google/protobuf/EnumValue;->name_:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setNumber(I)V
|
|
.locals 0
|
|
|
|
iput p1, p0, Lcom/google/protobuf/EnumValue;->number_:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setOptions(ILcom/google/protobuf/Option;)V
|
|
.locals 1
|
|
|
|
.line 201
|
|
invoke-virtual {p2}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 202
|
|
invoke-direct {p0}, Lcom/google/protobuf/EnumValue;->ensureOptionsIsMutable()V
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/EnumValue;->options_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 203
|
|
invoke-interface {v0, p1, p2}, Ljava/util/List;->set(ILjava/lang/Object;)Ljava/lang/Object;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final dynamicMethod(Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
.line 630
|
|
sget-object p2, Lcom/google/protobuf/EnumValue$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 675
|
|
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 669
|
|
invoke-static {p1}, Ljava/lang/Byte;->valueOf(B)Ljava/lang/Byte;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
:pswitch_2
|
|
sget-object p1, Lcom/google/protobuf/EnumValue;->PARSER:Lcom/google/protobuf/Parser;
|
|
|
|
if-nez p1, :cond_1
|
|
|
|
const-class p2, Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 656
|
|
monitor-enter p2
|
|
|
|
:try_start_0
|
|
sget-object p1, Lcom/google/protobuf/EnumValue;->PARSER:Lcom/google/protobuf/Parser;
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
.line 659
|
|
new-instance p1, Lcom/google/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser;
|
|
|
|
sget-object p3, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
invoke-direct {p1, p3}, Lcom/google/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser;-><init>(Lcom/google/protobuf/GeneratedMessageLite;)V
|
|
|
|
sput-object p1, Lcom/google/protobuf/EnumValue;->PARSER:Lcom/google/protobuf/Parser;
|
|
|
|
goto :goto_0
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
goto :goto_1
|
|
|
|
.line 664
|
|
: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, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
return-object p1
|
|
|
|
:pswitch_4
|
|
const-string p1, "name_"
|
|
|
|
const-string p2, "number_"
|
|
|
|
const-string p3, "options_"
|
|
|
|
const-class v0, Lcom/google/protobuf/Option;
|
|
|
|
filled-new-array {p1, p2, p3, v0}, [Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
const-string p2, "\u0000\u0003\u0000\u0000\u0001\u0003\u0003\u0000\u0001\u0000\u0001\u0208\u0002\u0004\u0003\u001b"
|
|
|
|
sget-object p3, Lcom/google/protobuf/EnumValue;->DEFAULT_INSTANCE:Lcom/google/protobuf/EnumValue;
|
|
|
|
.line 647
|
|
invoke-static {p3, p2, p1}, Lcom/google/protobuf/GeneratedMessageLite;->newMessageInfo(Lcom/google/protobuf/MessageLite;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 635
|
|
:pswitch_5
|
|
new-instance p1, Lcom/google/protobuf/EnumValue$Builder;
|
|
|
|
invoke-direct {p1, p2}, Lcom/google/protobuf/EnumValue$Builder;-><init>(Lcom/google/protobuf/EnumValue$1;)V
|
|
|
|
return-object p1
|
|
|
|
.line 632
|
|
:pswitch_6
|
|
new-instance p1, Lcom/google/protobuf/EnumValue;
|
|
|
|
invoke-direct {p1}, Lcom/google/protobuf/EnumValue;-><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 getName()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/EnumValue;->name_:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getNameBytes()Lcom/google/protobuf/ByteString;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/EnumValue;->name_:Ljava/lang/String;
|
|
|
|
.line 47
|
|
invoke-static {v0}, Lcom/google/protobuf/ByteString;->copyFromUtf8(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getNumber()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/EnumValue;->number_:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getOptions(I)Lcom/google/protobuf/Option;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/EnumValue;->options_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 171
|
|
invoke-interface {v0, p1}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Lcom/google/protobuf/Option;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public getOptionsCount()I
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/EnumValue;->options_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 160
|
|
invoke-interface {v0}, Ljava/util/List;->size()I
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getOptionsList()Ljava/util/List;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/List<",
|
|
"Lcom/google/protobuf/Option;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/EnumValue;->options_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getOptionsOrBuilder(I)Lcom/google/protobuf/OptionOrBuilder;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/EnumValue;->options_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 182
|
|
invoke-interface {v0, p1}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Lcom/google/protobuf/OptionOrBuilder;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public getOptionsOrBuilderList()Ljava/util/List;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/List<",
|
|
"+",
|
|
"Lcom/google/protobuf/OptionOrBuilder;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/EnumValue;->options_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
return-object v0
|
|
.end method
|