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

  private int bitField0_;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private volatile java.lang.Object identifierValue_;
    descriptor: Ljava/lang/Object;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

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

  private long positiveIntValue_;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  private long negativeIntValue_;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  private double doubleValue_;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

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

  private com.google.protobuf.ByteString stringValue_;
    descriptor: Lcom/google/protobuf/ByteString;
    flags: (0x0002) ACC_PRIVATE

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

  private volatile java.lang.Object aggregateValue_;
    descriptor: Ljava/lang/Object;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

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

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

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

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

  private void <init>(com.google.protobuf.GeneratedMessageV3$Builder<?>);
    descriptor: (Lcom/google/protobuf/GeneratedMessageV3$Builder;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
        start local 1 // com.google.protobuf.GeneratedMessageV3$Builder builder
         0: .line 36161
            aload 0 /* this */
            aload 1 /* builder */
            invokespecial com.google.protobuf.GeneratedMessageV3.<init>:(Lcom/google/protobuf/GeneratedMessageV3$Builder;)V
         1: .line 37215
            aload 0 /* this */
            iconst_m1
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.memoizedIsInitialized:B
         2: .line 36162
            return
        end local 1 // com.google.protobuf.GeneratedMessageV3$Builder builder
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
            0    3     1  builder  Lcom/google/protobuf/GeneratedMessageV3$Builder<*>;
    Signature: (Lcom/google/protobuf/GeneratedMessageV3$Builder<*>;)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$UninterpretedOption this
         0: .line 36163
            aload 0 /* this */
            invokespecial com.google.protobuf.GeneratedMessageV3.<init>:()V
         1: .line 37215
            aload 0 /* this */
            iconst_m1
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.memoizedIsInitialized:B
         2: .line 36164
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.name_:Ljava/util/List;
         3: .line 36165
            aload 0 /* this */
            ldc ""
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.identifierValue_:Ljava/lang/Object;
         4: .line 36166
            aload 0 /* this */
            getstatic com.google.protobuf.ByteString.EMPTY:Lcom/google/protobuf/ByteString;
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.stringValue_:Lcom/google/protobuf/ByteString;
         5: .line 36167
            aload 0 /* this */
            ldc ""
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.aggregateValue_:Ljava/lang/Object;
         6: .line 36168
            return
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;

  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$UninterpretedOption this
        start local 1 // com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused
         0: .line 36174
            new com.google.protobuf.DescriptorProtos$UninterpretedOption
            dup
            invokespecial com.google.protobuf.DescriptorProtos$UninterpretedOption.<init>:()V
            areturn
        end local 1 // com.google.protobuf.GeneratedMessageV3$UnusedPrivateParameter unused
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
            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$UninterpretedOption this
         0: .line 36180
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            areturn
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;

  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=9, args_size=3
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
        start local 1 // com.google.protobuf.CodedInputStream input
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 36186
            aload 0 /* this */
            invokespecial com.google.protobuf.DescriptorProtos$UninterpretedOption.<init>:()V
         1: .line 36187
            aload 2 /* extensionRegistry */
            ifnonnull 3
         2: .line 36188
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         3: .line 36190
      StackMap locals: com.google.protobuf.DescriptorProtos$UninterpretedOption com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite
      StackMap stack:
            iconst_0
            istore 3 /* mutable_bitField0_ */
        start local 3 // int mutable_bitField0_
         4: .line 36192
            invokestatic com.google.protobuf.UnknownFieldSet.newBuilder:()Lcom/google/protobuf/UnknownFieldSet$Builder;
         5: .line 36191
            astore 4 /* unknownFields */
        start local 4 // com.google.protobuf.UnknownFieldSet$Builder unknownFields
         6: .line 36194
            iconst_0
            istore 5 /* done */
        start local 5 // boolean done
         7: .line 36195
            goto 44
         8: .line 36196
      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 36197
            iload 6 /* tag */
            lookupswitch { // 8
                    0: 10
                   18: 12
                   26: 19
                   32: 23
                   40: 26
                   49: 29
                   58: 32
                   66: 35
              default: 39
          }
        10: .line 36199
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 5 /* done */
        11: .line 36200
            goto 44
        12: .line 36202
      StackMap locals:
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_1
            iand
            ifne 15
        13: .line 36203
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.name_:Ljava/util/List;
        14: .line 36204
            iload 3 /* mutable_bitField0_ */
            iconst_1
            ior
            istore 3 /* mutable_bitField0_ */
        15: .line 36206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.name_:Ljava/util/List;
        16: .line 36207
            aload 1 /* input */
            getstatic com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart.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$NamePart
        17: .line 36206
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        18: .line 36208
            goto 44
        19: .line 36211
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readBytes:()Lcom/google/protobuf/ByteString;
            astore 7 /* bs */
        start local 7 // com.google.protobuf.ByteString bs
        20: .line 36212
            aload 0 /* this */
            dup
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            iconst_1
            ior
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
        21: .line 36213
            aload 0 /* this */
            aload 7 /* bs */
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.identifierValue_:Ljava/lang/Object;
        22: .line 36214
            goto 44
        end local 7 // com.google.protobuf.ByteString bs
        23: .line 36217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            iconst_2
            ior
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
        24: .line 36218
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readUInt64:()J
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.positiveIntValue_:J
        25: .line 36219
            goto 44
        26: .line 36222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            iconst_4
            ior
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
        27: .line 36223
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readInt64:()J
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.negativeIntValue_:J
        28: .line 36224
            goto 44
        29: .line 36227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            bipush 8
            ior
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
        30: .line 36228
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readDouble:()D
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.doubleValue_:D
        31: .line 36229
            goto 44
        32: .line 36232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            bipush 16
            ior
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
        33: .line 36233
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readBytes:()Lcom/google/protobuf/ByteString;
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.stringValue_:Lcom/google/protobuf/ByteString;
        34: .line 36234
            goto 44
        35: .line 36237
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readBytes:()Lcom/google/protobuf/ByteString;
            astore 7 /* bs */
        start local 7 // com.google.protobuf.ByteString bs
        36: .line 36238
            aload 0 /* this */
            dup
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            bipush 32
            ior
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
        37: .line 36239
            aload 0 /* this */
            aload 7 /* bs */
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.aggregateValue_:Ljava/lang/Object;
        38: .line 36240
            goto 44
        end local 7 // com.google.protobuf.ByteString bs
        39: .line 36243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        40: .line 36244
            aload 1 /* input */
            aload 4 /* unknownFields */
            aload 2 /* extensionRegistry */
            iload 6 /* tag */
        41: .line 36243
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.parseUnknownField:(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/UnknownFieldSet$Builder;Lcom/google/protobuf/ExtensionRegistryLite;I)Z
        42: .line 36244
            ifne 44
        43: .line 36245
            iconst_1
            istore 5 /* done */
        end local 6 // int tag
        44: .line 36195
      StackMap locals:
      StackMap stack:
            iload 5 /* done */
            ifeq 8
        end local 5 // boolean done
        45: .line 36251
            goto 60
      StackMap locals: com.google.protobuf.DescriptorProtos$UninterpretedOption com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder
      StackMap stack: com.google.protobuf.InvalidProtocolBufferException
        46: astore 5 /* e */
        start local 5 // com.google.protobuf.InvalidProtocolBufferException e
        47: .line 36252
            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
        48: .line 36253
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
        49: .line 36254
            new com.google.protobuf.InvalidProtocolBufferException
            dup
        50: .line 36255
            aload 5 /* e */
        51: .line 36254
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/io/IOException;)V
        52: .line 36255
            aload 0 /* this */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
        53: .line 36254
            athrow
        end local 5 // java.io.IOException e
        54: .line 36256
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        55: .line 36257
            iload 3 /* mutable_bitField0_ */
            iconst_1
            iand
            ifeq 57
        56: .line 36258
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.name_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.name_:Ljava/util/List;
        57: .line 36260
      StackMap locals: com.google.protobuf.DescriptorProtos$UninterpretedOption com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder top 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$UninterpretedOption.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
        58: .line 36261
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.makeExtensionsImmutable:()V
        59: .line 36262
            aload 8
            athrow
        60: .line 36257
      StackMap locals: com.google.protobuf.DescriptorProtos$UninterpretedOption com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite int com.google.protobuf.UnknownFieldSet$Builder
      StackMap stack:
            iload 3 /* mutable_bitField0_ */
            iconst_1
            iand
            ifeq 62
        61: .line 36258
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.name_:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.name_:Ljava/util/List;
        62: .line 36260
      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$UninterpretedOption.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
        63: .line 36261
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.makeExtensionsImmutable:()V
        64: .line 36263
            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$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   65     0                this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
            0   65     1               input  Lcom/google/protobuf/CodedInputStream;
            0   65     2   extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            4   65     3  mutable_bitField0_  I
            6   65     4       unknownFields  Lcom/google/protobuf/UnknownFieldSet$Builder;
            7   45     5                done  Z
            9   44     6                 tag  I
           20   23     7                  bs  Lcom/google/protobuf/ByteString;
           36   39     7                  bs  Lcom/google/protobuf/ByteString;
           47   48     5                   e  Lcom/google/protobuf/InvalidProtocolBufferException;
           49   54     5                   e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           6    45      46  Class com.google.protobuf.InvalidProtocolBufferException
           6    45      48  Class java.io.IOException
           6    54      54  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 36266
            getstatic com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_UninterpretedOption_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$UninterpretedOption this
         0: .line 36272
            getstatic com.google.protobuf.DescriptorProtos.internal_static_google_protobuf_UninterpretedOption_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         1: .line 36274
            ldc Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
            ldc Lcom/google/protobuf/DescriptorProtos$UninterpretedOption$Builder;
         2: .line 36273
            invokevirtual com.google.protobuf.GeneratedMessageV3$FieldAccessorTable.ensureFieldAccessorsInitialized:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
         3: .line 36272
            areturn
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;

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

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

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

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

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

  public boolean hasIdentifierValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
         0: .line 37054
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            iconst_1
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;

  public java.lang.String getIdentifierValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
         0: .line 37066
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.identifierValue_:Ljava/lang/Object;
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 37067
            aload 1 /* ref */
            instanceof java.lang.String
            ifeq 3
         2: .line 37068
            aload 1 /* ref */
            checkcast java.lang.String
            areturn
         3: .line 37071
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* ref */
            checkcast com.google.protobuf.ByteString
         4: .line 37070
            astore 2 /* bs */
        start local 2 // com.google.protobuf.ByteString bs
         5: .line 37072
            aload 2 /* bs */
            invokevirtual com.google.protobuf.ByteString.toStringUtf8:()Ljava/lang/String;
            astore 3 /* s */
        start local 3 // java.lang.String s
         6: .line 37073
            aload 2 /* bs */
            invokevirtual com.google.protobuf.ByteString.isValidUtf8:()Z
            ifeq 8
         7: .line 37074
            aload 0 /* this */
            aload 3 /* s */
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.identifierValue_:Ljava/lang/Object;
         8: .line 37076
      StackMap locals: com.google.protobuf.ByteString java.lang.String
      StackMap stack:
            aload 3 /* s */
            areturn
        end local 3 // java.lang.String s
        end local 2 // com.google.protobuf.ByteString bs
        end local 1 // java.lang.Object ref
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
            1    9     1   ref  Ljava/lang/Object;
            5    9     2    bs  Lcom/google/protobuf/ByteString;
            6    9     3     s  Ljava/lang/String;

  public com.google.protobuf.ByteString getIdentifierValueBytes();
    descriptor: ()Lcom/google/protobuf/ByteString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
         0: .line 37090
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.identifierValue_:Ljava/lang/Object;
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 37091
            aload 1 /* ref */
            instanceof java.lang.String
            ifeq 7
         2: .line 37094
            aload 1 /* ref */
            checkcast java.lang.String
         3: .line 37093
            invokestatic com.google.protobuf.ByteString.copyFromUtf8:(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
         4: .line 37092
            astore 2 /* b */
        start local 2 // com.google.protobuf.ByteString b
         5: .line 37095
            aload 0 /* this */
            aload 2 /* b */
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.identifierValue_:Ljava/lang/Object;
         6: .line 37096
            aload 2 /* b */
            areturn
        end local 2 // com.google.protobuf.ByteString b
         7: .line 37098
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* ref */
            checkcast com.google.protobuf.ByteString
            areturn
        end local 1 // java.lang.Object ref
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
            1    8     1   ref  Ljava/lang/Object;
            5    7     2     b  Lcom/google/protobuf/ByteString;

  public boolean hasPositiveIntValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
         0: .line 37109
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            iconst_2
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;

  public long getPositiveIntValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
         0: .line 37116
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.positiveIntValue_:J
            lreturn
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;

  public boolean hasNegativeIntValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
         0: .line 37126
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            iconst_4
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;

  public long getNegativeIntValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
         0: .line 37133
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.negativeIntValue_:J
            lreturn
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;

  public boolean hasDoubleValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
         0: .line 37143
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            bipush 8
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;

  public double getDoubleValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
         0: .line 37150
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.doubleValue_:D
            dreturn
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;

  public boolean hasStringValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
         0: .line 37160
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            bipush 16
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;

  public com.google.protobuf.ByteString getStringValue();
    descriptor: ()Lcom/google/protobuf/ByteString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
         0: .line 37167
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.stringValue_:Lcom/google/protobuf/ByteString;
            areturn
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;

  public boolean hasAggregateValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
         0: .line 37177
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            bipush 32
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;

  public java.lang.String getAggregateValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
         0: .line 37184
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.aggregateValue_:Ljava/lang/Object;
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 37185
            aload 1 /* ref */
            instanceof java.lang.String
            ifeq 3
         2: .line 37186
            aload 1 /* ref */
            checkcast java.lang.String
            areturn
         3: .line 37189
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* ref */
            checkcast com.google.protobuf.ByteString
         4: .line 37188
            astore 2 /* bs */
        start local 2 // com.google.protobuf.ByteString bs
         5: .line 37190
            aload 2 /* bs */
            invokevirtual com.google.protobuf.ByteString.toStringUtf8:()Ljava/lang/String;
            astore 3 /* s */
        start local 3 // java.lang.String s
         6: .line 37191
            aload 2 /* bs */
            invokevirtual com.google.protobuf.ByteString.isValidUtf8:()Z
            ifeq 8
         7: .line 37192
            aload 0 /* this */
            aload 3 /* s */
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.aggregateValue_:Ljava/lang/Object;
         8: .line 37194
      StackMap locals: com.google.protobuf.ByteString java.lang.String
      StackMap stack:
            aload 3 /* s */
            areturn
        end local 3 // java.lang.String s
        end local 2 // com.google.protobuf.ByteString bs
        end local 1 // java.lang.Object ref
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
            1    9     1   ref  Ljava/lang/Object;
            5    9     2    bs  Lcom/google/protobuf/ByteString;
            6    9     3     s  Ljava/lang/String;

  public com.google.protobuf.ByteString getAggregateValueBytes();
    descriptor: ()Lcom/google/protobuf/ByteString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
         0: .line 37203
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.aggregateValue_:Ljava/lang/Object;
            astore 1 /* ref */
        start local 1 // java.lang.Object ref
         1: .line 37204
            aload 1 /* ref */
            instanceof java.lang.String
            ifeq 7
         2: .line 37207
            aload 1 /* ref */
            checkcast java.lang.String
         3: .line 37206
            invokestatic com.google.protobuf.ByteString.copyFromUtf8:(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
         4: .line 37205
            astore 2 /* b */
        start local 2 // com.google.protobuf.ByteString b
         5: .line 37208
            aload 0 /* this */
            aload 2 /* b */
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.aggregateValue_:Ljava/lang/Object;
         6: .line 37209
            aload 2 /* b */
            areturn
        end local 2 // com.google.protobuf.ByteString b
         7: .line 37211
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* ref */
            checkcast com.google.protobuf.ByteString
            areturn
        end local 1 // java.lang.Object ref
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
            1    8     1   ref  Ljava/lang/Object;
            5    7     2     b  Lcom/google/protobuf/ByteString;

  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$UninterpretedOption this
         0: .line 37218
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.memoizedIsInitialized:B
            istore 1 /* isInitialized */
        start local 1 // byte isInitialized
         1: .line 37219
            iload 1 /* isInitialized */
            iconst_1
            if_icmpne 2
            iconst_1
            ireturn
         2: .line 37220
      StackMap locals: int
      StackMap stack:
            iload 1 /* isInitialized */
            ifne 3
            iconst_0
            ireturn
         3: .line 37222
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 9
         5: .line 37223
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getName:(I)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption$NamePart;
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart.isInitialized:()Z
            ifne 8
         6: .line 37224
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.memoizedIsInitialized:B
         7: .line 37225
            iconst_0
            ireturn
         8: .line 37222
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getNameCount:()I
            if_icmplt 5
        end local 2 // int i
        10: .line 37228
            aload 0 /* this */
            iconst_1
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.memoizedIsInitialized:B
        11: .line 37229
            iconst_1
            ireturn
        end local 1 // byte isInitialized
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
            1   12     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=3, args_size=2
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
        start local 1 // com.google.protobuf.CodedOutputStream output
         0: .line 37235
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 37236
      StackMap locals: int
      StackMap stack:
            aload 1 /* output */
            iconst_2
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.name_:Ljava/util/List;
            iload 2 /* 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
         3: .line 37235
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.name_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 2
        end local 2 // int i
         5: .line 37238
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            iconst_1
            iand
            ifeq 7
         6: .line 37239
            aload 1 /* output */
            iconst_3
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.identifierValue_:Ljava/lang/Object;
            invokestatic com.google.protobuf.GeneratedMessageV3.writeString:(Lcom/google/protobuf/CodedOutputStream;ILjava/lang/Object;)V
         7: .line 37241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            iconst_2
            iand
            ifeq 9
         8: .line 37242
            aload 1 /* output */
            iconst_4
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.positiveIntValue_:J
            invokevirtual com.google.protobuf.CodedOutputStream.writeUInt64:(IJ)V
         9: .line 37244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            iconst_4
            iand
            ifeq 11
        10: .line 37245
            aload 1 /* output */
            iconst_5
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.negativeIntValue_:J
            invokevirtual com.google.protobuf.CodedOutputStream.writeInt64:(IJ)V
        11: .line 37247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            bipush 8
            iand
            ifeq 13
        12: .line 37248
            aload 1 /* output */
            bipush 6
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.doubleValue_:D
            invokevirtual com.google.protobuf.CodedOutputStream.writeDouble:(ID)V
        13: .line 37250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            bipush 16
            iand
            ifeq 15
        14: .line 37251
            aload 1 /* output */
            bipush 7
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.stringValue_:Lcom/google/protobuf/ByteString;
            invokevirtual com.google.protobuf.CodedOutputStream.writeBytes:(ILcom/google/protobuf/ByteString;)V
        15: .line 37253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            bipush 32
            iand
            ifeq 17
        16: .line 37254
            aload 1 /* output */
            bipush 8
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.aggregateValue_:Ljava/lang/Object;
            invokestatic com.google.protobuf.GeneratedMessageV3.writeString:(Lcom/google/protobuf/CodedOutputStream;ILjava/lang/Object;)V
        17: .line 37256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            aload 1 /* output */
            invokevirtual com.google.protobuf.UnknownFieldSet.writeTo:(Lcom/google/protobuf/CodedOutputStream;)V
        18: .line 37257
            return
        end local 1 // com.google.protobuf.CodedOutputStream output
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
            0   19     1  output  Lcom/google/protobuf/CodedOutputStream;
            1    5     2       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$UninterpretedOption this
         0: .line 37261
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.memoizedSize:I
            istore 1 /* size */
        start local 1 // int size
         1: .line 37262
            iload 1 /* size */
            iconst_m1
            if_icmpeq 2
            iload 1 /* size */
            ireturn
         2: .line 37264
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 1 /* size */
         3: .line 37265
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 8
         5: .line 37266
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
         6: .line 37267
            iconst_2
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.name_: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 37265
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.name_:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 5
        end local 2 // int i
         9: .line 37269
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            iconst_1
            iand
            ifeq 11
        10: .line 37270
            iload 1 /* size */
            iconst_3
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.identifierValue_:Ljava/lang/Object;
            invokestatic com.google.protobuf.GeneratedMessageV3.computeStringSize:(ILjava/lang/Object;)I
            iadd
            istore 1 /* size */
        11: .line 37272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            iconst_2
            iand
            ifeq 14
        12: .line 37273
            iload 1 /* size */
        13: .line 37274
            iconst_4
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.positiveIntValue_:J
            invokestatic com.google.protobuf.CodedOutputStream.computeUInt64Size:(IJ)I
            iadd
            istore 1 /* size */
        14: .line 37276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            iconst_4
            iand
            ifeq 17
        15: .line 37277
            iload 1 /* size */
        16: .line 37278
            iconst_5
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.negativeIntValue_:J
            invokestatic com.google.protobuf.CodedOutputStream.computeInt64Size:(IJ)I
            iadd
            istore 1 /* size */
        17: .line 37280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            bipush 8
            iand
            ifeq 20
        18: .line 37281
            iload 1 /* size */
        19: .line 37282
            bipush 6
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.doubleValue_:D
            invokestatic com.google.protobuf.CodedOutputStream.computeDoubleSize:(ID)I
            iadd
            istore 1 /* size */
        20: .line 37284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            bipush 16
            iand
            ifeq 23
        21: .line 37285
            iload 1 /* size */
        22: .line 37286
            bipush 7
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.stringValue_:Lcom/google/protobuf/ByteString;
            invokestatic com.google.protobuf.CodedOutputStream.computeBytesSize:(ILcom/google/protobuf/ByteString;)I
            iadd
            istore 1 /* size */
        23: .line 37288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.bitField0_:I
            bipush 32
            iand
            ifeq 25
        24: .line 37289
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.aggregateValue_:Ljava/lang/Object;
            invokestatic com.google.protobuf.GeneratedMessageV3.computeStringSize:(ILjava/lang/Object;)I
            iadd
            istore 1 /* size */
        25: .line 37291
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.getSerializedSize:()I
            iadd
            istore 1 /* size */
        26: .line 37292
            aload 0 /* this */
            iload 1 /* size */
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.memoizedSize:I
        27: .line 37293
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   28     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
            1   28     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=4, locals=3, args_size=2
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
        start local 1 // java.lang.Object obj
         0: .line 37298
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 37299
            iconst_1
            ireturn
         2: .line 37301
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof com.google.protobuf.DescriptorProtos$UninterpretedOption
            ifne 4
         3: .line 37302
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.google.protobuf.GeneratedMessageV3.equals:(Ljava/lang/Object;)Z
            ireturn
         4: .line 37304
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.google.protobuf.DescriptorProtos$UninterpretedOption
            astore 2 /* other */
        start local 2 // com.google.protobuf.DescriptorProtos$UninterpretedOption other
         5: .line 37306
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getNameList:()Ljava/util/List;
         6: .line 37307
            aload 2 /* other */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getNameList:()Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 7
            iconst_0
            ireturn
         7: .line 37308
      StackMap locals: com.google.protobuf.DescriptorProtos$UninterpretedOption
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasIdentifierValue:()Z
            aload 2 /* other */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasIdentifierValue:()Z
            if_icmpeq 8
            iconst_0
            ireturn
         8: .line 37309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasIdentifierValue:()Z
            ifeq 11
         9: .line 37310
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getIdentifierValue:()Ljava/lang/String;
        10: .line 37311
            aload 2 /* other */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getIdentifierValue:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 11
            iconst_0
            ireturn
        11: .line 37313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasPositiveIntValue:()Z
            aload 2 /* other */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasPositiveIntValue:()Z
            if_icmpeq 12
            iconst_0
            ireturn
        12: .line 37314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasPositiveIntValue:()Z
            ifeq 17
        13: .line 37315
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getPositiveIntValue:()J
        14: .line 37316
            aload 2 /* other */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getPositiveIntValue:()J
        15: .line 37315
            lcmp
            ifeq 17
        16: .line 37316
            iconst_0
            ireturn
        17: .line 37318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasNegativeIntValue:()Z
            aload 2 /* other */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasNegativeIntValue:()Z
            if_icmpeq 18
            iconst_0
            ireturn
        18: .line 37319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasNegativeIntValue:()Z
            ifeq 23
        19: .line 37320
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getNegativeIntValue:()J
        20: .line 37321
            aload 2 /* other */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getNegativeIntValue:()J
        21: .line 37320
            lcmp
            ifeq 23
        22: .line 37321
            iconst_0
            ireturn
        23: .line 37323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasDoubleValue:()Z
            aload 2 /* other */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasDoubleValue:()Z
            if_icmpeq 24
            iconst_0
            ireturn
        24: .line 37324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasDoubleValue:()Z
            ifeq 30
        25: .line 37325
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getDoubleValue:()D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
        26: .line 37327
            aload 2 /* other */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getDoubleValue:()D
        27: .line 37326
            invokestatic java.lang.Double.doubleToLongBits:(D)J
        28: .line 37325
            lcmp
            ifeq 30
        29: .line 37327
            iconst_0
            ireturn
        30: .line 37329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasStringValue:()Z
            aload 2 /* other */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasStringValue:()Z
            if_icmpeq 31
            iconst_0
            ireturn
        31: .line 37330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasStringValue:()Z
            ifeq 34
        32: .line 37331
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getStringValue:()Lcom/google/protobuf/ByteString;
        33: .line 37332
            aload 2 /* other */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getStringValue:()Lcom/google/protobuf/ByteString;
            invokevirtual com.google.protobuf.ByteString.equals:(Ljava/lang/Object;)Z
            ifne 34
            iconst_0
            ireturn
        34: .line 37334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasAggregateValue:()Z
            aload 2 /* other */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasAggregateValue:()Z
            if_icmpeq 35
            iconst_0
            ireturn
        35: .line 37335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasAggregateValue:()Z
            ifeq 38
        36: .line 37336
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getAggregateValue:()Ljava/lang/String;
        37: .line 37337
            aload 2 /* other */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getAggregateValue:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 38
            iconst_0
            ireturn
        38: .line 37339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            aload 2 /* other */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.equals:(Ljava/lang/Object;)Z
            ifne 39
            iconst_0
            ireturn
        39: .line 37340
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.google.protobuf.DescriptorProtos$UninterpretedOption other
        end local 1 // java.lang.Object obj
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   40     0   this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
            0   40     1    obj  Ljava/lang/Object;
            5   40     2  other  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
    MethodParameters:
      Name  Flags
      obj   final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
         0: .line 37345
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.memoizedHashCode:I
            ifeq 2
         1: .line 37346
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.memoizedHashCode:I
            ireturn
         2: .line 37348
      StackMap locals:
      StackMap stack:
            bipush 41
            istore 1 /* hash */
        start local 1 // int hash
         3: .line 37349
            bipush 19
            iload 1 /* hash */
            imul
            invokestatic com.google.protobuf.DescriptorProtos$UninterpretedOption.getDescriptor:()Lcom/google/protobuf/Descriptors$Descriptor;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hash */
         4: .line 37350
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getNameCount:()I
            ifle 7
         5: .line 37351
            bipush 37
            iload 1 /* hash */
            imul
            iconst_2
            iadd
            istore 1 /* hash */
         6: .line 37352
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getNameList:()Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 1 /* hash */
         7: .line 37354
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasIdentifierValue:()Z
            ifeq 10
         8: .line 37355
            bipush 37
            iload 1 /* hash */
            imul
            iconst_3
            iadd
            istore 1 /* hash */
         9: .line 37356
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getIdentifierValue:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* hash */
        10: .line 37358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasPositiveIntValue:()Z
            ifeq 15
        11: .line 37359
            bipush 37
            iload 1 /* hash */
            imul
            iconst_4
            iadd
            istore 1 /* hash */
        12: .line 37360
            bipush 53
            iload 1 /* hash */
            imul
        13: .line 37361
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getPositiveIntValue:()J
        14: .line 37360
            invokestatic com.google.protobuf.Internal.hashLong:(J)I
            iadd
            istore 1 /* hash */
        15: .line 37363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasNegativeIntValue:()Z
            ifeq 20
        16: .line 37364
            bipush 37
            iload 1 /* hash */
            imul
            iconst_5
            iadd
            istore 1 /* hash */
        17: .line 37365
            bipush 53
            iload 1 /* hash */
            imul
        18: .line 37366
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getNegativeIntValue:()J
        19: .line 37365
            invokestatic com.google.protobuf.Internal.hashLong:(J)I
            iadd
            istore 1 /* hash */
        20: .line 37368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasDoubleValue:()Z
            ifeq 25
        21: .line 37369
            bipush 37
            iload 1 /* hash */
            imul
            bipush 6
            iadd
            istore 1 /* hash */
        22: .line 37370
            bipush 53
            iload 1 /* hash */
            imul
        23: .line 37371
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getDoubleValue:()D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
        24: .line 37370
            invokestatic com.google.protobuf.Internal.hashLong:(J)I
            iadd
            istore 1 /* hash */
        25: .line 37373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasStringValue:()Z
            ifeq 28
        26: .line 37374
            bipush 37
            iload 1 /* hash */
            imul
            bipush 7
            iadd
            istore 1 /* hash */
        27: .line 37375
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getStringValue:()Lcom/google/protobuf/ByteString;
            invokevirtual com.google.protobuf.ByteString.hashCode:()I
            iadd
            istore 1 /* hash */
        28: .line 37377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.hasAggregateValue:()Z
            ifeq 31
        29: .line 37378
            bipush 37
            iload 1 /* hash */
            imul
            bipush 8
            iadd
            istore 1 /* hash */
        30: .line 37379
            bipush 53
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual com.google.protobuf.DescriptorProtos$UninterpretedOption.getAggregateValue:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* hash */
        31: .line 37381
      StackMap locals:
      StackMap stack:
            bipush 29
            iload 1 /* hash */
            imul
            aload 0 /* this */
            getfield com.google.protobuf.DescriptorProtos$UninterpretedOption.unknownFields:Lcom/google/protobuf/UnknownFieldSet;
            invokevirtual com.google.protobuf.UnknownFieldSet.hashCode:()I
            iadd
            istore 1 /* hash */
        32: .line 37382
            aload 0 /* this */
            iload 1 /* hash */
            putfield com.google.protobuf.DescriptorProtos$UninterpretedOption.memoizedHashCode:I
        33: .line 37383
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   34     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
            3   34     1  hash  I

  public static com.google.protobuf.DescriptorProtos$UninterpretedOption parseFrom(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer data
         0: .line 37389
            getstatic com.google.protobuf.DescriptorProtos$UninterpretedOption.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$UninterpretedOption
            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$UninterpretedOption parseFrom(java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
    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 37395
            getstatic com.google.protobuf.DescriptorProtos$UninterpretedOption.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$UninterpretedOption
            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$UninterpretedOption parseFrom(com.google.protobuf.ByteString);
    descriptor: (Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.ByteString data
         0: .line 37400
            getstatic com.google.protobuf.DescriptorProtos$UninterpretedOption.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$UninterpretedOption
            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$UninterpretedOption parseFrom(com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
    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 37406
            getstatic com.google.protobuf.DescriptorProtos$UninterpretedOption.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$UninterpretedOption
            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$UninterpretedOption parseFrom(byte[]);
    descriptor: ([B)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // byte[] data
         0: .line 37410
            getstatic com.google.protobuf.DescriptorProtos$UninterpretedOption.PARSER:Lcom/google/protobuf/Parser;
            aload 0 /* data */
            invokeinterface com.google.protobuf.Parser.parseFrom:([B)Ljava/lang/Object;
            checkcast com.google.protobuf.DescriptorProtos$UninterpretedOption
            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$UninterpretedOption parseFrom(byte[], com.google.protobuf.ExtensionRegistryLite);
    descriptor: ([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
    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 37416
            getstatic com.google.protobuf.DescriptorProtos$UninterpretedOption.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$UninterpretedOption
            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$UninterpretedOption parseFrom(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.InputStream input
         0: .line 37421
            getstatic com.google.protobuf.DescriptorProtos$UninterpretedOption.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$UninterpretedOption
         1: .line 37420
            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$UninterpretedOption parseFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
    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 37428
            getstatic com.google.protobuf.DescriptorProtos$UninterpretedOption.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$UninterpretedOption
         1: .line 37427
            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$UninterpretedOption parseDelimitedFrom(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.io.InputStream input
         0: .line 37433
            getstatic com.google.protobuf.DescriptorProtos$UninterpretedOption.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$UninterpretedOption
         1: .line 37432
            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$UninterpretedOption parseDelimitedFrom(java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
    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 37440
            getstatic com.google.protobuf.DescriptorProtos$UninterpretedOption.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$UninterpretedOption
         1: .line 37439
            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$UninterpretedOption parseFrom(com.google.protobuf.CodedInputStream);
    descriptor: (Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStream input
         0: .line 37446
            getstatic com.google.protobuf.DescriptorProtos$UninterpretedOption.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$UninterpretedOption
         1: .line 37445
            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$UninterpretedOption parseFrom(com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
    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 37453
            getstatic com.google.protobuf.DescriptorProtos$UninterpretedOption.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$UninterpretedOption
         1: .line 37452
            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$UninterpretedOption$Builder newBuilderForType();
    descriptor: ()Lcom/google/protobuf/DescriptorProtos$UninterpretedOption$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
         0: .line 37457
            invokestatic com.google.protobuf.DescriptorProtos$UninterpretedOption.newBuilder:()Lcom/google/protobuf/DescriptorProtos$UninterpretedOption$Builder;
            areturn
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;

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

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

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

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

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

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

  public com.google.protobuf.Parser<com.google.protobuf.DescriptorProtos$UninterpretedOption> 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$UninterpretedOption this
         0: .line 38366
            getstatic com.google.protobuf.DescriptorProtos$UninterpretedOption.PARSER:Lcom/google/protobuf/Parser;
            areturn
        end local 0 // com.google.protobuf.DescriptorProtos$UninterpretedOption this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
    Signature: ()Lcom/google/protobuf/Parser<Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;>;

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

  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$UninterpretedOption.getDefaultInstanceForType:()Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
            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$UninterpretedOption.getDefaultInstanceForType:()Lcom/google/protobuf/DescriptorProtos$UninterpretedOption;
            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$UninterpretedOption.newBuilderForType:(Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)Lcom/google/protobuf/DescriptorProtos$UninterpretedOption$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$UninterpretedOption.newBuilderForType:()Lcom/google/protobuf/DescriptorProtos$UninterpretedOption$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$UninterpretedOption.newBuilderForType:()Lcom/google/protobuf/DescriptorProtos$UninterpretedOption$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$UninterpretedOption.toBuilder:()Lcom/google/protobuf/DescriptorProtos$UninterpretedOption$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$UninterpretedOption.toBuilder:()Lcom/google/protobuf/DescriptorProtos$UninterpretedOption$Builder;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DescriptorProtos.java"
NestHost: com.google.protobuf.DescriptorProtos
InnerClasses:
  public final UninterpretedOption = com.google.protobuf.DescriptorProtos$UninterpretedOption of com.google.protobuf.DescriptorProtos
  com.google.protobuf.DescriptorProtos$UninterpretedOption$1
  public final Builder = com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder of com.google.protobuf.DescriptorProtos$UninterpretedOption
  public final NamePart = com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart of com.google.protobuf.DescriptorProtos$UninterpretedOption
  public abstract NamePartOrBuilder = com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePartOrBuilder of com.google.protobuf.DescriptorProtos$UninterpretedOption
  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 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 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