public final class com.google.protobuf.UnknownFieldSetLite
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.UnknownFieldSetLite
  super_class: java.lang.Object
{
  private static final int MIN_CAPACITY;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

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

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

  private int[] tags;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object[] objects;
    descriptor: [Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

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

  private boolean isMutable;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 53
            new com.google.protobuf.UnknownFieldSetLite
            dup
            iconst_0
            iconst_0
            newarray 10
            iconst_0
            anewarray java.lang.Object
            iconst_0
            invokespecial com.google.protobuf.UnknownFieldSetLite.<init>:(I[I[Ljava/lang/Object;Z)V
         1: .line 52
            putstatic com.google.protobuf.UnknownFieldSetLite.DEFAULT_INSTANCE:Lcom/google/protobuf/UnknownFieldSetLite;
         2: .line 53
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  static com.google.protobuf.UnknownFieldSetLite newInstance();
    descriptor: ()Lcom/google/protobuf/UnknownFieldSetLite;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 66
            new com.google.protobuf.UnknownFieldSetLite
            dup
            invokespecial com.google.protobuf.UnknownFieldSetLite.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.google.protobuf.UnknownFieldSetLite mutableCopyOf(com.google.protobuf.UnknownFieldSetLite, com.google.protobuf.UnknownFieldSetLite);
    descriptor: (Lcom/google/protobuf/UnknownFieldSetLite;Lcom/google/protobuf/UnknownFieldSetLite;)Lcom/google/protobuf/UnknownFieldSetLite;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.google.protobuf.UnknownFieldSetLite first
        start local 1 // com.google.protobuf.UnknownFieldSetLite second
         0: .line 74
            aload 0 /* first */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            aload 1 /* second */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            iadd
            istore 2 /* count */
        start local 2 // int count
         1: .line 75
            aload 0 /* first */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            iload 2 /* count */
            invokestatic java.util.Arrays.copyOf:([II)[I
            astore 3 /* tags */
        start local 3 // int[] tags
         2: .line 76
            aload 1 /* second */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            iconst_0
            aload 3 /* tags */
            aload 0 /* first */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            aload 1 /* second */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 77
            aload 0 /* first */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* count */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            astore 4 /* objects */
        start local 4 // java.lang.Object[] objects
         4: .line 78
            aload 1 /* second */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iconst_0
            aload 4 /* objects */
            aload 0 /* first */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            aload 1 /* second */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 79
            new com.google.protobuf.UnknownFieldSetLite
            dup
            iload 2 /* count */
            aload 3 /* tags */
            aload 4 /* objects */
            iconst_1
            invokespecial com.google.protobuf.UnknownFieldSetLite.<init>:(I[I[Ljava/lang/Object;Z)V
            areturn
        end local 4 // java.lang.Object[] objects
        end local 3 // int[] tags
        end local 2 // int count
        end local 1 // com.google.protobuf.UnknownFieldSetLite second
        end local 0 // com.google.protobuf.UnknownFieldSetLite first
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0    first  Lcom/google/protobuf/UnknownFieldSetLite;
            0    6     1   second  Lcom/google/protobuf/UnknownFieldSetLite;
            1    6     2    count  I
            2    6     3     tags  [I
            4    6     4  objects  [Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      first   
      second  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
         0: .line 99
            aload 0 /* this */
            iconst_0
            bipush 8
            newarray 10
            bipush 8
            anewarray java.lang.Object
            iconst_1
            invokespecial com.google.protobuf.UnknownFieldSetLite.<init>:(I[I[Ljava/lang/Object;Z)V
         1: .line 100
            return
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/UnknownFieldSetLite;

  private void <init>(int, int[], java.lang.Object[], boolean);
    descriptor: (I[I[Ljava/lang/Object;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
        start local 1 // int count
        start local 2 // int[] tags
        start local 3 // java.lang.Object[] objects
        start local 4 // boolean isMutable
         0: .line 103
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 92
            aload 0 /* this */
            iconst_m1
            putfield com.google.protobuf.UnknownFieldSetLite.memoizedSerializedSize:I
         2: .line 104
            aload 0 /* this */
            iload 1 /* count */
            putfield com.google.protobuf.UnknownFieldSetLite.count:I
         3: .line 105
            aload 0 /* this */
            aload 2 /* tags */
            putfield com.google.protobuf.UnknownFieldSetLite.tags:[I
         4: .line 106
            aload 0 /* this */
            aload 3 /* objects */
            putfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
         5: .line 107
            aload 0 /* this */
            iload 4 /* isMutable */
            putfield com.google.protobuf.UnknownFieldSetLite.isMutable:Z
         6: .line 108
            return
        end local 4 // boolean isMutable
        end local 3 // java.lang.Object[] objects
        end local 2 // int[] tags
        end local 1 // int count
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lcom/google/protobuf/UnknownFieldSetLite;
            0    7     1      count  I
            0    7     2       tags  [I
            0    7     3    objects  [Ljava/lang/Object;
            0    7     4  isMutable  Z
    MethodParameters:
           Name  Flags
      count      
      tags       
      objects    
      isMutable  

  public void makeImmutable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
         0: .line 116
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.UnknownFieldSetLite.isMutable:Z
         1: .line 117
            return
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/UnknownFieldSetLite;

  void checkMutable();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
         0: .line 121
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.isMutable:Z
            ifne 2
         1: .line 122
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 124
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/UnknownFieldSetLite;

  public void writeTo(com.google.protobuf.CodedOutputStream);
    descriptor: (Lcom/google/protobuf/CodedOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
        start local 1 // com.google.protobuf.CodedOutputStream output
         0: .line 132
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 19
         2: .line 133
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            iload 2 /* i */
            iaload
            istore 3 /* tag */
        start local 3 // int tag
         3: .line 134
            iload 3 /* tag */
            invokestatic com.google.protobuf.WireFormat.getTagFieldNumber:(I)I
            istore 4 /* fieldNumber */
        start local 4 // int fieldNumber
         4: .line 135
            iload 3 /* tag */
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 5
                    0: 5
                    1: 9
                    2: 11
                    3: 13
                    4: 17
                    5: 7
              default: 17
          }
         5: .line 137
      StackMap locals: int int
      StackMap stack:
            aload 1 /* output */
            iload 4 /* fieldNumber */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            invokevirtual com.google.protobuf.CodedOutputStream.writeUInt64:(IJ)V
         6: .line 138
            goto 18
         7: .line 140
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            iload 4 /* fieldNumber */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual com.google.protobuf.CodedOutputStream.writeFixed32:(II)V
         8: .line 141
            goto 18
         9: .line 143
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            iload 4 /* fieldNumber */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            invokevirtual com.google.protobuf.CodedOutputStream.writeFixed64:(IJ)V
        10: .line 144
            goto 18
        11: .line 146
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            iload 4 /* fieldNumber */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            checkcast com.google.protobuf.ByteString
            invokevirtual com.google.protobuf.CodedOutputStream.writeBytes:(ILcom/google/protobuf/ByteString;)V
        12: .line 147
            goto 18
        13: .line 149
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            iload 4 /* fieldNumber */
            iconst_3
            invokevirtual com.google.protobuf.CodedOutputStream.writeTag:(II)V
        14: .line 150
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            checkcast com.google.protobuf.UnknownFieldSetLite
            aload 1 /* output */
            invokevirtual com.google.protobuf.UnknownFieldSetLite.writeTo:(Lcom/google/protobuf/CodedOutputStream;)V
        15: .line 151
            aload 1 /* output */
            iload 4 /* fieldNumber */
            iconst_4
            invokevirtual com.google.protobuf.CodedOutputStream.writeTag:(II)V
        16: .line 152
            goto 18
        17: .line 154
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        end local 4 // int fieldNumber
        end local 3 // int tag
        18: .line 132
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            if_icmplt 2
        end local 2 // int i
        20: .line 157
            return
        end local 1 // com.google.protobuf.CodedOutputStream output
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   21     0         this  Lcom/google/protobuf/UnknownFieldSetLite;
            0   21     1       output  Lcom/google/protobuf/CodedOutputStream;
            1   20     2            i  I
            3   18     3          tag  I
            4   18     4  fieldNumber  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      output  

  public void writeAsMessageSetTo(com.google.protobuf.CodedOutputStream);
    descriptor: (Lcom/google/protobuf/CodedOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
        start local 1 // com.google.protobuf.CodedOutputStream output
         0: .line 165
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 166
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            iload 2 /* i */
            iaload
            invokestatic com.google.protobuf.WireFormat.getTagFieldNumber:(I)I
            istore 3 /* fieldNumber */
        start local 3 // int fieldNumber
         3: .line 167
            aload 1 /* output */
            iload 3 /* fieldNumber */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            checkcast com.google.protobuf.ByteString
            invokevirtual com.google.protobuf.CodedOutputStream.writeRawMessageSetExtension:(ILcom/google/protobuf/ByteString;)V
        end local 3 // int fieldNumber
         4: .line 165
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            if_icmplt 2
        end local 2 // int i
         6: .line 169
            return
        end local 1 // com.google.protobuf.CodedOutputStream output
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lcom/google/protobuf/UnknownFieldSetLite;
            0    7     1       output  Lcom/google/protobuf/CodedOutputStream;
            1    6     2            i  I
            3    4     3  fieldNumber  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      output  

  void writeAsMessageSetTo(com.google.protobuf.Writer);
    descriptor: (Lcom/google/protobuf/Writer;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
        start local 1 // com.google.protobuf.Writer writer
         0: .line 173
            aload 1 /* writer */
            invokeinterface com.google.protobuf.Writer.fieldOrder:()Lcom/google/protobuf/Writer$FieldOrder;
            getstatic com.google.protobuf.Writer$FieldOrder.DESCENDING:Lcom/google/protobuf/Writer$FieldOrder;
            if_acmpne 8
         1: .line 175
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 176
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            iload 2 /* i */
            iaload
            invokestatic com.google.protobuf.WireFormat.getTagFieldNumber:(I)I
            istore 3 /* fieldNumber */
        start local 3 // int fieldNumber
         4: .line 177
            aload 1 /* writer */
            iload 3 /* fieldNumber */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            invokeinterface com.google.protobuf.Writer.writeMessageSetItem:(ILjava/lang/Object;)V
        end local 3 // int fieldNumber
         5: .line 175
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            ifge 3
        end local 2 // int i
         7: .line 179
            goto 14
         8: .line 181
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         9: goto 13
        10: .line 182
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            iload 2 /* i */
            iaload
            invokestatic com.google.protobuf.WireFormat.getTagFieldNumber:(I)I
            istore 3 /* fieldNumber */
        start local 3 // int fieldNumber
        11: .line 183
            aload 1 /* writer */
            iload 3 /* fieldNumber */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            invokeinterface com.google.protobuf.Writer.writeMessageSetItem:(ILjava/lang/Object;)V
        end local 3 // int fieldNumber
        12: .line 181
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            if_icmplt 10
        end local 2 // int i
        14: .line 186
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.google.protobuf.Writer writer
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Lcom/google/protobuf/UnknownFieldSetLite;
            0   15     1       writer  Lcom/google/protobuf/Writer;
            2    7     2            i  I
            4    5     3  fieldNumber  I
            9   14     2            i  I
           11   12     3  fieldNumber  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      writer  

  public void writeTo(com.google.protobuf.Writer);
    descriptor: (Lcom/google/protobuf/Writer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
        start local 1 // com.google.protobuf.Writer writer
         0: .line 190
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            ifne 2
         1: .line 191
            return
         2: .line 195
      StackMap locals:
      StackMap stack:
            aload 1 /* writer */
            invokeinterface com.google.protobuf.Writer.fieldOrder:()Lcom/google/protobuf/Writer$FieldOrder;
            getstatic com.google.protobuf.Writer$FieldOrder.ASCENDING:Lcom/google/protobuf/Writer$FieldOrder;
            if_acmpne 9
         3: .line 196
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 197
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            iload 2 /* i */
            iaload
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            aload 1 /* writer */
            invokestatic com.google.protobuf.UnknownFieldSetLite.writeField:(ILjava/lang/Object;Lcom/google/protobuf/Writer;)V
         6: .line 196
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            if_icmplt 5
        end local 2 // int i
         8: .line 199
            goto 14
         9: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
        10: goto 13
        11: .line 201
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            iload 2 /* i */
            iaload
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            aload 1 /* writer */
            invokestatic com.google.protobuf.UnknownFieldSetLite.writeField:(ILjava/lang/Object;Lcom/google/protobuf/Writer;)V
        12: .line 200
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
        13: iload 2 /* i */
            ifge 11
        end local 2 // int i
        14: .line 204
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.google.protobuf.Writer writer
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lcom/google/protobuf/UnknownFieldSetLite;
            0   15     1  writer  Lcom/google/protobuf/Writer;
            4    8     2       i  I
           10   14     2       i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      writer  

  private static void writeField(int, java.lang.Object, com.google.protobuf.Writer);
    descriptor: (ILjava/lang/Object;Lcom/google/protobuf/Writer;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // int tag
        start local 1 // java.lang.Object object
        start local 2 // com.google.protobuf.Writer writer
         0: .line 207
            iload 0 /* tag */
            invokestatic com.google.protobuf.WireFormat.getTagFieldNumber:(I)I
            istore 3 /* fieldNumber */
        start local 3 // int fieldNumber
         1: .line 208
            iload 0 /* tag */
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 5
                    0: 2
                    1: 6
                    2: 8
                    3: 10
                    4: 19
                    5: 4
              default: 19
          }
         2: .line 210
      StackMap locals: int
      StackMap stack:
            aload 2 /* writer */
            iload 3 /* fieldNumber */
            aload 1 /* object */
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            invokeinterface com.google.protobuf.Writer.writeInt64:(IJ)V
         3: .line 211
            goto 20
         4: .line 213
      StackMap locals:
      StackMap stack:
            aload 2 /* writer */
            iload 3 /* fieldNumber */
            aload 1 /* object */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokeinterface com.google.protobuf.Writer.writeFixed32:(II)V
         5: .line 214
            goto 20
         6: .line 216
      StackMap locals:
      StackMap stack:
            aload 2 /* writer */
            iload 3 /* fieldNumber */
            aload 1 /* object */
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            invokeinterface com.google.protobuf.Writer.writeFixed64:(IJ)V
         7: .line 217
            goto 20
         8: .line 219
      StackMap locals:
      StackMap stack:
            aload 2 /* writer */
            iload 3 /* fieldNumber */
            aload 1 /* object */
            checkcast com.google.protobuf.ByteString
            invokeinterface com.google.protobuf.Writer.writeBytes:(ILcom/google/protobuf/ByteString;)V
         9: .line 220
            goto 20
        10: .line 222
      StackMap locals:
      StackMap stack:
            aload 2 /* writer */
            invokeinterface com.google.protobuf.Writer.fieldOrder:()Lcom/google/protobuf/Writer$FieldOrder;
            getstatic com.google.protobuf.Writer$FieldOrder.ASCENDING:Lcom/google/protobuf/Writer$FieldOrder;
            if_acmpne 15
        11: .line 223
            aload 2 /* writer */
            iload 3 /* fieldNumber */
            invokeinterface com.google.protobuf.Writer.writeStartGroup:(I)V
        12: .line 224
            aload 1 /* object */
            checkcast com.google.protobuf.UnknownFieldSetLite
            aload 2 /* writer */
            invokevirtual com.google.protobuf.UnknownFieldSetLite.writeTo:(Lcom/google/protobuf/Writer;)V
        13: .line 225
            aload 2 /* writer */
            iload 3 /* fieldNumber */
            invokeinterface com.google.protobuf.Writer.writeEndGroup:(I)V
        14: .line 226
            goto 20
        15: .line 227
      StackMap locals:
      StackMap stack:
            aload 2 /* writer */
            iload 3 /* fieldNumber */
            invokeinterface com.google.protobuf.Writer.writeEndGroup:(I)V
        16: .line 228
            aload 1 /* object */
            checkcast com.google.protobuf.UnknownFieldSetLite
            aload 2 /* writer */
            invokevirtual com.google.protobuf.UnknownFieldSetLite.writeTo:(Lcom/google/protobuf/Writer;)V
        17: .line 229
            aload 2 /* writer */
            iload 3 /* fieldNumber */
            invokeinterface com.google.protobuf.Writer.writeStartGroup:(I)V
        18: .line 231
            goto 20
        19: .line 234
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        20: .line 236
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int fieldNumber
        end local 2 // com.google.protobuf.Writer writer
        end local 1 // java.lang.Object object
        end local 0 // int tag
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   21     0          tag  I
            0   21     1       object  Ljava/lang/Object;
            0   21     2       writer  Lcom/google/protobuf/Writer;
            1   21     3  fieldNumber  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      tag     
      object  
      writer  

  public int getSerializedSizeAsMessageSet();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
         0: .line 243
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.memoizedSerializedSize:I
            istore 1 /* size */
        start local 1 // int size
         1: .line 244
            iload 1 /* size */
            iconst_m1
            if_icmpeq 3
         2: .line 245
            iload 1 /* size */
            ireturn
         3: .line 248
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 1 /* size */
         4: .line 249
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 11
         6: .line 250
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            iload 2 /* i */
            iaload
            istore 3 /* tag */
        start local 3 // int tag
         7: .line 251
            iload 3 /* tag */
            invokestatic com.google.protobuf.WireFormat.getTagFieldNumber:(I)I
            istore 4 /* fieldNumber */
        start local 4 // int fieldNumber
         8: .line 252
            iload 1 /* size */
         9: .line 253
            iload 4 /* fieldNumber */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            checkcast com.google.protobuf.ByteString
            invokestatic com.google.protobuf.CodedOutputStream.computeRawMessageSetExtensionSize:(ILcom/google/protobuf/ByteString;)I
            iadd
            istore 1 /* size */
        end local 4 // int fieldNumber
        end local 3 // int tag
        10: .line 249
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            if_icmplt 6
        end local 2 // int i
        12: .line 256
            aload 0 /* this */
            iload 1 /* size */
            putfield com.google.protobuf.UnknownFieldSetLite.memoizedSerializedSize:I
        13: .line 258
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Lcom/google/protobuf/UnknownFieldSetLite;
            1   14     1         size  I
            5   12     2            i  I
            7   10     3          tag  I
            8   10     4  fieldNumber  I

  public int getSerializedSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
         0: .line 267
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.memoizedSerializedSize:I
            istore 1 /* size */
        start local 1 // int size
         1: .line 268
            iload 1 /* size */
            iconst_m1
            if_icmpeq 3
         2: .line 269
            iload 1 /* size */
            ireturn
         3: .line 272
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 1 /* size */
         4: .line 273
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 24
         6: .line 274
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            iload 2 /* i */
            iaload
            istore 3 /* tag */
        start local 3 // int tag
         7: .line 275
            iload 3 /* tag */
            invokestatic com.google.protobuf.WireFormat.getTagFieldNumber:(I)I
            istore 4 /* fieldNumber */
        start local 4 // int fieldNumber
         8: .line 276
            iload 3 /* tag */
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 5
                    0: 9
                    1: 13
                    2: 15
                    3: 17
                    4: 22
                    5: 11
              default: 22
          }
         9: .line 278
      StackMap locals: int int
      StackMap stack:
            iload 1 /* size */
            iload 4 /* fieldNumber */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            invokestatic com.google.protobuf.CodedOutputStream.computeUInt64Size:(IJ)I
            iadd
            istore 1 /* size */
        10: .line 279
            goto 23
        11: .line 281
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            iload 4 /* fieldNumber */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic com.google.protobuf.CodedOutputStream.computeFixed32Size:(II)I
            iadd
            istore 1 /* size */
        12: .line 282
            goto 23
        13: .line 284
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            iload 4 /* fieldNumber */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            invokestatic com.google.protobuf.CodedOutputStream.computeFixed64Size:(IJ)I
            iadd
            istore 1 /* size */
        14: .line 285
            goto 23
        15: .line 287
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            iload 4 /* fieldNumber */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            checkcast com.google.protobuf.ByteString
            invokestatic com.google.protobuf.CodedOutputStream.computeBytesSize:(ILcom/google/protobuf/ByteString;)I
            iadd
            istore 1 /* size */
        16: .line 288
            goto 23
        17: .line 290
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
        18: .line 291
            iload 4 /* fieldNumber */
            invokestatic com.google.protobuf.CodedOutputStream.computeTagSize:(I)I
            iconst_2
            imul
        19: .line 292
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            checkcast com.google.protobuf.UnknownFieldSetLite
            invokevirtual com.google.protobuf.UnknownFieldSetLite.getSerializedSize:()I
        20: .line 291
            iadd
            iadd
            istore 1 /* size */
        21: .line 293
            goto 23
        22: .line 295
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // int fieldNumber
        end local 3 // int tag
        23: .line 273
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            if_icmplt 6
        end local 2 // int i
        25: .line 299
            aload 0 /* this */
            iload 1 /* size */
            putfield com.google.protobuf.UnknownFieldSetLite.memoizedSerializedSize:I
        26: .line 301
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   27     0         this  Lcom/google/protobuf/UnknownFieldSetLite;
            1   27     1         size  I
            5   25     2            i  I
            7   23     3          tag  I
            8   23     4  fieldNumber  I

  private static boolean equals(int[], int[], int);
    descriptor: ([I[II)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // int[] tags1
        start local 1 // int[] tags2
        start local 2 // int count
         0: .line 305
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 5
         2: .line 306
      StackMap locals: int
      StackMap stack:
            aload 0 /* tags1 */
            iload 3 /* i */
            iaload
            aload 1 /* tags2 */
            iload 3 /* i */
            iaload
            if_icmpeq 4
         3: .line 307
            iconst_0
            ireturn
         4: .line 305
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            iload 2 /* count */
            if_icmplt 2
        end local 3 // int i
         6: .line 310
            iconst_1
            ireturn
        end local 2 // int count
        end local 1 // int[] tags2
        end local 0 // int[] tags1
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  tags1  [I
            0    7     1  tags2  [I
            0    7     2  count  I
            1    6     3      i  I
    MethodParameters:
       Name  Flags
      tags1  
      tags2  
      count  

  private static boolean equals(java.lang.Object[], java.lang.Object[], int);
    descriptor: ([Ljava/lang/Object;[Ljava/lang/Object;I)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // java.lang.Object[] objects1
        start local 1 // java.lang.Object[] objects2
        start local 2 // int count
         0: .line 314
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 5
         2: .line 315
      StackMap locals: int
      StackMap stack:
            aload 0 /* objects1 */
            iload 3 /* i */
            aaload
            aload 1 /* objects2 */
            iload 3 /* i */
            aaload
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 316
            iconst_0
            ireturn
         4: .line 314
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            iload 2 /* count */
            if_icmplt 2
        end local 3 // int i
         6: .line 319
            iconst_1
            ireturn
        end local 2 // int count
        end local 1 // java.lang.Object[] objects2
        end local 0 // java.lang.Object[] objects1
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0  objects1  [Ljava/lang/Object;
            0    7     1  objects2  [Ljava/lang/Object;
            0    7     2     count  I
            1    6     3         i  I
    MethodParameters:
          Name  Flags
      objects1  
      objects2  
      count     

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
        start local 1 // java.lang.Object obj
         0: .line 324
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 325
            iconst_1
            ireturn
         2: .line 328
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 329
            iconst_0
            ireturn
         4: .line 332
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof com.google.protobuf.UnknownFieldSetLite
            ifne 6
         5: .line 333
            iconst_0
            ireturn
         6: .line 336
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.google.protobuf.UnknownFieldSetLite
            astore 2 /* other */
        start local 2 // com.google.protobuf.UnknownFieldSetLite other
         7: .line 337
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            aload 2 /* other */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            if_icmpne 10
         8: .line 338
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            aload 2 /* other */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            invokestatic com.google.protobuf.UnknownFieldSetLite.equals:([I[II)Z
            ifeq 10
         9: .line 339
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            aload 2 /* other */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            invokestatic com.google.protobuf.UnknownFieldSetLite.equals:([Ljava/lang/Object;[Ljava/lang/Object;I)Z
            ifne 11
        10: .line 340
      StackMap locals: com.google.protobuf.UnknownFieldSetLite
      StackMap stack:
            iconst_0
            ireturn
        11: .line 343
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.google.protobuf.UnknownFieldSetLite other
        end local 1 // java.lang.Object obj
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lcom/google/protobuf/UnknownFieldSetLite;
            0   12     1    obj  Ljava/lang/Object;
            7   12     2  other  Lcom/google/protobuf/UnknownFieldSetLite;
    MethodParameters:
      Name  Flags
      obj   

  private static int hashCode(int[], int);
    descriptor: ([II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // int[] tags
        start local 1 // int count
         0: .line 347
            bipush 17
            istore 2 /* hashCode */
        start local 2 // int hashCode
         1: .line 348
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 349
      StackMap locals: int int
      StackMap stack:
            bipush 31
            iload 2 /* hashCode */
            imul
            aload 0 /* tags */
            iload 3 /* i */
            iaload
            iadd
            istore 2 /* hashCode */
         4: .line 348
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            iload 1 /* count */
            if_icmplt 3
        end local 3 // int i
         6: .line 351
            iload 2 /* hashCode */
            ireturn
        end local 2 // int hashCode
        end local 1 // int count
        end local 0 // int[] tags
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      tags  [I
            0    7     1     count  I
            1    7     2  hashCode  I
            2    6     3         i  I
    MethodParameters:
       Name  Flags
      tags   
      count  

  private static int hashCode(java.lang.Object[], int);
    descriptor: ([Ljava/lang/Object;I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // java.lang.Object[] objects
        start local 1 // int count
         0: .line 355
            bipush 17
            istore 2 /* hashCode */
        start local 2 // int hashCode
         1: .line 356
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 357
      StackMap locals: int int
      StackMap stack:
            bipush 31
            iload 2 /* hashCode */
            imul
            aload 0 /* objects */
            iload 3 /* i */
            aaload
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 2 /* hashCode */
         4: .line 356
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            iload 1 /* count */
            if_icmplt 3
        end local 3 // int i
         6: .line 359
            iload 2 /* hashCode */
            ireturn
        end local 2 // int hashCode
        end local 1 // int count
        end local 0 // java.lang.Object[] objects
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0   objects  [Ljava/lang/Object;
            0    7     1     count  I
            1    7     2  hashCode  I
            2    6     3         i  I
    MethodParameters:
         Name  Flags
      objects  
      count    

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
         0: .line 364
            bipush 17
            istore 1 /* hashCode */
        start local 1 // int hashCode
         1: .line 366
            bipush 31
            iload 1 /* hashCode */
            imul
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            iadd
            istore 1 /* hashCode */
         2: .line 367
            bipush 31
            iload 1 /* hashCode */
            imul
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            invokestatic com.google.protobuf.UnknownFieldSetLite.hashCode:([II)I
            iadd
            istore 1 /* hashCode */
         3: .line 368
            bipush 31
            iload 1 /* hashCode */
            imul
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            invokestatic com.google.protobuf.UnknownFieldSetLite.hashCode:([Ljava/lang/Object;I)I
            iadd
            istore 1 /* hashCode */
         4: .line 370
            iload 1 /* hashCode */
            ireturn
        end local 1 // int hashCode
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/google/protobuf/UnknownFieldSetLite;
            1    5     1  hashCode  I

  final void printWithIndent(java.lang.StringBuilder, int);
    descriptor: (Ljava/lang/StringBuilder;I)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
        start local 1 // java.lang.StringBuilder buffer
        start local 2 // int indent
         0: .line 382
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 5
         2: .line 383
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            iload 3 /* i */
            iaload
            invokestatic com.google.protobuf.WireFormat.getTagFieldNumber:(I)I
            istore 4 /* fieldNumber */
        start local 4 // int fieldNumber
         3: .line 384
            aload 1 /* buffer */
            iload 2 /* indent */
            iload 4 /* fieldNumber */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            invokestatic com.google.protobuf.MessageLiteToString.printField:(Ljava/lang/StringBuilder;ILjava/lang/String;Ljava/lang/Object;)V
        end local 4 // int fieldNumber
         4: .line 382
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            if_icmplt 2
        end local 3 // int i
         6: .line 386
            return
        end local 2 // int indent
        end local 1 // java.lang.StringBuilder buffer
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lcom/google/protobuf/UnknownFieldSetLite;
            0    7     1       buffer  Ljava/lang/StringBuilder;
            0    7     2       indent  I
            1    6     3            i  I
            3    4     4  fieldNumber  I
    MethodParameters:
        Name  Flags
      buffer  
      indent  

  void storeField(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
        start local 1 // int tag
        start local 2 // java.lang.Object value
         0: .line 390
            aload 0 /* this */
            invokevirtual com.google.protobuf.UnknownFieldSetLite.checkMutable:()V
         1: .line 391
            aload 0 /* this */
            invokevirtual com.google.protobuf.UnknownFieldSetLite.ensureCapacity:()V
         2: .line 393
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            iload 1 /* tag */
            iastore
         3: .line 394
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            aload 2 /* value */
            aastore
         4: .line 395
            aload 0 /* this */
            dup
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            iconst_1
            iadd
            putfield com.google.protobuf.UnknownFieldSetLite.count:I
         5: .line 396
            return
        end local 2 // java.lang.Object value
        end local 1 // int tag
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/google/protobuf/UnknownFieldSetLite;
            0    6     1    tag  I
            0    6     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      tag    
      value  

  private void ensureCapacity();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
         0: .line 400
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            arraylength
            if_icmpne 7
         1: .line 401
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            iconst_4
            if_icmpge 2
            bipush 8
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            iconst_1
            ishr
      StackMap locals:
      StackMap stack: int
         3: istore 1 /* increment */
        start local 1 // int increment
         4: .line 402
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.count:I
            iload 1 /* increment */
            iadd
            istore 2 /* newLength */
        start local 2 // int newLength
         5: .line 404
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.tags:[I
            iload 2 /* newLength */
            invokestatic java.util.Arrays.copyOf:([II)[I
            putfield com.google.protobuf.UnknownFieldSetLite.tags:[I
         6: .line 405
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
            iload 2 /* newLength */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            putfield com.google.protobuf.UnknownFieldSetLite.objects:[Ljava/lang/Object;
        end local 2 // int newLength
        end local 1 // int increment
         7: .line 407
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lcom/google/protobuf/UnknownFieldSetLite;
            4    7     1  increment  I
            5    7     2  newLength  I

  boolean mergeFieldFrom(int, com.google.protobuf.CodedInputStream);
    descriptor: (ILcom/google/protobuf/CodedInputStream;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
        start local 1 // int tag
        start local 2 // com.google.protobuf.CodedInputStream input
         0: .line 418
            aload 0 /* this */
            invokevirtual com.google.protobuf.UnknownFieldSetLite.checkMutable:()V
         1: .line 419
            iload 1 /* tag */
            invokestatic com.google.protobuf.WireFormat.getTagFieldNumber:(I)I
            istore 3 /* fieldNumber */
        start local 3 // int fieldNumber
         2: .line 420
            iload 1 /* tag */
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 5
                    0: 3
                    1: 7
                    2: 9
                    3: 11
                    4: 16
                    5: 5
              default: 17
          }
         3: .line 422
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            aload 2 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readInt64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual com.google.protobuf.UnknownFieldSetLite.storeField:(ILjava/lang/Object;)V
         4: .line 423
            iconst_1
            ireturn
         5: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            aload 2 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readFixed32:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.google.protobuf.UnknownFieldSetLite.storeField:(ILjava/lang/Object;)V
         6: .line 426
            iconst_1
            ireturn
         7: .line 428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            aload 2 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readFixed64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual com.google.protobuf.UnknownFieldSetLite.storeField:(ILjava/lang/Object;)V
         8: .line 429
            iconst_1
            ireturn
         9: .line 431
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            aload 2 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readBytes:()Lcom/google/protobuf/ByteString;
            invokevirtual com.google.protobuf.UnknownFieldSetLite.storeField:(ILjava/lang/Object;)V
        10: .line 432
            iconst_1
            ireturn
        11: .line 434
      StackMap locals:
      StackMap stack:
            new com.google.protobuf.UnknownFieldSetLite
            dup
            invokespecial com.google.protobuf.UnknownFieldSetLite.<init>:()V
            astore 4 /* subFieldSet */
        start local 4 // com.google.protobuf.UnknownFieldSetLite subFieldSet
        12: .line 435
            aload 4 /* subFieldSet */
            aload 2 /* input */
            invokevirtual com.google.protobuf.UnknownFieldSetLite.mergeFrom:(Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/UnknownFieldSetLite;
            pop
        13: .line 436
            aload 2 /* input */
            iload 3 /* fieldNumber */
            iconst_4
            invokestatic com.google.protobuf.WireFormat.makeTag:(II)I
            invokevirtual com.google.protobuf.CodedInputStream.checkLastTagWas:(I)V
        14: .line 437
            aload 0 /* this */
            iload 1 /* tag */
            aload 4 /* subFieldSet */
            invokevirtual com.google.protobuf.UnknownFieldSetLite.storeField:(ILjava/lang/Object;)V
        15: .line 438
            iconst_1
            ireturn
        end local 4 // com.google.protobuf.UnknownFieldSetLite subFieldSet
        16: .line 440
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        17: .line 442
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        end local 3 // int fieldNumber
        end local 2 // com.google.protobuf.CodedInputStream input
        end local 1 // int tag
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lcom/google/protobuf/UnknownFieldSetLite;
            0   18     1          tag  I
            0   18     2        input  Lcom/google/protobuf/CodedInputStream;
            2   18     3  fieldNumber  I
           12   16     4  subFieldSet  Lcom/google/protobuf/UnknownFieldSetLite;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      tag    final
      input  final

  com.google.protobuf.UnknownFieldSetLite mergeVarintField(int, int);
    descriptor: (II)Lcom/google/protobuf/UnknownFieldSetLite;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
        start local 1 // int fieldNumber
        start local 2 // int value
         0: .line 453
            aload 0 /* this */
            invokevirtual com.google.protobuf.UnknownFieldSetLite.checkMutable:()V
         1: .line 454
            iload 1 /* fieldNumber */
            ifne 3
         2: .line 455
            new java.lang.IllegalArgumentException
            dup
            ldc "Zero is not a valid field number."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* fieldNumber */
            iconst_0
            invokestatic com.google.protobuf.WireFormat.makeTag:(II)I
            iload 2 /* value */
            i2l
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual com.google.protobuf.UnknownFieldSetLite.storeField:(ILjava/lang/Object;)V
         4: .line 460
            aload 0 /* this */
            areturn
        end local 2 // int value
        end local 1 // int fieldNumber
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/google/protobuf/UnknownFieldSetLite;
            0    5     1  fieldNumber  I
            0    5     2        value  I
    MethodParameters:
             Name  Flags
      fieldNumber  
      value        

  com.google.protobuf.UnknownFieldSetLite mergeLengthDelimitedField(int, com.google.protobuf.ByteString);
    descriptor: (ILcom/google/protobuf/ByteString;)Lcom/google/protobuf/UnknownFieldSetLite;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
        start local 1 // int fieldNumber
        start local 2 // com.google.protobuf.ByteString value
         0: .line 469
            aload 0 /* this */
            invokevirtual com.google.protobuf.UnknownFieldSetLite.checkMutable:()V
         1: .line 470
            iload 1 /* fieldNumber */
            ifne 3
         2: .line 471
            new java.lang.IllegalArgumentException
            dup
            ldc "Zero is not a valid field number."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* fieldNumber */
            iconst_2
            invokestatic com.google.protobuf.WireFormat.makeTag:(II)I
            aload 2 /* value */
            invokevirtual com.google.protobuf.UnknownFieldSetLite.storeField:(ILjava/lang/Object;)V
         4: .line 476
            aload 0 /* this */
            areturn
        end local 2 // com.google.protobuf.ByteString value
        end local 1 // int fieldNumber
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/google/protobuf/UnknownFieldSetLite;
            0    5     1  fieldNumber  I
            0    5     2        value  Lcom/google/protobuf/ByteString;
    MethodParameters:
             Name  Flags
      fieldNumber  final
      value        final

  private com.google.protobuf.UnknownFieldSetLite mergeFrom(com.google.protobuf.CodedInputStream);
    descriptor: (Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/UnknownFieldSetLite;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.protobuf.UnknownFieldSetLite this
        start local 1 // com.google.protobuf.CodedInputStream input
         0: .line 483
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 2 /* tag */
        start local 2 // int tag
         1: .line 484
            iload 2 /* tag */
            ifeq 2
            aload 0 /* this */
            iload 2 /* tag */
            aload 1 /* input */
            invokevirtual com.google.protobuf.UnknownFieldSetLite.mergeFieldFrom:(ILcom/google/protobuf/CodedInputStream;)Z
            ifne 0
        end local 2 // int tag
         2: .line 488
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // com.google.protobuf.CodedInputStream input
        end local 0 // com.google.protobuf.UnknownFieldSetLite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/UnknownFieldSetLite;
            0    3     1  input  Lcom/google/protobuf/CodedInputStream;
            1    2     2    tag  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  final
}
SourceFile: "UnknownFieldSetLite.java"
InnerClasses:
  public InvalidWireTypeException = com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException of com.google.protobuf.InvalidProtocolBufferException
  public final FieldOrder = com.google.protobuf.Writer$FieldOrder of com.google.protobuf.Writer