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

3069 lines
86 KiB
Smali

.class public final Lcom/google/protobuf/DescriptorProtos$FileOptions;
.super Lcom/google/protobuf/GeneratedMessageLite$ExtendableMessage;
.source "SourceFile"
# interfaces
.implements Lcom/google/protobuf/DescriptorProtos$FileOptionsOrBuilder;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/protobuf/DescriptorProtos;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "FileOptions"
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/protobuf/DescriptorProtos$FileOptions$Builder;,
Lcom/google/protobuf/DescriptorProtos$FileOptions$OptimizeMode;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/protobuf/GeneratedMessageLite$ExtendableMessage<",
"Lcom/google/protobuf/DescriptorProtos$FileOptions;",
"Lcom/google/protobuf/DescriptorProtos$FileOptions$Builder;",
">;",
"Lcom/google/protobuf/DescriptorProtos$FileOptionsOrBuilder;"
}
.end annotation
# static fields
.field public static final CC_ENABLE_ARENAS_FIELD_NUMBER:I = 0x1f
.field public static final CC_GENERIC_SERVICES_FIELD_NUMBER:I = 0x10
.field public static final CSHARP_NAMESPACE_FIELD_NUMBER:I = 0x25
.field private static final DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.field public static final DEPRECATED_FIELD_NUMBER:I = 0x17
.field public static final GO_PACKAGE_FIELD_NUMBER:I = 0xb
.field public static final JAVA_GENERATE_EQUALS_AND_HASH_FIELD_NUMBER:I = 0x14
.field public static final JAVA_GENERIC_SERVICES_FIELD_NUMBER:I = 0x11
.field public static final JAVA_MULTIPLE_FILES_FIELD_NUMBER:I = 0xa
.field public static final JAVA_OUTER_CLASSNAME_FIELD_NUMBER:I = 0x8
.field public static final JAVA_PACKAGE_FIELD_NUMBER:I = 0x1
.field public static final JAVA_STRING_CHECK_UTF8_FIELD_NUMBER:I = 0x1b
.field public static final OBJC_CLASS_PREFIX_FIELD_NUMBER:I = 0x24
.field public static final OPTIMIZE_FOR_FIELD_NUMBER:I = 0x9
.field private static volatile PARSER:Lcom/google/protobuf/Parser; = null
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/protobuf/Parser<",
"Lcom/google/protobuf/DescriptorProtos$FileOptions;",
">;"
}
.end annotation
.end field
.field public static final PHP_CLASS_PREFIX_FIELD_NUMBER:I = 0x28
.field public static final PHP_GENERIC_SERVICES_FIELD_NUMBER:I = 0x2a
.field public static final PHP_METADATA_NAMESPACE_FIELD_NUMBER:I = 0x2c
.field public static final PHP_NAMESPACE_FIELD_NUMBER:I = 0x29
.field public static final PY_GENERIC_SERVICES_FIELD_NUMBER:I = 0x12
.field public static final RUBY_PACKAGE_FIELD_NUMBER:I = 0x2d
.field public static final SWIFT_PREFIX_FIELD_NUMBER:I = 0x27
.field public static final UNINTERPRETED_OPTION_FIELD_NUMBER:I = 0x3e7
# instance fields
.field private bitField0_:I
.field private ccEnableArenas_:Z
.field private ccGenericServices_:Z
.field private csharpNamespace_:Ljava/lang/String;
.field private deprecated_:Z
.field private goPackage_:Ljava/lang/String;
.field private javaGenerateEqualsAndHash_:Z
.field private javaGenericServices_:Z
.field private javaMultipleFiles_:Z
.field private javaOuterClassname_:Ljava/lang/String;
.field private javaPackage_:Ljava/lang/String;
.field private javaStringCheckUtf8_:Z
.field private memoizedIsInitialized:B
.field private objcClassPrefix_:Ljava/lang/String;
.field private optimizeFor_:I
.field private phpClassPrefix_:Ljava/lang/String;
.field private phpGenericServices_:Z
.field private phpMetadataNamespace_:Ljava/lang/String;
.field private phpNamespace_:Ljava/lang/String;
.field private pyGenericServices_:Z
.field private rubyPackage_:Ljava/lang/String;
.field private swiftPrefix_:Ljava/lang/String;
.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
# direct methods
.method static constructor <clinit>()V
.locals 2
.line 17973
new-instance v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;
invoke-direct {v0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;-><init>()V
sput-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
const-class v1, Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 17977
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 2
.line 14423
invoke-direct {p0}, Lcom/google/protobuf/GeneratedMessageLite$ExtendableMessage;-><init>()V
const/4 v0, 0x2
iput-byte v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->memoizedIsInitialized:B
const-string v0, ""
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaPackage_:Ljava/lang/String;
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaOuterClassname_:Ljava/lang/String;
const/4 v1, 0x1
iput v1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->optimizeFor_:I
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->goPackage_:Ljava/lang/String;
iput-boolean v1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->ccEnableArenas_:Z
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->objcClassPrefix_:Ljava/lang/String;
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->csharpNamespace_:Ljava/lang/String;
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->swiftPrefix_:Ljava/lang/String;
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpClassPrefix_:Ljava/lang/String;
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpNamespace_:Ljava/lang/String;
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpMetadataNamespace_:Ljava/lang/String;
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->rubyPackage_:Ljava/lang/String;
.line 14436
invoke-static {}, Lcom/google/protobuf/GeneratedMessageLite;->emptyProtobufList()Lcom/google/protobuf/Internal$ProtobufList;
move-result-object v0
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
return-void
.end method
.method public static synthetic access$25100()Lcom/google/protobuf/DescriptorProtos$FileOptions;
.locals 1
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
return-object v0
.end method
.method public static synthetic access$25200(Lcom/google/protobuf/DescriptorProtos$FileOptions;Ljava/lang/String;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setJavaPackage(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$25300(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearJavaPackage()V
return-void
.end method
.method public static synthetic access$25400(Lcom/google/protobuf/DescriptorProtos$FileOptions;Lcom/google/protobuf/ByteString;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setJavaPackageBytes(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method public static synthetic access$25500(Lcom/google/protobuf/DescriptorProtos$FileOptions;Ljava/lang/String;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setJavaOuterClassname(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$25600(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearJavaOuterClassname()V
return-void
.end method
.method public static synthetic access$25700(Lcom/google/protobuf/DescriptorProtos$FileOptions;Lcom/google/protobuf/ByteString;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setJavaOuterClassnameBytes(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method public static synthetic access$25800(Lcom/google/protobuf/DescriptorProtos$FileOptions;Z)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setJavaMultipleFiles(Z)V
return-void
.end method
.method public static synthetic access$25900(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearJavaMultipleFiles()V
return-void
.end method
.method public static synthetic access$26000(Lcom/google/protobuf/DescriptorProtos$FileOptions;Z)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setJavaGenerateEqualsAndHash(Z)V
return-void
.end method
.method public static synthetic access$26100(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearJavaGenerateEqualsAndHash()V
return-void
.end method
.method public static synthetic access$26200(Lcom/google/protobuf/DescriptorProtos$FileOptions;Z)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setJavaStringCheckUtf8(Z)V
return-void
.end method
.method public static synthetic access$26300(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearJavaStringCheckUtf8()V
return-void
.end method
.method public static synthetic access$26400(Lcom/google/protobuf/DescriptorProtos$FileOptions;Lcom/google/protobuf/DescriptorProtos$FileOptions$OptimizeMode;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setOptimizeFor(Lcom/google/protobuf/DescriptorProtos$FileOptions$OptimizeMode;)V
return-void
.end method
.method public static synthetic access$26500(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearOptimizeFor()V
return-void
.end method
.method public static synthetic access$26600(Lcom/google/protobuf/DescriptorProtos$FileOptions;Ljava/lang/String;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setGoPackage(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$26700(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearGoPackage()V
return-void
.end method
.method public static synthetic access$26800(Lcom/google/protobuf/DescriptorProtos$FileOptions;Lcom/google/protobuf/ByteString;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setGoPackageBytes(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method public static synthetic access$26900(Lcom/google/protobuf/DescriptorProtos$FileOptions;Z)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setCcGenericServices(Z)V
return-void
.end method
.method public static synthetic access$27000(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearCcGenericServices()V
return-void
.end method
.method public static synthetic access$27100(Lcom/google/protobuf/DescriptorProtos$FileOptions;Z)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setJavaGenericServices(Z)V
return-void
.end method
.method public static synthetic access$27200(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearJavaGenericServices()V
return-void
.end method
.method public static synthetic access$27300(Lcom/google/protobuf/DescriptorProtos$FileOptions;Z)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setPyGenericServices(Z)V
return-void
.end method
.method public static synthetic access$27400(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearPyGenericServices()V
return-void
.end method
.method public static synthetic access$27500(Lcom/google/protobuf/DescriptorProtos$FileOptions;Z)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setPhpGenericServices(Z)V
return-void
.end method
.method public static synthetic access$27600(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearPhpGenericServices()V
return-void
.end method
.method public static synthetic access$27700(Lcom/google/protobuf/DescriptorProtos$FileOptions;Z)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setDeprecated(Z)V
return-void
.end method
.method public static synthetic access$27800(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearDeprecated()V
return-void
.end method
.method public static synthetic access$27900(Lcom/google/protobuf/DescriptorProtos$FileOptions;Z)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setCcEnableArenas(Z)V
return-void
.end method
.method public static synthetic access$28000(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearCcEnableArenas()V
return-void
.end method
.method public static synthetic access$28100(Lcom/google/protobuf/DescriptorProtos$FileOptions;Ljava/lang/String;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setObjcClassPrefix(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$28200(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearObjcClassPrefix()V
return-void
.end method
.method public static synthetic access$28300(Lcom/google/protobuf/DescriptorProtos$FileOptions;Lcom/google/protobuf/ByteString;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setObjcClassPrefixBytes(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method public static synthetic access$28400(Lcom/google/protobuf/DescriptorProtos$FileOptions;Ljava/lang/String;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setCsharpNamespace(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$28500(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearCsharpNamespace()V
return-void
.end method
.method public static synthetic access$28600(Lcom/google/protobuf/DescriptorProtos$FileOptions;Lcom/google/protobuf/ByteString;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setCsharpNamespaceBytes(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method public static synthetic access$28700(Lcom/google/protobuf/DescriptorProtos$FileOptions;Ljava/lang/String;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setSwiftPrefix(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$28800(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearSwiftPrefix()V
return-void
.end method
.method public static synthetic access$28900(Lcom/google/protobuf/DescriptorProtos$FileOptions;Lcom/google/protobuf/ByteString;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setSwiftPrefixBytes(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method public static synthetic access$29000(Lcom/google/protobuf/DescriptorProtos$FileOptions;Ljava/lang/String;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setPhpClassPrefix(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$29100(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearPhpClassPrefix()V
return-void
.end method
.method public static synthetic access$29200(Lcom/google/protobuf/DescriptorProtos$FileOptions;Lcom/google/protobuf/ByteString;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setPhpClassPrefixBytes(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method public static synthetic access$29300(Lcom/google/protobuf/DescriptorProtos$FileOptions;Ljava/lang/String;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setPhpNamespace(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$29400(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearPhpNamespace()V
return-void
.end method
.method public static synthetic access$29500(Lcom/google/protobuf/DescriptorProtos$FileOptions;Lcom/google/protobuf/ByteString;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setPhpNamespaceBytes(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method public static synthetic access$29600(Lcom/google/protobuf/DescriptorProtos$FileOptions;Ljava/lang/String;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setPhpMetadataNamespace(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$29700(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearPhpMetadataNamespace()V
return-void
.end method
.method public static synthetic access$29800(Lcom/google/protobuf/DescriptorProtos$FileOptions;Lcom/google/protobuf/ByteString;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setPhpMetadataNamespaceBytes(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method public static synthetic access$29900(Lcom/google/protobuf/DescriptorProtos$FileOptions;Ljava/lang/String;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setRubyPackage(Ljava/lang/String;)V
return-void
.end method
.method public static synthetic access$30000(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearRubyPackage()V
return-void
.end method
.method public static synthetic access$30100(Lcom/google/protobuf/DescriptorProtos$FileOptions;Lcom/google/protobuf/ByteString;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setRubyPackageBytes(Lcom/google/protobuf/ByteString;)V
return-void
.end method
.method public static synthetic access$30200(Lcom/google/protobuf/DescriptorProtos$FileOptions;ILcom/google/protobuf/DescriptorProtos$UninterpretedOption;)V
.locals 0
.line 14418
invoke-direct {p0, p1, p2}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->setUninterpretedOption(ILcom/google/protobuf/DescriptorProtos$UninterpretedOption;)V
return-void
.end method
.method public static synthetic access$30300(Lcom/google/protobuf/DescriptorProtos$FileOptions;Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->addUninterpretedOption(Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;)V
return-void
.end method
.method public static synthetic access$30400(Lcom/google/protobuf/DescriptorProtos$FileOptions;ILcom/google/protobuf/DescriptorProtos$UninterpretedOption;)V
.locals 0
.line 14418
invoke-direct {p0, p1, p2}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->addUninterpretedOption(ILcom/google/protobuf/DescriptorProtos$UninterpretedOption;)V
return-void
.end method
.method public static synthetic access$30500(Lcom/google/protobuf/DescriptorProtos$FileOptions;Ljava/lang/Iterable;)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->addAllUninterpretedOption(Ljava/lang/Iterable;)V
return-void
.end method
.method public static synthetic access$30600(Lcom/google/protobuf/DescriptorProtos$FileOptions;)V
.locals 0
.line 14418
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->clearUninterpretedOption()V
return-void
.end method
.method public static synthetic access$30700(Lcom/google/protobuf/DescriptorProtos$FileOptions;I)V
.locals 0
.line 14418
invoke-direct {p0, p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->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 16118
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->ensureUninterpretedOptionIsMutable()V
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
.line 16119
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 16104
invoke-virtual {p2}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 16105
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->ensureUninterpretedOptionIsMutable()V
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
.line 16106
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 16090
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 16091
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->ensureUninterpretedOptionIsMutable()V
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
.line 16092
invoke-interface {v0, p1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
return-void
.end method
.method private clearCcEnableArenas()V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit16 v0, v0, -0x1001
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/4 v0, 0x1
iput-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->ccEnableArenas_:Z
return-void
.end method
.method private clearCcGenericServices()V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit16 v0, v0, -0x81
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->ccGenericServices_:Z
return-void
.end method
.method private clearCsharpNamespace()V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit16 v0, v0, -0x4001
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
.line 15531
invoke-static {}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getDefaultInstance()Lcom/google/protobuf/DescriptorProtos$FileOptions;
move-result-object v0
invoke-virtual {v0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getCsharpNamespace()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->csharpNamespace_:Ljava/lang/String;
return-void
.end method
.method private clearDeprecated()V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit16 v0, v0, -0x801
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->deprecated_:Z
return-void
.end method
.method private clearGoPackage()V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit8 v0, v0, -0x41
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
.line 15065
invoke-static {}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getDefaultInstance()Lcom/google/protobuf/DescriptorProtos$FileOptions;
move-result-object v0
invoke-virtual {v0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getGoPackage()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->goPackage_:Ljava/lang/String;
return-void
.end method
.method private clearJavaGenerateEqualsAndHash()V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit8 v0, v0, -0x9
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaGenerateEqualsAndHash_:Z
return-void
.end method
.method private clearJavaGenericServices()V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit16 v0, v0, -0x101
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaGenericServices_:Z
return-void
.end method
.method private clearJavaMultipleFiles()V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit8 v0, v0, -0x5
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaMultipleFiles_:Z
return-void
.end method
.method private clearJavaOuterClassname()V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit8 v0, v0, -0x3
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
.line 14738
invoke-static {}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getDefaultInstance()Lcom/google/protobuf/DescriptorProtos$FileOptions;
move-result-object v0
invoke-virtual {v0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getJavaOuterClassname()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaOuterClassname_:Ljava/lang/String;
return-void
.end method
.method private clearJavaPackage()V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit8 v0, v0, -0x2
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
.line 14637
invoke-static {}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getDefaultInstance()Lcom/google/protobuf/DescriptorProtos$FileOptions;
move-result-object v0
invoke-virtual {v0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getJavaPackage()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaPackage_:Ljava/lang/String;
return-void
.end method
.method private clearJavaStringCheckUtf8()V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit8 v0, v0, -0x11
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaStringCheckUtf8_:Z
return-void
.end method
.method private clearObjcClassPrefix()V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit16 v0, v0, -0x2001
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
.line 15452
invoke-static {}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getDefaultInstance()Lcom/google/protobuf/DescriptorProtos$FileOptions;
move-result-object v0
invoke-virtual {v0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getObjcClassPrefix()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->objcClassPrefix_:Ljava/lang/String;
return-void
.end method
.method private clearOptimizeFor()V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit8 v0, v0, -0x21
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/4 v0, 0x1
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->optimizeFor_:I
return-void
.end method
.method private clearPhpClassPrefix()V
.locals 2
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const v1, -0x10001
and-int/2addr v0, v1
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
.line 15710
invoke-static {}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getDefaultInstance()Lcom/google/protobuf/DescriptorProtos$FileOptions;
move-result-object v0
invoke-virtual {v0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getPhpClassPrefix()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpClassPrefix_:Ljava/lang/String;
return-void
.end method
.method private clearPhpGenericServices()V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit16 v0, v0, -0x401
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpGenericServices_:Z
return-void
.end method
.method private clearPhpMetadataNamespace()V
.locals 2
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const v1, -0x40001
and-int/2addr v0, v1
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
.line 15889
invoke-static {}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getDefaultInstance()Lcom/google/protobuf/DescriptorProtos$FileOptions;
move-result-object v0
invoke-virtual {v0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getPhpMetadataNamespace()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpMetadataNamespace_:Ljava/lang/String;
return-void
.end method
.method private clearPhpNamespace()V
.locals 2
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const v1, -0x20001
and-int/2addr v0, v1
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
.line 15799
invoke-static {}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getDefaultInstance()Lcom/google/protobuf/DescriptorProtos$FileOptions;
move-result-object v0
invoke-virtual {v0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getPhpNamespace()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpNamespace_:Ljava/lang/String;
return-void
.end method
.method private clearPyGenericServices()V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit16 v0, v0, -0x201
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->pyGenericServices_:Z
return-void
.end method
.method private clearRubyPackage()V
.locals 2
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const v1, -0x80001
and-int/2addr v0, v1
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
.line 15979
invoke-static {}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getDefaultInstance()Lcom/google/protobuf/DescriptorProtos$FileOptions;
move-result-object v0
invoke-virtual {v0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getRubyPackage()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->rubyPackage_:Ljava/lang/String;
return-void
.end method
.method private clearSwiftPrefix()V
.locals 2
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const v1, -0x8001
and-int/2addr v0, v1
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
.line 15624
invoke-static {}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getDefaultInstance()Lcom/google/protobuf/DescriptorProtos$FileOptions;
move-result-object v0
invoke-virtual {v0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->getSwiftPrefix()Ljava/lang/String;
move-result-object v0
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->swiftPrefix_:Ljava/lang/String;
return-void
.end method
.method private clearUninterpretedOption()V
.locals 1
.line 16131
invoke-static {}, Lcom/google/protobuf/GeneratedMessageLite;->emptyProtobufList()Lcom/google/protobuf/Internal$ProtobufList;
move-result-object v0
iput-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
return-void
.end method
.method private ensureUninterpretedOptionIsMutable()V
.locals 2
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
.line 16061
invoke-interface {v0}, Lcom/google/protobuf/Internal$ProtobufList;->isModifiable()Z
move-result v1
if-nez v1, :cond_0
.line 16063
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$FileOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
:cond_0
return-void
.end method
.method public static getDefaultInstance()Lcom/google/protobuf/DescriptorProtos$FileOptions;
.locals 1
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
return-object v0
.end method
.method public static newBuilder()Lcom/google/protobuf/DescriptorProtos$FileOptions$Builder;
.locals 1
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 16221
invoke-virtual {v0}, Lcom/google/protobuf/GeneratedMessageLite;->createBuilder()Lcom/google/protobuf/GeneratedMessageLite$Builder;
move-result-object v0
check-cast v0, Lcom/google/protobuf/DescriptorProtos$FileOptions$Builder;
return-object v0
.end method
.method public static newBuilder(Lcom/google/protobuf/DescriptorProtos$FileOptions;)Lcom/google/protobuf/DescriptorProtos$FileOptions$Builder;
.locals 1
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 16224
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$FileOptions$Builder;
return-object p0
.end method
.method public static parseDelimitedFrom(Ljava/io/InputStream;)Lcom/google/protobuf/DescriptorProtos$FileOptions;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 16198
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$FileOptions;
return-object p0
.end method
.method public static parseDelimitedFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$FileOptions;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 16204
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$FileOptions;
return-object p0
.end method
.method public static parseFrom(Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/DescriptorProtos$FileOptions;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 16162
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$FileOptions;
return-object p0
.end method
.method public static parseFrom(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$FileOptions;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 16169
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$FileOptions;
return-object p0
.end method
.method public static parseFrom(Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/DescriptorProtos$FileOptions;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 16209
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$FileOptions;
return-object p0
.end method
.method public static parseFrom(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$FileOptions;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 16216
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$FileOptions;
return-object p0
.end method
.method public static parseFrom(Ljava/io/InputStream;)Lcom/google/protobuf/DescriptorProtos$FileOptions;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 16186
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$FileOptions;
return-object p0
.end method
.method public static parseFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$FileOptions;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 16193
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$FileOptions;
return-object p0
.end method
.method public static parseFrom(Ljava/nio/ByteBuffer;)Lcom/google/protobuf/DescriptorProtos$FileOptions;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 16149
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$FileOptions;
return-object p0
.end method
.method public static parseFrom(Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$FileOptions;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 16156
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$FileOptions;
return-object p0
.end method
.method public static parseFrom([B)Lcom/google/protobuf/DescriptorProtos$FileOptions;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 16174
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$FileOptions;
return-object p0
.end method
.method public static parseFrom([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$FileOptions;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 16181
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$FileOptions;
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$FileOptions;",
">;"
}
.end annotation
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 17988
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 16142
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->ensureUninterpretedOptionIsMutable()V
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
.line 16143
invoke-interface {v0, p1}, Ljava/util/List;->remove(I)Ljava/lang/Object;
return-void
.end method
.method private setCcEnableArenas(Z)V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit16 v0, v0, 0x1000
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-boolean p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->ccEnableArenas_:Z
return-void
.end method
.method private setCcGenericServices(Z)V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit16 v0, v0, 0x80
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-boolean p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->ccGenericServices_:Z
return-void
.end method
.method private setCsharpNamespace(Ljava/lang/String;)V
.locals 1
.line 15518
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit16 v0, v0, 0x4000
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->csharpNamespace_:Ljava/lang/String;
return-void
.end method
.method private setCsharpNamespaceBytes(Lcom/google/protobuf/ByteString;)V
.locals 0
.line 15543
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->csharpNamespace_:Ljava/lang/String;
iget p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit16 p1, p1, 0x4000
iput p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
return-void
.end method
.method private setDeprecated(Z)V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit16 v0, v0, 0x800
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-boolean p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->deprecated_:Z
return-void
.end method
.method private setGoPackage(Ljava/lang/String;)V
.locals 1
.line 15048
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit8 v0, v0, 0x40
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->goPackage_:Ljava/lang/String;
return-void
.end method
.method private setGoPackageBytes(Lcom/google/protobuf/ByteString;)V
.locals 0
.line 15081
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->goPackage_:Ljava/lang/String;
iget p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit8 p1, p1, 0x40
iput p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
return-void
.end method
.method private setJavaGenerateEqualsAndHash(Z)V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit8 v0, v0, 0x8
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-boolean p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaGenerateEqualsAndHash_:Z
return-void
.end method
.method private setJavaGenericServices(Z)V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit16 v0, v0, 0x100
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-boolean p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaGenericServices_:Z
return-void
.end method
.method private setJavaMultipleFiles(Z)V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit8 v0, v0, 0x4
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-boolean p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaMultipleFiles_:Z
return-void
.end method
.method private setJavaOuterClassname(Ljava/lang/String;)V
.locals 1
.line 14721
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit8 v0, v0, 0x2
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaOuterClassname_:Ljava/lang/String;
return-void
.end method
.method private setJavaOuterClassnameBytes(Lcom/google/protobuf/ByteString;)V
.locals 0
.line 14754
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaOuterClassname_:Ljava/lang/String;
iget p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit8 p1, p1, 0x2
iput p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
return-void
.end method
.method private setJavaPackage(Ljava/lang/String;)V
.locals 1
.line 14621
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit8 v0, v0, 0x1
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaPackage_:Ljava/lang/String;
return-void
.end method
.method private setJavaPackageBytes(Lcom/google/protobuf/ByteString;)V
.locals 0
.line 14652
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaPackage_:Ljava/lang/String;
iget p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit8 p1, p1, 0x1
iput p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
return-void
.end method
.method private setJavaStringCheckUtf8(Z)V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit8 v0, v0, 0x10
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-boolean p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaStringCheckUtf8_:Z
return-void
.end method
.method private setObjcClassPrefix(Ljava/lang/String;)V
.locals 1
.line 15438
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit16 v0, v0, 0x2000
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->objcClassPrefix_:Ljava/lang/String;
return-void
.end method
.method private setObjcClassPrefixBytes(Lcom/google/protobuf/ByteString;)V
.locals 0
.line 15465
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->objcClassPrefix_:Ljava/lang/String;
iget p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit16 p1, p1, 0x2000
iput p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
return-void
.end method
.method private setOptimizeFor(Lcom/google/protobuf/DescriptorProtos$FileOptions$OptimizeMode;)V
.locals 0
.line 14972
invoke-virtual {p1}, Lcom/google/protobuf/DescriptorProtos$FileOptions$OptimizeMode;->getNumber()I
move-result p1
iput p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->optimizeFor_:I
iget p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit8 p1, p1, 0x20
iput p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
return-void
.end method
.method private setPhpClassPrefix(Ljava/lang/String;)V
.locals 2
.line 15696
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/high16 v1, 0x10000
or-int/2addr v0, v1
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpClassPrefix_:Ljava/lang/String;
return-void
.end method
.method private setPhpClassPrefixBytes(Lcom/google/protobuf/ByteString;)V
.locals 1
.line 15723
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpClassPrefix_:Ljava/lang/String;
iget p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/high16 v0, 0x10000
or-int/2addr p1, v0
iput p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
return-void
.end method
.method private setPhpGenericServices(Z)V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit16 v0, v0, 0x400
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-boolean p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpGenericServices_:Z
return-void
.end method
.method private setPhpMetadataNamespace(Ljava/lang/String;)V
.locals 2
.line 15874
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/high16 v1, 0x40000
or-int/2addr v0, v1
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpMetadataNamespace_:Ljava/lang/String;
return-void
.end method
.method private setPhpMetadataNamespaceBytes(Lcom/google/protobuf/ByteString;)V
.locals 1
.line 15903
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpMetadataNamespace_:Ljava/lang/String;
iget p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/high16 v0, 0x40000
or-int/2addr p1, v0
iput p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
return-void
.end method
.method private setPhpNamespace(Ljava/lang/String;)V
.locals 2
.line 15784
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/high16 v1, 0x20000
or-int/2addr v0, v1
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpNamespace_:Ljava/lang/String;
return-void
.end method
.method private setPhpNamespaceBytes(Lcom/google/protobuf/ByteString;)V
.locals 1
.line 15813
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpNamespace_:Ljava/lang/String;
iget p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/high16 v0, 0x20000
or-int/2addr p1, v0
iput p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
return-void
.end method
.method private setPyGenericServices(Z)V
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
or-int/lit16 v0, v0, 0x200
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-boolean p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->pyGenericServices_:Z
return-void
.end method
.method private setRubyPackage(Ljava/lang/String;)V
.locals 2
.line 15964
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/high16 v1, 0x80000
or-int/2addr v0, v1
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->rubyPackage_:Ljava/lang/String;
return-void
.end method
.method private setRubyPackageBytes(Lcom/google/protobuf/ByteString;)V
.locals 1
.line 15993
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->rubyPackage_:Ljava/lang/String;
iget p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/high16 v0, 0x80000
or-int/2addr p1, v0
iput p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
return-void
.end method
.method private setSwiftPrefix(Ljava/lang/String;)V
.locals 2
.line 15608
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const v1, 0x8000
or-int/2addr v0, v1
iput v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->swiftPrefix_:Ljava/lang/String;
return-void
.end method
.method private setSwiftPrefixBytes(Lcom/google/protobuf/ByteString;)V
.locals 1
.line 15639
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object p1
iput-object p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->swiftPrefix_:Ljava/lang/String;
iget p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const v0, 0x8000
or-int/2addr p1, v0
iput p1, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
return-void
.end method
.method private setUninterpretedOption(ILcom/google/protobuf/DescriptorProtos$UninterpretedOption;)V
.locals 1
.line 16077
invoke-virtual {p2}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 16078
invoke-direct {p0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;->ensureUninterpretedOptionIsMutable()V
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
.line 16079
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 26
move-object/from16 v1, p0
.line 17897
sget-object v0, Lcom/google/protobuf/DescriptorProtos$1;->$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke:[I
invoke-virtual/range {p1 .. p1}, Ljava/lang/Enum;->ordinal()I
move-result v2
aget v0, v0, v2
const/4 v2, 0x0
packed-switch v0, :pswitch_data_0
.line 17966
new-instance v0, Ljava/lang/UnsupportedOperationException;
invoke-direct {v0}, Ljava/lang/UnsupportedOperationException;-><init>()V
throw v0
:pswitch_0
if-nez p2, :cond_0
const/4 v0, 0x0
goto :goto_0
:cond_0
const/4 v0, 0x1
:goto_0
int-to-byte v0, v0
iput-byte v0, v1, Lcom/google/protobuf/DescriptorProtos$FileOptions;->memoizedIsInitialized:B
return-object v2
:pswitch_1
iget-byte v0, v1, Lcom/google/protobuf/DescriptorProtos$FileOptions;->memoizedIsInitialized:B
.line 17959
invoke-static {v0}, Ljava/lang/Byte;->valueOf(B)Ljava/lang/Byte;
move-result-object v0
return-object v0
:pswitch_2
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->PARSER:Lcom/google/protobuf/Parser;
if-nez v0, :cond_2
const-class v2, Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 17946
monitor-enter v2
:try_start_0
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->PARSER:Lcom/google/protobuf/Parser;
if-nez v0, :cond_1
.line 17949
new-instance v0, Lcom/google/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser;
sget-object v3, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
invoke-direct {v0, v3}, Lcom/google/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser;-><init>(Lcom/google/protobuf/GeneratedMessageLite;)V
sput-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->PARSER:Lcom/google/protobuf/Parser;
goto :goto_1
:catchall_0
move-exception v0
goto :goto_2
.line 17954
:cond_1
:goto_1
monitor-exit v2
goto :goto_3
:goto_2
monitor-exit v2
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
throw v0
:cond_2
:goto_3
return-object v0
:pswitch_3
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
return-object v0
:pswitch_4
const-string v2, "bitField0_"
const-string v3, "javaPackage_"
const-string v4, "javaOuterClassname_"
const-string v5, "optimizeFor_"
.line 17910
invoke-static {}, Lcom/google/protobuf/DescriptorProtos$FileOptions$OptimizeMode;->internalGetVerifier()Lcom/google/protobuf/Internal$EnumVerifier;
move-result-object v6
const-string v7, "javaMultipleFiles_"
const-string v8, "goPackage_"
const-string v9, "ccGenericServices_"
const-string v10, "javaGenericServices_"
const-string v11, "pyGenericServices_"
const-string v12, "javaGenerateEqualsAndHash_"
const-string v13, "deprecated_"
const-string v14, "javaStringCheckUtf8_"
const-string v15, "ccEnableArenas_"
const-string v16, "objcClassPrefix_"
const-string v17, "csharpNamespace_"
const-string v18, "swiftPrefix_"
const-string v19, "phpClassPrefix_"
const-string v20, "phpNamespace_"
const-string v21, "phpGenericServices_"
const-string v22, "phpMetadataNamespace_"
const-string v23, "rubyPackage_"
const-string v24, "uninterpretedOption_"
const-class v25, Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
filled-new-array/range {v2 .. v25}, [Ljava/lang/Object;
move-result-object v0
const-string v2, "\u0001\u0015\u0000\u0001\u0001\u03e7\u0015\u0000\u0001\u0001\u0001\u1008\u0000\u0008\u1008\u0001\t\u100c\u0005\n\u1007\u0002\u000b\u1008\u0006\u0010\u1007\u0007\u0011\u1007\u0008\u0012\u1007\t\u0014\u1007\u0003\u0017\u1007\u000b\u001b\u1007\u0004\u001f\u1007\u000c$\u1008\r%\u1008\u000e\'\u1008\u000f(\u1008\u0010)\u1008\u0011*\u1007\n,\u1008\u0012-\u1008\u0013\u03e7\u041b"
sget-object v3, Lcom/google/protobuf/DescriptorProtos$FileOptions;->DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$FileOptions;
.line 17937
invoke-static {v3, v2, v0}, Lcom/google/protobuf/GeneratedMessageLite;->newMessageInfo(Lcom/google/protobuf/MessageLite;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v0
return-object v0
.line 17902
:pswitch_5
new-instance v0, Lcom/google/protobuf/DescriptorProtos$FileOptions$Builder;
invoke-direct {v0, v2}, Lcom/google/protobuf/DescriptorProtos$FileOptions$Builder;-><init>(Lcom/google/protobuf/DescriptorProtos$1;)V
return-object v0
.line 17899
:pswitch_6
new-instance v0, Lcom/google/protobuf/DescriptorProtos$FileOptions;
invoke-direct {v0}, Lcom/google/protobuf/DescriptorProtos$FileOptions;-><init>()V
return-object v0
: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 getCcEnableArenas()Z
.locals 1
iget-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->ccEnableArenas_:Z
return v0
.end method
.method public getCcGenericServices()Z
.locals 1
iget-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->ccGenericServices_:Z
return v0
.end method
.method public getCsharpNamespace()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->csharpNamespace_:Ljava/lang/String;
return-object v0
.end method
.method public getCsharpNamespaceBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->csharpNamespace_:Ljava/lang/String;
.line 15506
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 getDeprecated()Z
.locals 1
iget-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->deprecated_:Z
return v0
.end method
.method public getGoPackage()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->goPackage_:Ljava/lang/String;
return-object v0
.end method
.method public getGoPackageBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->goPackage_:Ljava/lang/String;
.line 15032
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 getJavaGenerateEqualsAndHash()Z
.locals 1
.annotation runtime Ljava/lang/Deprecated;
.end annotation
iget-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaGenerateEqualsAndHash_:Z
return v0
.end method
.method public getJavaGenericServices()Z
.locals 1
iget-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaGenericServices_:Z
return v0
.end method
.method public getJavaMultipleFiles()Z
.locals 1
iget-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaMultipleFiles_:Z
return v0
.end method
.method public getJavaOuterClassname()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaOuterClassname_:Ljava/lang/String;
return-object v0
.end method
.method public getJavaOuterClassnameBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaOuterClassname_:Ljava/lang/String;
.line 14705
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 getJavaPackage()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaPackage_:Ljava/lang/String;
return-object v0
.end method
.method public getJavaPackageBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaPackage_:Ljava/lang/String;
.line 14606
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 getJavaStringCheckUtf8()Z
.locals 1
iget-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->javaStringCheckUtf8_:Z
return v0
.end method
.method public getObjcClassPrefix()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->objcClassPrefix_:Ljava/lang/String;
return-object v0
.end method
.method public getObjcClassPrefixBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->objcClassPrefix_:Ljava/lang/String;
.line 15425
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 getOptimizeFor()Lcom/google/protobuf/DescriptorProtos$FileOptions$OptimizeMode;
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->optimizeFor_:I
.line 14964
invoke-static {v0}, Lcom/google/protobuf/DescriptorProtos$FileOptions$OptimizeMode;->forNumber(I)Lcom/google/protobuf/DescriptorProtos$FileOptions$OptimizeMode;
move-result-object v0
if-nez v0, :cond_0
.line 14965
sget-object v0, Lcom/google/protobuf/DescriptorProtos$FileOptions$OptimizeMode;->SPEED:Lcom/google/protobuf/DescriptorProtos$FileOptions$OptimizeMode;
:cond_0
return-object v0
.end method
.method public getPhpClassPrefix()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpClassPrefix_:Ljava/lang/String;
return-object v0
.end method
.method public getPhpClassPrefixBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpClassPrefix_:Ljava/lang/String;
.line 15683
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 getPhpGenericServices()Z
.locals 1
iget-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpGenericServices_:Z
return v0
.end method
.method public getPhpMetadataNamespace()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpMetadataNamespace_:Ljava/lang/String;
return-object v0
.end method
.method public getPhpMetadataNamespaceBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpMetadataNamespace_:Ljava/lang/String;
.line 15860
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 getPhpNamespace()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpNamespace_:Ljava/lang/String;
return-object v0
.end method
.method public getPhpNamespaceBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->phpNamespace_:Ljava/lang/String;
.line 15770
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 getPyGenericServices()Z
.locals 1
iget-boolean v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->pyGenericServices_:Z
return v0
.end method
.method public getRubyPackage()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->rubyPackage_:Ljava/lang/String;
return-object v0
.end method
.method public getRubyPackageBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->rubyPackage_:Ljava/lang/String;
.line 15950
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 getSwiftPrefix()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->swiftPrefix_:Ljava/lang/String;
return-object v0
.end method
.method public getSwiftPrefixBytes()Lcom/google/protobuf/ByteString;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->swiftPrefix_:Ljava/lang/String;
.line 15593
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 getUninterpretedOption(I)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
.line 16045
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$FileOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
.line 16033
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$FileOptions;->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$FileOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
.line 16057
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$FileOptions;->uninterpretedOption_:Lcom/google/protobuf/Internal$ProtobufList;
return-object v0
.end method
.method public hasCcEnableArenas()Z
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit16 v0, v0, 0x1000
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 hasCcGenericServices()Z
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit16 v0, v0, 0x80
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 hasCsharpNamespace()Z
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit16 v0, v0, 0x4000
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 hasDeprecated()Z
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit16 v0, v0, 0x800
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 hasGoPackage()Z
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit8 v0, v0, 0x40
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 hasJavaGenerateEqualsAndHash()Z
.locals 1
.annotation runtime Ljava/lang/Deprecated;
.end annotation
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->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 hasJavaGenericServices()Z
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit16 v0, v0, 0x100
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 hasJavaMultipleFiles()Z
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->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 hasJavaOuterClassname()Z
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->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 hasJavaPackage()Z
.locals 2
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->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 hasJavaStringCheckUtf8()Z
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->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 hasObjcClassPrefix()Z
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit16 v0, v0, 0x2000
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 hasOptimizeFor()Z
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->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
.method public hasPhpClassPrefix()Z
.locals 2
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/high16 v1, 0x10000
and-int/2addr v0, v1
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 hasPhpGenericServices()Z
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit16 v0, v0, 0x400
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 hasPhpMetadataNamespace()Z
.locals 2
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/high16 v1, 0x40000
and-int/2addr v0, v1
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 hasPhpNamespace()Z
.locals 2
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/high16 v1, 0x20000
and-int/2addr v0, v1
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 hasPyGenericServices()Z
.locals 1
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
and-int/lit16 v0, v0, 0x200
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 hasRubyPackage()Z
.locals 2
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const/high16 v1, 0x80000
and-int/2addr v0, v1
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 hasSwiftPrefix()Z
.locals 2
iget v0, p0, Lcom/google/protobuf/DescriptorProtos$FileOptions;->bitField0_:I
const v1, 0x8000
and-int/2addr v0, v1
if-eqz v0, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
return v0
.end method