- 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
1359 lines
40 KiB
Smali
1359 lines
40 KiB
Smali
.class public final Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
.super Lcom/google/protobuf/GeneratedMessageLite$ExtendableMessage;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/protobuf/DescriptorProtos$FieldOptionsOrBuilder;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/protobuf/DescriptorProtos;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "FieldOptions"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/google/protobuf/DescriptorProtos$FieldOptions$Builder;,
|
|
Lcom/google/protobuf/DescriptorProtos$FieldOptions$JSType;,
|
|
Lcom/google/protobuf/DescriptorProtos$FieldOptions$CType;
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/protobuf/GeneratedMessageLite$ExtendableMessage<",
|
|
"Lcom/google/protobuf/DescriptorProtos$FieldOptions;",
|
|
"Lcom/google/protobuf/DescriptorProtos$FieldOptions$Builder;",
|
|
">;",
|
|
"Lcom/google/protobuf/DescriptorProtos$FieldOptionsOrBuilder;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final CTYPE_FIELD_NUMBER:I = 0x1
|
|
|
|
.field private static final DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.field public static final DEPRECATED_FIELD_NUMBER:I = 0x3
|
|
|
|
.field public static final JSTYPE_FIELD_NUMBER:I = 0x6
|
|
|
|
.field public static final LAZY_FIELD_NUMBER:I = 0x5
|
|
|
|
.field public static final PACKED_FIELD_NUMBER:I = 0x2
|
|
|
|
.field private static volatile PARSER:Lcom/google/protobuf/Parser; = null
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/protobuf/Parser<",
|
|
"Lcom/google/protobuf/DescriptorProtos$FieldOptions;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final UNINTERPRETED_OPTION_FIELD_NUMBER:I = 0x3e7
|
|
|
|
.field public static final WEAK_FIELD_NUMBER:I = 0xa
|
|
|
|
|
|
# instance fields
|
|
.field private bitField0_:I
|
|
|
|
.field private ctype_:I
|
|
|
|
.field private deprecated_:Z
|
|
|
|
.field private jstype_:I
|
|
|
|
.field private lazy_:Z
|
|
|
|
.field private memoizedIsInitialized:B
|
|
|
|
.field private packed_:Z
|
|
|
|
.field private uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/protobuf/Internal$ProtobufList<",
|
|
"Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field private weak_:Z
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
.line 21208
|
|
new-instance v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
invoke-direct {v0}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;-><init>()V
|
|
|
|
sput-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
const-class v1, Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 21212
|
|
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 19584
|
|
invoke-direct {p0}, Lcom/google/protobuf/GeneratedMessageLite$ExtendableMessage;-><init>()V
|
|
|
|
const/4 v0, 0x2
|
|
|
|
iput-byte v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->memoizedIsInitialized:B
|
|
|
|
.line 19585
|
|
invoke-static {}, Lcom/google/protobuf/GeneratedMessageLite;->emptyProtobufList()Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$32500()Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static synthetic access$32600(Lcom/google/protobuf/DescriptorProtos$FieldOptions;Lcom/google/protobuf/DescriptorProtos$FieldOptions$CType;)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->setCtype(Lcom/google/protobuf/DescriptorProtos$FieldOptions$CType;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$32700(Lcom/google/protobuf/DescriptorProtos$FieldOptions;)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->clearCtype()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$32800(Lcom/google/protobuf/DescriptorProtos$FieldOptions;Z)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->setPacked(Z)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$32900(Lcom/google/protobuf/DescriptorProtos$FieldOptions;)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->clearPacked()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$33000(Lcom/google/protobuf/DescriptorProtos$FieldOptions;Lcom/google/protobuf/DescriptorProtos$FieldOptions$JSType;)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->setJstype(Lcom/google/protobuf/DescriptorProtos$FieldOptions$JSType;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$33100(Lcom/google/protobuf/DescriptorProtos$FieldOptions;)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->clearJstype()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$33200(Lcom/google/protobuf/DescriptorProtos$FieldOptions;Z)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->setLazy(Z)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$33300(Lcom/google/protobuf/DescriptorProtos$FieldOptions;)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->clearLazy()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$33400(Lcom/google/protobuf/DescriptorProtos$FieldOptions;Z)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->setDeprecated(Z)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$33500(Lcom/google/protobuf/DescriptorProtos$FieldOptions;)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->clearDeprecated()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$33600(Lcom/google/protobuf/DescriptorProtos$FieldOptions;Z)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->setWeak(Z)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$33700(Lcom/google/protobuf/DescriptorProtos$FieldOptions;)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->clearWeak()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$33800(Lcom/google/protobuf/DescriptorProtos$FieldOptions;ILcom/google/protobuf/DescriptorProtos$UninterpretedOption;)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0, p1, p2}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->setUninterpretedOption(ILcom/google/protobuf/DescriptorProtos$UninterpretedOption;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$33900(Lcom/google/protobuf/DescriptorProtos$FieldOptions;Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->addUninterpretedOption(Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$34000(Lcom/google/protobuf/DescriptorProtos$FieldOptions;ILcom/google/protobuf/DescriptorProtos$UninterpretedOption;)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0, p1, p2}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->addUninterpretedOption(ILcom/google/protobuf/DescriptorProtos$UninterpretedOption;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$34100(Lcom/google/protobuf/DescriptorProtos$FieldOptions;Ljava/lang/Iterable;)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->addAllUninterpretedOption(Ljava/lang/Iterable;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$34200(Lcom/google/protobuf/DescriptorProtos$FieldOptions;)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->clearUninterpretedOption()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$34300(Lcom/google/protobuf/DescriptorProtos$FieldOptions;I)V
|
|
.locals 0
|
|
|
|
.line 19579
|
|
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->removeUninterpretedOption(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private addAllUninterpretedOption(Ljava/lang/Iterable;)V
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/lang/Iterable<",
|
|
"+",
|
|
"Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;",
|
|
">;)V"
|
|
}
|
|
.end annotation
|
|
|
|
.line 20388
|
|
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->ensureUninterpretedOptionIsMutable()V
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 20389
|
|
invoke-static {p1, v0}, Lcom/google/protobuf/AbstractMessageLite;->addAll(Ljava/lang/Iterable;Ljava/util/List;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private addUninterpretedOption(ILcom/google/protobuf/DescriptorProtos$UninterpretedOption;)V
|
|
.locals 1
|
|
|
|
.line 20375
|
|
invoke-virtual {p2}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 20376
|
|
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->ensureUninterpretedOptionIsMutable()V
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 20377
|
|
invoke-interface {v0, p1, p2}, Ljava/util/List;->add(ILjava/lang/Object;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private addUninterpretedOption(Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;)V
|
|
.locals 1
|
|
|
|
.line 20362
|
|
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 20363
|
|
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->ensureUninterpretedOptionIsMutable()V
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 20364
|
|
invoke-interface {v0, p1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearCtype()V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, -0x2
|
|
|
|
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
const/4 v0, 0x0
|
|
|
|
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->ctype_:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearDeprecated()V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, -0x11
|
|
|
|
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
const/4 v0, 0x0
|
|
|
|
iput-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->deprecated_:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearJstype()V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, -0x5
|
|
|
|
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
const/4 v0, 0x0
|
|
|
|
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->jstype_:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearLazy()V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, -0x9
|
|
|
|
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
const/4 v0, 0x0
|
|
|
|
iput-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->lazy_:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearPacked()V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, -0x3
|
|
|
|
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
const/4 v0, 0x0
|
|
|
|
iput-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->packed_:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearUninterpretedOption()V
|
|
.locals 1
|
|
|
|
.line 20400
|
|
invoke-static {}, Lcom/google/protobuf/GeneratedMessageLite;->emptyProtobufList()Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearWeak()V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, -0x21
|
|
|
|
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
const/4 v0, 0x0
|
|
|
|
iput-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->weak_:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private ensureUninterpretedOptionIsMutable()V
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 20335
|
|
invoke-interface {v0}, Lcom/google/protobuf/Internal$ProtobufList;->isModifiable()Z
|
|
|
|
move-result v1
|
|
|
|
if-nez v1, :cond_0
|
|
|
|
.line 20337
|
|
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/DescriptorProtos$FieldOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
.method public static getDefaultInstance()Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static newBuilder()Lcom/google/protobuf/DescriptorProtos$FieldOptions$Builder;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 20489
|
|
invoke-virtual {v0}, Lcom/google/protobuf/GeneratedMessageLite;->createBuilder()Lcom/google/protobuf/GeneratedMessageLite$Builder;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions$Builder;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static newBuilder(Lcom/google/protobuf/DescriptorProtos$FieldOptions;)Lcom/google/protobuf/DescriptorProtos$FieldOptions$Builder;
|
|
.locals 1
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 20492
|
|
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/DescriptorProtos$FieldOptions$Builder;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseDelimitedFrom(Ljava/io/InputStream;)Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 20466
|
|
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/DescriptorProtos$FieldOptions;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseDelimitedFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 20472
|
|
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/DescriptorProtos$FieldOptions;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 20430
|
|
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/DescriptorProtos$FieldOptions;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 20437
|
|
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/DescriptorProtos$FieldOptions;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 20477
|
|
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/DescriptorProtos$FieldOptions;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 20484
|
|
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/DescriptorProtos$FieldOptions;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Ljava/io/InputStream;)Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 20454
|
|
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/DescriptorProtos$FieldOptions;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 20461
|
|
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/DescriptorProtos$FieldOptions;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Ljava/nio/ByteBuffer;)Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 20417
|
|
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/DescriptorProtos$FieldOptions;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 20424
|
|
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/DescriptorProtos$FieldOptions;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom([B)Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 20442
|
|
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/DescriptorProtos$FieldOptions;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 20449
|
|
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/DescriptorProtos$FieldOptions;
|
|
|
|
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/DescriptorProtos$FieldOptions;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 21223
|
|
invoke-virtual {v0}, Lcom/google/protobuf/GeneratedMessageLite;->getParserForType()Lcom/google/protobuf/Parser;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method private removeUninterpretedOption(I)V
|
|
.locals 1
|
|
|
|
.line 20410
|
|
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->ensureUninterpretedOptionIsMutable()V
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 20411
|
|
invoke-interface {v0, p1}, Ljava/util/List;->remove(I)Ljava/lang/Object;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setCtype(Lcom/google/protobuf/DescriptorProtos$FieldOptions$CType;)V
|
|
.locals 0
|
|
|
|
.line 19851
|
|
invoke-virtual {p1}, Lcom/google/protobuf/DescriptorProtos$FieldOptions$CType;->getNumber()I
|
|
|
|
move-result p1
|
|
|
|
iput p1, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->ctype_:I
|
|
|
|
iget p1, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
or-int/lit8 p1, p1, 0x1
|
|
|
|
iput p1, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setDeprecated(Z)V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
or-int/lit8 v0, v0, 0x10
|
|
|
|
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
iput-boolean p1, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->deprecated_:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setJstype(Lcom/google/protobuf/DescriptorProtos$FieldOptions$JSType;)V
|
|
.locals 0
|
|
|
|
.line 19998
|
|
invoke-virtual {p1}, Lcom/google/protobuf/DescriptorProtos$FieldOptions$JSType;->getNumber()I
|
|
|
|
move-result p1
|
|
|
|
iput p1, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->jstype_:I
|
|
|
|
iget p1, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
or-int/lit8 p1, p1, 0x4
|
|
|
|
iput p1, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setLazy(Z)V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
or-int/lit8 v0, v0, 0x8
|
|
|
|
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
iput-boolean p1, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->lazy_:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setPacked(Z)V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
or-int/lit8 v0, v0, 0x2
|
|
|
|
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
iput-boolean p1, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->packed_:Z
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setUninterpretedOption(ILcom/google/protobuf/DescriptorProtos$UninterpretedOption;)V
|
|
.locals 1
|
|
|
|
.line 20350
|
|
invoke-virtual {p2}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
.line 20351
|
|
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->ensureUninterpretedOptionIsMutable()V
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 20352
|
|
invoke-interface {v0, p1, p2}, Ljava/util/List;->set(ILjava/lang/Object;)Ljava/lang/Object;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setWeak(Z)V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
or-int/lit8 v0, v0, 0x20
|
|
|
|
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
iput-boolean p1, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->weak_:Z
|
|
|
|
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 11
|
|
|
|
.line 21147
|
|
sget-object p3, Lcom/google/protobuf/DescriptorProtos$1;->$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke:[I
|
|
|
|
invoke-virtual {p1}, Ljava/lang/Enum;->ordinal()I
|
|
|
|
move-result p1
|
|
|
|
aget p1, p3, p1
|
|
|
|
const/4 p3, 0x0
|
|
|
|
packed-switch p1, :pswitch_data_0
|
|
|
|
.line 21201
|
|
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
|
|
|
invoke-direct {p1}, Ljava/lang/UnsupportedOperationException;-><init>()V
|
|
|
|
throw p1
|
|
|
|
:pswitch_0
|
|
if-nez p2, :cond_0
|
|
|
|
const/4 p1, 0x0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x1
|
|
|
|
:goto_0
|
|
int-to-byte p1, p1
|
|
|
|
iput-byte p1, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->memoizedIsInitialized:B
|
|
|
|
return-object p3
|
|
|
|
:pswitch_1
|
|
iget-byte p1, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->memoizedIsInitialized:B
|
|
|
|
.line 21194
|
|
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/DescriptorProtos$FieldOptions;->PARSER:Lcom/google/protobuf/Parser;
|
|
|
|
if-nez p1, :cond_2
|
|
|
|
const-class p2, Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 21181
|
|
monitor-enter p2
|
|
|
|
:try_start_0
|
|
sget-object p1, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->PARSER:Lcom/google/protobuf/Parser;
|
|
|
|
if-nez p1, :cond_1
|
|
|
|
.line 21184
|
|
new-instance p1, Lcom/google/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser;
|
|
|
|
sget-object p3, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
invoke-direct {p1, p3}, Lcom/google/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser;-><init>(Lcom/google/protobuf/GeneratedMessageLite;)V
|
|
|
|
sput-object p1, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->PARSER:Lcom/google/protobuf/Parser;
|
|
|
|
goto :goto_1
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
goto :goto_2
|
|
|
|
.line 21189
|
|
:cond_1
|
|
:goto_1
|
|
monitor-exit p2
|
|
|
|
goto :goto_3
|
|
|
|
:goto_2
|
|
monitor-exit p2
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
throw p1
|
|
|
|
:cond_2
|
|
:goto_3
|
|
return-object p1
|
|
|
|
:pswitch_3
|
|
sget-object p1, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
return-object p1
|
|
|
|
:pswitch_4
|
|
const-string v0, "bitField0_"
|
|
|
|
const-string v1, "ctype_"
|
|
|
|
.line 21158
|
|
invoke-static {}, Lcom/google/protobuf/DescriptorProtos$FieldOptions$CType;->internalGetVerifier()Lcom/google/protobuf/Internal$EnumVerifier;
|
|
|
|
move-result-object v2
|
|
|
|
const-string v3, "packed_"
|
|
|
|
const-string v4, "deprecated_"
|
|
|
|
const-string v5, "lazy_"
|
|
|
|
const-string v6, "jstype_"
|
|
|
|
.line 21163
|
|
invoke-static {}, Lcom/google/protobuf/DescriptorProtos$FieldOptions$JSType;->internalGetVerifier()Lcom/google/protobuf/Internal$EnumVerifier;
|
|
|
|
move-result-object v7
|
|
|
|
const-string v8, "weak_"
|
|
|
|
const-string v9, "uninterpretedOption_"
|
|
|
|
const-class v10, Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
|
|
|
|
filled-new-array/range {v0 .. v10}, [Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
const-string p2, "\u0001\u0007\u0000\u0001\u0001\u03e7\u0007\u0000\u0001\u0001\u0001\u100c\u0000\u0002\u1007\u0001\u0003\u1007\u0004\u0005\u1007\u0003\u0006\u100c\u0002\n\u1007\u0005\u03e7\u041b"
|
|
|
|
sget-object p3, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
.line 21172
|
|
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 21152
|
|
:pswitch_5
|
|
new-instance p1, Lcom/google/protobuf/DescriptorProtos$FieldOptions$Builder;
|
|
|
|
invoke-direct {p1, p3}, Lcom/google/protobuf/DescriptorProtos$FieldOptions$Builder;-><init>(Lcom/google/protobuf/DescriptorProtos$1;)V
|
|
|
|
return-object p1
|
|
|
|
.line 21149
|
|
:pswitch_6
|
|
new-instance p1, Lcom/google/protobuf/DescriptorProtos$FieldOptions;
|
|
|
|
invoke-direct {p1}, Lcom/google/protobuf/DescriptorProtos$FieldOptions;-><init>()V
|
|
|
|
return-object p1
|
|
|
|
: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 getCtype()Lcom/google/protobuf/DescriptorProtos$FieldOptions$CType;
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->ctype_:I
|
|
|
|
.line 19836
|
|
invoke-static {v0}, Lcom/google/protobuf/DescriptorProtos$FieldOptions$CType;->forNumber(I)Lcom/google/protobuf/DescriptorProtos$FieldOptions$CType;
|
|
|
|
move-result-object v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 19837
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions$CType;->STRING:Lcom/google/protobuf/DescriptorProtos$FieldOptions$CType;
|
|
|
|
:cond_0
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getDeprecated()Z
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->deprecated_:Z
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getJstype()Lcom/google/protobuf/DescriptorProtos$FieldOptions$JSType;
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->jstype_:I
|
|
|
|
.line 19977
|
|
invoke-static {v0}, Lcom/google/protobuf/DescriptorProtos$FieldOptions$JSType;->forNumber(I)Lcom/google/protobuf/DescriptorProtos$FieldOptions$JSType;
|
|
|
|
move-result-object v0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 19978
|
|
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FieldOptions$JSType;->JS_NORMAL:Lcom/google/protobuf/DescriptorProtos$FieldOptions$JSType;
|
|
|
|
:cond_0
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getLazy()Z
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->lazy_:Z
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getPacked()Z
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->packed_:Z
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getUninterpretedOption(I)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 20320
|
|
invoke-interface {v0, p1}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public getUninterpretedOptionCount()I
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 20309
|
|
invoke-interface {v0}, Ljava/util/List;->size()I
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getUninterpretedOptionList()Ljava/util/List;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/List<",
|
|
"Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getUninterpretedOptionOrBuilder(I)Lcom/google/protobuf/DescriptorProtos$UninterpretedOptionOrBuilder;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
.line 20331
|
|
invoke-interface {v0, p1}, Ljava/util/List;->get(I)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Lcom/google/protobuf/DescriptorProtos$UninterpretedOptionOrBuilder;
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public getUninterpretedOptionOrBuilderList()Ljava/util/List;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/List<",
|
|
"+",
|
|
"Lcom/google/protobuf/DescriptorProtos$UninterpretedOptionOrBuilder;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getWeak()Z
|
|
.locals 1
|
|
|
|
iget-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->weak_:Z
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasCtype()Z
|
|
.locals 2
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
const/4 v1, 0x1
|
|
|
|
and-int/2addr v0, v1
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v1, 0x0
|
|
|
|
:goto_0
|
|
return v1
|
|
.end method
|
|
|
|
.method public hasDeprecated()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, 0x10
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasJstype()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, 0x4
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasLazy()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, 0x8
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasPacked()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, 0x2
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasWeak()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FieldOptions;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, 0x20
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|