public final class com.google.protobuf.DescriptorProtos$OneofOptions extends com.google.protobuf.GeneratedMessageV3$ExtendableMessage<com.google.protobuf.DescriptorProtos$OneofOptions> implements com.google.protobuf.DescriptorProtos$OneofOptionsOrBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.DescriptorProtos$OneofOptions
  super_class: com.google.protobuf.GeneratedMessageV3$ExtendableMessage
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int UNINTERPRETED_OPTION_FIELD_NUMBER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 999

  private java.util.List<com.google.protobuf.DescriptorProtos$UninterpretedOption> uninterpretedOption_;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;>;

  private byte memoizedIsInitialized;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  private static final com.google.protobuf.DescriptorProtos$OneofOptions DEFAULT_INSTANCE;
    descriptor: Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final com.google.protobuf.Parser<com.google.protobuf.DescriptorProtos$OneofOptions> PARSER;
    descriptor: Lcom/google/protobuf/Parser;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lcom/google/protobuf/Parser<Lcom/google/protobuf/DescriptorProtos$OneofOptions;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 31167
            new com.google.protobuf.DescriptorProtos$OneofOptions
            dup
            invokespecial com.google.protobuf.DescriptorProtos$OneofOptions.<init>:()V
            putstatic com.google.protobuf.DescriptorProtos$OneofOptions.DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$OneofOptions;
         1: .line 31175
            new com.google.protobuf.DescriptorProtos$OneofOptions$1
            dup
            invokespecial com.google.protobuf.DescriptorProtos$OneofOptions$1.<init>:()V
            putstatic com.google.protobuf.DescriptorProtos$OneofOptions.PARSER:Lcom/google/protobuf/Parser;
         2: .line 31183
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(com.google.protobuf.GeneratedMessageV3$ExtendableBuilder<com.google.protobuf.DescriptorProtos$OneofOptions, ?>);
    descriptor: (Lcom/google/protobuf/GeneratedMessageV3$ExtendableBuilder;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
        start local 1 // com.google.protobuf.GeneratedMessageV3$ExtendableBuilder builder
         0: .line 30304
            aload 0 /* this */
            aload 1 /* builder */
            invokespecial com.google.protobuf.GeneratedMessageV3$ExtendableMessage.<init>:(Lcom/google/protobuf/GeneratedMessageV3$ExtendableBuilder;)V
         1: .line 30440
            aload 0 /* this */
            iconst_m1
            putfield com.google.protobuf.DescriptorProtos$OneofOptions.memoizedIsInitialized:B
         2: .line 30305
            return
        end local 1 // com.google.protobuf.GeneratedMessageV3$ExtendableBuilder builder
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            0    3     1  builder  Lcom/google/protobuf/GeneratedMessageV3$ExtendableBuilder<Lcom/google/protobuf/DescriptorProtos$OneofOptions;*>;
    Signature: (Lcom/google/protobuf/GeneratedMessageV3$ExtendableBuilder<Lcom/google/protobuf/DescriptorProtos$OneofOptions;*>;)V
    MethodParameters:
         Name  Flags
      builder  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
         0: .line 30306
            aload 0 /* this */
            invokespecial com.google.protobuf.GeneratedMessageV3$ExtendableMessage.<init>:()V
         1: .line 30440
            aload 0 /* this */
            iconst_m1
            putfield com.google.protobuf.DescriptorProtos$OneofOptions.memoizedIsInitialized:B
         2: .line 30307
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.DescriptorProtos$OneofOptions.uninterpretedOption_:Ljava/util/List;
         3: .line 30308
            return
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;

  protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter);
    descriptor: (Lcom/google/protobuf/GeneratedMessageV3$UnusedPrivateParameter;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
        start local 1 // com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused
         0: .line 30314
            new com.google.protobuf.DescriptorProtos$OneofOptions
            dup
            invokespecial com.google.protobuf.DescriptorProtos$OneofOptions.<init>:()V
            areturn
        end local 1 // com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            0    1     1  unused  Lcom/google/protobuf/GeneratedMessageV3$UnusedPrivateParameter;
    MethodParameters:
        Name  Flags
      unused  

  public final com.google.protobuf.UnknownFieldSet getUnknownFields();
    descriptor: ()Lcom/google/protobuf/UnknownFieldSet;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
         0: .line 30320
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            areturn
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;

  private void <init>(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
        start local 1 // com.google.protobuf.CodedInputStream input
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 30326
            aload 0 /* this */
            invokespecial com.google.protobuf.DescriptorProtos$OneofOptions.<init>:()V
         1: .line 30327
            aload 2 /* extensionRegistry */
            ifnonnull 3
         2: .line 30328
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 30330
      StackMap locals: com.google.protobuf.DescriptorProtos$OneofOptions com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite
      StackMap stack:
            iconst_0
            istore 3 /* mutable_bitField0_ */
        start local 3 // int mutable_bitField0_
         4: .line 30332
            invokestatic com.google.protobuf.UnknownFieldSet.newBuilder:()Lcom/google/protobuf/UnknownFieldSet$Builder;
         5: .line 30331
            astore 4 /* unknownFields */
        start local 4 // com.google.protobuf.UnknownFieldSet$Builder unknownFields
         6: .line 30334
            iconst_0
            istore 5 /* done */
        start local 5 // boolean done
         7: .line 30335
            goto 24
         8: .line 30336
      StackMap locals: int com.google.protobuf.UnknownFieldSet$Builder int
      StackMap stack:
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 6 /* tag */
        start local 6 // int tag
         9: .line 30337
            iload 6 /* tag */
            lookupswitch { // 2
                    0: 10
                 7994: 12
              default: 19
          }
        10: .line 30339
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 5 /* done */
        11: .line 30340
            goto 24
        12: .line 30342
      StackMap locals:
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_1
            iand
            ifne 15
        13: .line 30343
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.google.protobuf.DescriptorProtos$OneofOptions.uninterpretedOption_:Ljava/util/List;
        14: .line 30344
            iload 3 /* mutable_bitField0_ */
            iconst_1
            ior
            istore 3 /* mutable_bitField0_ */
        15: .line 30346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.uninterpretedOption_:Ljava/util/List;
        16: .line 30347
            aload 1 /* input */
            getstatic com.google.protobuf.DescriptorProtos$UninterpretedOption.PARSER:Lcom/google/protobuf/Parser;
            aload 2 /* extensionRegistry */
            invokevirtual com.google.protobuf.CodedInputStream.readMessage:(Lcom/google/protobuf/Parser;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
            checkcast com.google.protobuf.DescriptorProtos$UninterpretedOption
        17: .line 30346
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        18: .line 30348
            goto 24
        19: .line 30351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        20: .line 30352
            aload 1 /* input */
            aload 4 /* unknownFields */
            aload 2 /* extensionRegistry */
            iload 6 /* tag */
        21: .line 30351
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.parseUnknownField:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/UnknownFieldSet$Builder;Lcom/google/protobuf/ExtensionRegistryLite;I)Z
        22: .line 30352
            ifne 24
        23: .line 30353
            iconst_1
            istore 5 /* done */
        end local 6 // int tag
        24: .line 30335
      StackMap locals:
      StackMap stack:
            iload 5 /* done */
            ifeq 8
        end local 5 // boolean done
        25: .line 30359
            goto 40
      StackMap locals: com.google.protobuf.DescriptorProtos$OneofOptions com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder
      StackMap stack: com.google.protobuf.InvalidProtocolBufferException
        26: astore 5 /* e */
        start local 5 // com.google.protobuf.InvalidProtocolBufferException e
        27: .line 30360
            aload 5 /* e */
            aload 0 /* this */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
            athrow
        end local 5 // com.google.protobuf.InvalidProtocolBufferException e
        28: .line 30361
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
        29: .line 30362
            new com.google.protobuf.InvalidProtocolBufferException
            dup
        30: .line 30363
            aload 5 /* e */
        31: .line 30362
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/io/IOException;)V
        32: .line 30363
            aload 0 /* this */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
        33: .line 30362
            athrow
        end local 5 // java.io.IOException e
        34: .line 30364
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        35: .line 30365
            iload 3 /* mutable_bitField0_ */
            iconst_1
            iand
            ifeq 37
        36: .line 30366
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.uninterpretedOption_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.DescriptorProtos$OneofOptions.uninterpretedOption_:Ljava/util/List;
        37: .line 30368
      StackMap locals: com.google.protobuf.DescriptorProtos$OneofOptions com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder top top java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            aload 4 /* unknownFields */
            invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
            putfield com.google.protobuf.DescriptorProtos$OneofOptions.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
        38: .line 30369
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.makeExtensionsImmutable:()V
        39: .line 30370
            aload 7
            athrow
        40: .line 30365
      StackMap locals: com.google.protobuf.DescriptorProtos$OneofOptions com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_1
            iand
            ifeq 42
        41: .line 30366
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.uninterpretedOption_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.DescriptorProtos$OneofOptions.uninterpretedOption_:Ljava/util/List;
        42: .line 30368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* unknownFields */
            invokevirtual com.google.protobuf.UnknownFieldSet$Builder.build:()Lcom/google/protobuf/UnknownFieldSet;
            putfield com.google.protobuf.DescriptorProtos$OneofOptions.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
        43: .line 30369
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.makeExtensionsImmutable:()V
        44: .line 30371
            return
        end local 4 // com.google.protobuf.UnknownFieldSet$Builder unknownFields
        end local 3 // int mutable_bitField0_
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.CodedInputStream input
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   45     0                this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            0   45     1               input  Lcom/google/protobuf/CodedInputStream;
            0   45     2   extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            4   45     3  mutable_bitField0_  I
            6   45     4       unknownFields  Lcom/google/protobuf/UnknownFieldSet$Builder;
            7   25     5                done  Z
            9   24     6                 tag  I
           27   28     5                   e  Lcom/google/protobuf/InvalidProtocolBufferException;
           29   34     5                   e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           6    25      26  Class com.google.protobuf.InvalidProtocolBufferException
           6    25      28  Class java.io.IOException
           6    34      34  any
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
                   Name  Flags
      input              
      extensionRegistry  

  public static final com.google.protobuf.Descriptors$Descriptor getDescriptor();
    descriptor: ()Lcom/google/protobuf/Descriptors$Descriptor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=1, locals=0, args_size=0
         0: .line 30374
            getstatic com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_OneofOptions_descriptor:Lcom/google/protobuf/Descriptors$Descriptor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected com.google.protobuf.GeneratedMessageV3$FieldAccessorTable internalGetFieldAccessorTable();
    descriptor: ()Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
         0: .line 30380
            getstatic com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_OneofOptions_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         1: .line 30382
            ldc Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            ldc Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
         2: .line 30381
            invokevirtual com.google.protobuf.GeneratedMessageV3$FieldAccessorTable.ensureFieldAccessorsInitialized:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         3: .line 30380
            areturn
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;

  public java.util.List<com.google.protobuf.DescriptorProtos$UninterpretedOption> getUninterpretedOptionList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
         0: .line 30395
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.uninterpretedOption_:Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    Signature: ()Ljava/util/List<Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;>;

  public java.util.List<? extends com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder> getUninterpretedOptionOrBuilderList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
         0: .line 30406
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.uninterpretedOption_:Ljava/util/List;
            areturn
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    Signature: ()Ljava/util/List<+Lcom/google/protobuf/DescriptorProtos$UninterpretedOptionOrBuilder;>;

  public int getUninterpretedOptionCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
         0: .line 30416
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.uninterpretedOption_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;

  public com.google.protobuf.DescriptorProtos$UninterpretedOption getUninterpretedOption(int);
    descriptor: (I)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
        start local 1 // int index
         0: .line 30426
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.uninterpretedOption_:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.DescriptorProtos$UninterpretedOption
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder getUninterpretedOptionOrBuilder(int);
    descriptor: (I)Lcom/google/protobuf/DescriptorProtos$UninterpretedOptionOrBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
        start local 1 // int index
         0: .line 30437
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.uninterpretedOption_:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder
            areturn
        end local 1 // int index
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final boolean isInitialized();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
         0: .line 30443
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.memoizedIsInitialized:B
            istore 1 /* isInitialized */
        start local 1 // byte isInitialized
         1: .line 30444
            iload 1 /* isInitialized */
            iconst_1
            if_icmpne 2
            iconst_1
            ireturn
         2: .line 30445
      StackMap locals: int
      StackMap stack:
            iload 1 /* isInitialized */
            ifne 3
            iconst_0
            ireturn
         3: .line 30447
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 9
         5: .line 30448
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.getUninterpretedOption:(I)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.isInitialized:()Z
            ifne 8
         6: .line 30449
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.DescriptorProtos$OneofOptions.memoizedIsInitialized:B
         7: .line 30450
            iconst_0
            ireturn
         8: .line 30447
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.getUninterpretedOptionCount:()I
            if_icmplt 5
        end local 2 // int i
        10: .line 30453
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.extensionsAreInitialized:()Z
            ifne 13
        11: .line 30454
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.DescriptorProtos$OneofOptions.memoizedIsInitialized:B
        12: .line 30455
            iconst_0
            ireturn
        13: .line 30457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.google.protobuf.DescriptorProtos$OneofOptions.memoizedIsInitialized:B
        14: .line 30458
            iconst_1
            ireturn
        end local 1 // byte isInitialized
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   15     0           this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            1   15     1  isInitialized  B
            4   10     2              i  I

  public void writeTo(com.google.protobuf.CodedOutputStream);
    descriptor: (Lcom/google/protobuf/CodedOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
        start local 1 // com.google.protobuf.CodedOutputStream output
         0: .line 30466
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.newExtensionWriter:()Lcom/google/protobuf/GeneratedMessageV3$ExtendableMessage$ExtensionWriter;
            astore 2 /* extensionWriter */
        start local 2 // com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter extensionWriter
         1: .line 30467
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 30468
      StackMap locals: com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter int
      StackMap stack:
            aload 1 /* output */
            sipush 999
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.uninterpretedOption_:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.MessageLite
            invokevirtual com.google.protobuf.CodedOutputStream.writeMessage:(ILcom/google/protobuf/MessageLite;)V
         4: .line 30467
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.uninterpretedOption_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 3
        end local 3 // int i
         6: .line 30470
            aload 2 /* extensionWriter */
            ldc 536870912
            aload 1 /* output */
            invokevirtual com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter.writeUntil:(ILcom/google/protobuf/CodedOutputStream;)V
         7: .line 30471
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            aload 1 /* output */
            invokevirtual com.google.protobuf.UnknownFieldSet.writeTo:(Lcom/google/protobuf/CodedOutputStream;)V
         8: .line 30472
            return
        end local 2 // com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter extensionWriter
        end local 1 // com.google.protobuf.CodedOutputStream output
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            0    9     1           output  Lcom/google/protobuf/CodedOutputStream;
            1    9     2  extensionWriter  Lcom/google/protobuf/GeneratedMessageV3$ExtendableMessage<Lcom/google/protobuf/DescriptorProtos$OneofOptions;>.ExtensionWriter;
            2    6     3                i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      output  

  public int getSerializedSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
         0: .line 30476
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.memoizedSize:I
            istore 1 /* size */
        start local 1 // int size
         1: .line 30477
            iload 1 /* size */
            iconst_m1
            if_icmpeq 2
            iload 1 /* size */
            ireturn
         2: .line 30479
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 1 /* size */
         3: .line 30480
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 8
         5: .line 30481
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
         6: .line 30482
            sipush 999
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.uninterpretedOption_:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.google.protobuf.MessageLite
            invokestatic com.google.protobuf.CodedOutputStream.computeMessageSize:(ILcom/google/protobuf/MessageLite;)I
            iadd
            istore 1 /* size */
         7: .line 30480
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.uninterpretedOption_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 5
        end local 2 // int i
         9: .line 30484
            iload 1 /* size */
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.extensionsSerializedSize:()I
            iadd
            istore 1 /* size */
        10: .line 30485
            iload 1 /* size */
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.getSerializedSize:()I
            iadd
            istore 1 /* size */
        11: .line 30486
            aload 0 /* this */
            iload 1 /* size */
            putfield com.google.protobuf.DescriptorProtos$OneofOptions.memoizedSize:I
        12: .line 30487
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            1   13     1  size  I
            4    9     2     i  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
        start local 1 // java.lang.Object obj
         0: .line 30492
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 30493
            iconst_1
            ireturn
         2: .line 30495
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof com.google.protobuf.DescriptorProtos$OneofOptions
            ifne 4
         3: .line 30496
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.google.protobuf.GeneratedMessageV3$ExtendableMessage.equals:(Ljava/lang/Object;)Z
            ireturn
         4: .line 30498
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.google.protobuf.DescriptorProtos$OneofOptions
            astore 2 /* other */
        start local 2 // com.google.protobuf.DescriptorProtos$OneofOptions other
         5: .line 30500
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.getUninterpretedOptionList:()Ljava/util/List;
         6: .line 30501
            aload 2 /* other */
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.getUninterpretedOptionList:()Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 7
            iconst_0
            ireturn
         7: .line 30502
      StackMap locals: com.google.protobuf.DescriptorProtos$OneofOptions
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            aload 2 /* other */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.equals:(Ljava/lang/Object;)Z
            ifne 8
            iconst_0
            ireturn
         8: .line 30503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.getExtensionFields:()Ljava/util/Map;
            aload 2 /* other */
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.getExtensionFields:()Ljava/util/Map;
            invokeinterface java.util.Map.equals:(Ljava/lang/Object;)Z
            ifne 10
         9: .line 30504
            iconst_0
            ireturn
        10: .line 30505
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.google.protobuf.DescriptorProtos$OneofOptions other
        end local 1 // java.lang.Object obj
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            0   11     1    obj  Ljava/lang/Object;
            5   11     2  other  Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    MethodParameters:
      Name  Flags
      obj   final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
         0: .line 30510
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.memoizedHashCode:I
            ifeq 2
         1: .line 30511
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.memoizedHashCode:I
            ireturn
         2: .line 30513
      StackMap locals:
      StackMap stack:
            bipush 41
            istore 1 /* hash */
        start local 1 // int hash
         3: .line 30514
            bipush 19
            iload 1 /* hash */
            imul
            invokestatic com.google.protobuf.DescriptorProtos$OneofOptions.getDescriptor:()Lcom/google/protobuf/Descriptors$Descriptor;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hash */
         4: .line 30515
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.getUninterpretedOptionCount:()I
            ifle 7
         5: .line 30516
            bipush 37
            iload 1 /* hash */
            imul
            sipush 999
            iadd
            istore 1 /* hash */
         6: .line 30517
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.getUninterpretedOptionList:()Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 1 /* hash */
         7: .line 30519
      StackMap locals: int
      StackMap stack:
            iload 1 /* hash */
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.getExtensionFields:()Ljava/util/Map;
            invokestatic com.google.protobuf.DescriptorProtos$OneofOptions.hashFields:(ILjava/util/Map;)I
            istore 1 /* hash */
         8: .line 30520
            bipush 29
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$OneofOptions.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.hashCode:()I
            iadd
            istore 1 /* hash */
         9: .line 30521
            aload 0 /* this */
            iload 1 /* hash */
            putfield com.google.protobuf.DescriptorProtos$OneofOptions.memoizedHashCode:I
        10: .line 30522
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            3   11     1  hash  I

  public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer data
         0: .line 30528
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            invokeinterface com.google.protobuf.Parser.parseFrom:(Ljava/nio/ByteBuffer;)Ljava/lang/Object;
            checkcast com.google.protobuf.DescriptorProtos$OneofOptions
            areturn
        end local 0 // java.nio.ByteBuffer data
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  data  Ljava/nio/ByteBuffer;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
      Name  Flags
      data  

  public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom(java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.nio.ByteBuffer data
        start local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 30534
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            aload 1 /* extensionRegistry */
            invokeinterface com.google.protobuf.Parser.parseFrom:(Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
            checkcast com.google.protobuf.DescriptorProtos$OneofOptions
            areturn
        end local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 0 // java.nio.ByteBuffer data
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               data  Ljava/nio/ByteBuffer;
            0    1     1  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
                   Name  Flags
      data               
      extensionRegistry  

  public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom(com.google.protobuf.ByteString);
    descriptor: (Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.ByteString data
         0: .line 30539
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            invokeinterface com.google.protobuf.Parser.parseFrom:(Lcom/google/protobuf/ByteString;)Ljava/lang/Object;
            checkcast com.google.protobuf.DescriptorProtos$OneofOptions
            areturn
        end local 0 // com.google.protobuf.ByteString data
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  data  Lcom/google/protobuf/ByteString;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
      Name  Flags
      data  

  public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.ByteString data
        start local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 30545
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            aload 1 /* extensionRegistry */
            invokeinterface com.google.protobuf.Parser.parseFrom:(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
            checkcast com.google.protobuf.DescriptorProtos$OneofOptions
            areturn
        end local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 0 // com.google.protobuf.ByteString data
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               data  Lcom/google/protobuf/ByteString;
            0    1     1  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
                   Name  Flags
      data               
      extensionRegistry  

  public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom(byte[]);
    descriptor: ([B)Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // byte[] data
         0: .line 30549
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            invokeinterface com.google.protobuf.Parser.parseFrom:([B)Ljava/lang/Object;
            checkcast com.google.protobuf.DescriptorProtos$OneofOptions
            areturn
        end local 0 // byte[] data
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  data  [B
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
      Name  Flags
      data  

  public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite);
    descriptor: ([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // byte[] data
        start local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 30555
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            aload 1 /* extensionRegistry */
            invokeinterface com.google.protobuf.Parser.parseFrom:([BLcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
            checkcast com.google.protobuf.DescriptorProtos$OneofOptions
            areturn
        end local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 0 // byte[] data
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               data  [B
            0    1     1  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    MethodParameters:
                   Name  Flags
      data               
      extensionRegistry  

  public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.InputStream input
         0: .line 30560
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* input */
            invokestatic com.google.protobuf.GeneratedMessageV3.parseWithIOException:(Lcom/google/protobuf/Parser;Ljava/io/InputStream;)Lcom/google/protobuf/Message;
            checkcast com.google.protobuf.DescriptorProtos$OneofOptions
         1: .line 30559
            areturn
        end local 0 // java.io.InputStream input
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  input  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  

  public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.io.InputStream input
        start local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 30567
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* input */
            aload 1 /* extensionRegistry */
            invokestatic com.google.protobuf.GeneratedMessageV3.parseWithIOException:(Lcom/google/protobuf/Parser;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Message;
            checkcast com.google.protobuf.DescriptorProtos$OneofOptions
         1: .line 30566
            areturn
        end local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 0 // java.io.InputStream input
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0              input  Ljava/io/InputStream;
            0    2     1  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                   Name  Flags
      input              
      extensionRegistry  

  public static com.google.protobuf.DescriptorProtos$OneofOptions parseDelimitedFrom(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.InputStream input
         0: .line 30572
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* input */
            invokestatic com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException:(Lcom/google/protobuf/Parser;Ljava/io/InputStream;)Lcom/google/protobuf/Message;
            checkcast com.google.protobuf.DescriptorProtos$OneofOptions
         1: .line 30571
            areturn
        end local 0 // java.io.InputStream input
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  input  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  

  public static com.google.protobuf.DescriptorProtos$OneofOptions parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.io.InputStream input
        start local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 30579
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* input */
            aload 1 /* extensionRegistry */
            invokestatic com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException:(Lcom/google/protobuf/Parser;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Message;
            checkcast com.google.protobuf.DescriptorProtos$OneofOptions
         1: .line 30578
            areturn
        end local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 0 // java.io.InputStream input
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0              input  Ljava/io/InputStream;
            0    2     1  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                   Name  Flags
      input              
      extensionRegistry  

  public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom(com.google.protobuf.CodedInputStream);
    descriptor: (Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStream input
         0: .line 30585
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* input */
            invokestatic com.google.protobuf.GeneratedMessageV3.parseWithIOException:(Lcom/google/protobuf/Parser;Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/Message;
            checkcast com.google.protobuf.DescriptorProtos$OneofOptions
         1: .line 30584
            areturn
        end local 0 // com.google.protobuf.CodedInputStream input
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  input  Lcom/google/protobuf/CodedInputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  

  public static com.google.protobuf.DescriptorProtos$OneofOptions parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.CodedInputStream input
        start local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 30592
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* input */
            aload 1 /* extensionRegistry */
            invokestatic com.google.protobuf.GeneratedMessageV3.parseWithIOException:(Lcom/google/protobuf/Parser;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Message;
            checkcast com.google.protobuf.DescriptorProtos$OneofOptions
         1: .line 30591
            areturn
        end local 1 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 0 // com.google.protobuf.CodedInputStream input
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0              input  Lcom/google/protobuf/CodedInputStream;
            0    2     1  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                   Name  Flags
      input              
      extensionRegistry  

  public com.google.protobuf.DescriptorProtos$OneofOptions$Builder newBuilderForType();
    descriptor: ()Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
         0: .line 30596
            invokestatic com.google.protobuf.DescriptorProtos$OneofOptions.newBuilder:()Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
            areturn
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;

  public static com.google.protobuf.DescriptorProtos$OneofOptions$Builder newBuilder();
    descriptor: ()Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 30598
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.toBuilder:()Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.protobuf.DescriptorProtos$OneofOptions$Builder newBuilder(com.google.protobuf.DescriptorProtos$OneofOptions);
    descriptor: (Lcom/google/protobuf/DescriptorProtos$OneofOptions;)Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions prototype
         0: .line 30601
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.toBuilder:()Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
            aload 0 /* prototype */
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions$Builder.mergeFrom:(Lcom/google/protobuf/DescriptorProtos$OneofOptions;)Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
            areturn
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions prototype
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  prototype  Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    MethodParameters:
           Name  Flags
      prototype  

  public com.google.protobuf.DescriptorProtos$OneofOptions$Builder toBuilder();
    descriptor: ()Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
         0: .line 30605
            aload 0 /* this */
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            if_acmpne 2
         1: .line 30606
            new com.google.protobuf.DescriptorProtos$OneofOptions$Builder
            dup
            invokespecial com.google.protobuf.DescriptorProtos$OneofOptions$Builder.<init>:()V
            goto 3
      StackMap locals:
      StackMap stack:
         2: new com.google.protobuf.DescriptorProtos$OneofOptions$Builder
            dup
            invokespecial com.google.protobuf.DescriptorProtos$OneofOptions$Builder.<init>:()V
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions$Builder.mergeFrom:(Lcom/google/protobuf/DescriptorProtos$OneofOptions;)Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
         3: .line 30605
      StackMap locals:
      StackMap stack: com.google.protobuf.DescriptorProtos$OneofOptions$Builder
            areturn
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;

  protected com.google.protobuf.DescriptorProtos$OneofOptions$Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3$BuilderParent);
    descriptor: (Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
        start local 1 // com.google.protobuf.GeneratedMessageV3$BuilderParent parent
         0: .line 30612
            new com.google.protobuf.DescriptorProtos$OneofOptions$Builder
            dup
            aload 1 /* parent */
            invokespecial com.google.protobuf.DescriptorProtos$OneofOptions$Builder.<init>:(Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)V
            astore 2 /* builder */
        start local 2 // com.google.protobuf.DescriptorProtos$OneofOptions$Builder builder
         1: .line 30613
            aload 2 /* builder */
            areturn
        end local 2 // com.google.protobuf.DescriptorProtos$OneofOptions$Builder builder
        end local 1 // com.google.protobuf.GeneratedMessageV3$BuilderParent parent
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            0    2     1   parent  Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;
            1    2     2  builder  Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
    MethodParameters:
        Name  Flags
      parent  

  public static com.google.protobuf.DescriptorProtos$OneofOptions getDefaultInstance();
    descriptor: ()Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 31171
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.protobuf.Parser<com.google.protobuf.DescriptorProtos$OneofOptions> parser();
    descriptor: ()Lcom/google/protobuf/Parser;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 31186
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.PARSER:Lcom/google/protobuf/Parser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Lcom/google/protobuf/Parser<Lcom/google/protobuf/DescriptorProtos$OneofOptions;>;

  public com.google.protobuf.Parser<com.google.protobuf.DescriptorProtos$OneofOptions> getParserForType();
    descriptor: ()Lcom/google/protobuf/Parser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
         0: .line 31191
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.PARSER:Lcom/google/protobuf/Parser;
            areturn
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    Signature: ()Lcom/google/protobuf/Parser<Lcom/google/protobuf/DescriptorProtos$OneofOptions;>;

  public com.google.protobuf.DescriptorProtos$OneofOptions getDefaultInstanceForType();
    descriptor: ()Lcom/google/protobuf/DescriptorProtos$OneofOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
         0: .line 31196
            getstatic com.google.protobuf.DescriptorProtos$OneofOptions.DEFAULT_INSTANCE:Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            areturn
        end local 0 // com.google.protobuf.DescriptorProtos$OneofOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/DescriptorProtos$OneofOptions;

  public com.google.protobuf.MessageLite getDefaultInstanceForType();
    descriptor: ()Lcom/google/protobuf/MessageLite;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.getDefaultInstanceForType:()Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.Message getDefaultInstanceForType();
    descriptor: ()Lcom/google/protobuf/Message;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.getDefaultInstanceForType:()Lcom/google/protobuf/DescriptorProtos$OneofOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected com.google.protobuf.Message$Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3$BuilderParent);
    descriptor: (Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)Lcom/google/protobuf/Message$Builder;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.newBuilderForType:(Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.MessageLite$Builder newBuilderForType();
    descriptor: ()Lcom/google/protobuf/MessageLite$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.newBuilderForType:()Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.Message$Builder newBuilderForType();
    descriptor: ()Lcom/google/protobuf/Message$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.newBuilderForType:()Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.MessageLite$Builder toBuilder();
    descriptor: ()Lcom/google/protobuf/MessageLite$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.toBuilder:()Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.protobuf.Message$Builder toBuilder();
    descriptor: ()Lcom/google/protobuf/Message$Builder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.protobuf.DescriptorProtos$OneofOptions.toBuilder:()Lcom/google/protobuf/DescriptorProtos$OneofOptions$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/google/protobuf/GeneratedMessageV3$ExtendableMessage<Lcom/google/protobuf/DescriptorProtos$OneofOptions;>;Lcom/google/protobuf/DescriptorProtos$OneofOptionsOrBuilder;
SourceFile: "DescriptorProtos.java"
NestHost: com.google.protobuf.DescriptorProtos
InnerClasses:
  public final OneofOptions = com.google.protobuf.DescriptorProtos$OneofOptions of com.google.protobuf.DescriptorProtos
  com.google.protobuf.DescriptorProtos$OneofOptions$1
  public final Builder = com.google.protobuf.DescriptorProtos$OneofOptions$Builder of com.google.protobuf.DescriptorProtos$OneofOptions
  public abstract OneofOptionsOrBuilder = com.google.protobuf.DescriptorProtos$OneofOptionsOrBuilder of com.google.protobuf.DescriptorProtos
  public final UninterpretedOption = com.google.protobuf.DescriptorProtos$UninterpretedOption of com.google.protobuf.DescriptorProtos
  public abstract UninterpretedOptionOrBuilder = com.google.protobuf.DescriptorProtos$UninterpretedOptionOrBuilder of com.google.protobuf.DescriptorProtos
  public final Descriptor = com.google.protobuf.Descriptors$Descriptor of com.google.protobuf.Descriptors
  public final FieldDescriptor = com.google.protobuf.Descriptors$FieldDescriptor of com.google.protobuf.Descriptors
  public abstract Builder = com.google.protobuf.GeneratedMessageV3$Builder of com.google.protobuf.GeneratedMessageV3
  protected abstract BuilderParent = com.google.protobuf.GeneratedMessageV3$BuilderParent of com.google.protobuf.GeneratedMessageV3
  public abstract ExtendableBuilder = com.google.protobuf.GeneratedMessageV3$ExtendableBuilder of com.google.protobuf.GeneratedMessageV3
  public abstract ExtendableMessage = com.google.protobuf.GeneratedMessageV3$ExtendableMessage of com.google.protobuf.GeneratedMessageV3
  protected ExtensionWriter = com.google.protobuf.GeneratedMessageV3$ExtendableMessage$ExtensionWriter of com.google.protobuf.GeneratedMessageV3$ExtendableMessage
  public final FieldAccessorTable = com.google.protobuf.GeneratedMessageV3$FieldAccessorTable of com.google.protobuf.GeneratedMessageV3
  protected final UnusedPrivateParameter = com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter of com.google.protobuf.GeneratedMessageV3
  public abstract Builder = com.google.protobuf.Message$Builder of com.google.protobuf.Message
  public abstract Builder = com.google.protobuf.MessageLite$Builder of com.google.protobuf.MessageLite
  public final Builder = com.google.protobuf.UnknownFieldSet$Builder of com.google.protobuf.UnknownFieldSet