final class com.google.protobuf.CodedInputStreamReader implements com.google.protobuf.Reader
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.protobuf.CodedInputStreamReader
  super_class: java.lang.Object
{
  private static final int FIXED32_MULTIPLE_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int FIXED64_MULTIPLE_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  private static final int NEXT_TAG_UNSET;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private final com.google.protobuf.CodedInputStream input;
    descriptor: Lcom/google/protobuf/CodedInputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  private static volatile int[] $SWITCH_TABLE$com$google$protobuf$WireFormat$FieldType;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public static com.google.protobuf.CodedInputStreamReader forCodedInput(com.google.protobuf.CodedInputStream);
    descriptor: (Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/CodedInputStreamReader;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStream input
         0: .line 59
            aload 0 /* input */
            getfield com.google.protobuf.CodedInputStream.wrapper:Lcom/google/protobuf/CodedInputStreamReader;
            ifnull 2
         1: .line 60
            aload 0 /* input */
            getfield com.google.protobuf.CodedInputStream.wrapper:Lcom/google/protobuf/CodedInputStreamReader;
            areturn
         2: .line 62
      StackMap locals:
      StackMap stack:
            new com.google.protobuf.CodedInputStreamReader
            dup
            aload 0 /* input */
            invokespecial com.google.protobuf.CodedInputStreamReader.<init>:(Lcom/google/protobuf/CodedInputStream;)V
            areturn
        end local 0 // com.google.protobuf.CodedInputStream input
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  input  Lcom/google/protobuf/CodedInputStream;
    MethodParameters:
       Name  Flags
      input  

  private void <init>(com.google.protobuf.CodedInputStream);
    descriptor: (Lcom/google/protobuf/CodedInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // com.google.protobuf.CodedInputStream input
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
         2: .line 66
            aload 0 /* this */
            aload 1 /* input */
            ldc "input"
            invokestatic com.google.protobuf.Internal.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast com.google.protobuf.CodedInputStream
            putfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
         3: .line 67
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            aload 0 /* this */
            putfield com.google.protobuf.CodedInputStream.wrapper:Lcom/google/protobuf/CodedInputStreamReader;
         4: .line 68
            return
        end local 1 // com.google.protobuf.CodedInputStream input
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/google/protobuf/CodedInputStreamReader;
            0    5     1  input  Lcom/google/protobuf/CodedInputStream;
    MethodParameters:
       Name  Flags
      input  

  public boolean shouldDiscardUnknownFields();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 72
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.shouldDiscardUnknownFields:()Z
            ireturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/CodedInputStreamReader;

  public int getFieldNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 77
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.nextTag:I
            ifeq 4
         1: .line 78
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.nextTag:I
            putfield com.google.protobuf.CodedInputStreamReader.tag:I
         2: .line 79
            aload 0 /* this */
            iconst_0
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
         3: .line 80
            goto 5
         4: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            putfield com.google.protobuf.CodedInputStreamReader.tag:I
         5: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            ifeq 6
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.endGroupTag:I
            if_icmpne 7
         6: .line 84
      StackMap locals:
      StackMap stack:
            ldc 2147483647
            ireturn
         7: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagFieldNumber:(I)I
            ireturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public int getTag();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 91
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            ireturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/CodedInputStreamReader;

  public boolean skipField();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 96
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifne 1
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.endGroupTag:I
            if_icmpne 2
         1: .line 97
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokevirtual com.google.protobuf.CodedInputStream.skipField:(I)Z
            ireturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  private void requireWireType(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // int requiredWireType
         0: .line 103
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            iload 1 /* requiredWireType */
            if_icmpeq 2
         1: .line 104
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
         2: .line 106
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int requiredWireType
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/google/protobuf/CodedInputStreamReader;
            0    3     1  requiredWireType  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                  Name  Flags
      requiredWireType  

  public double readDouble();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 110
            aload 0 /* this */
            iconst_1
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 111
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readDouble:()D
            dreturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public float readFloat();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 116
            aload 0 /* this */
            iconst_5
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 117
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readFloat:()F
            freturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public long readUInt64();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 122
            aload 0 /* this */
            iconst_0
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 123
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt64:()J
            lreturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public long readInt64();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 128
            aload 0 /* this */
            iconst_0
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 129
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readInt64:()J
            lreturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public int readInt32();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 134
            aload 0 /* this */
            iconst_0
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 135
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readInt32:()I
            ireturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public long readFixed64();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 140
            aload 0 /* this */
            iconst_1
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 141
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readFixed64:()J
            lreturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public int readFixed32();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 146
            aload 0 /* this */
            iconst_5
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 147
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readFixed32:()I
            ireturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public boolean readBool();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 152
            aload 0 /* this */
            iconst_0
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 153
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readBool:()Z
            ireturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public java.lang.String readString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 158
            aload 0 /* this */
            iconst_2
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 159
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readString:()Ljava/lang/String;
            areturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public java.lang.String readStringRequireUtf8();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 164
            aload 0 /* this */
            iconst_2
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 165
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readStringRequireUtf8:()Ljava/lang/String;
            areturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public <T> T readMessage(java.lang.Class<T>, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/lang/Class;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.lang.Class clazz
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 172
            aload 0 /* this */
            iconst_2
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 173
            aload 0 /* this */
            invokestatic com.google.protobuf.Protobuf.getInstance:()Lcom/google/protobuf/Protobuf;
            aload 1 /* clazz */
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Class;)Lcom/google/protobuf/Schema;
            aload 2 /* extensionRegistry */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readMessage:(Lcom/google/protobuf/Schema;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
            areturn
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // java.lang.Class clazz
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/google/protobuf/CodedInputStreamReader;
            0    2     1              clazz  Ljava/lang/Class<TT;>;
            0    2     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Lcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      clazz              
      extensionRegistry  

  public <T> T readMessageBySchemaWithCheck(com.google.protobuf.Schema<T>, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/Schema;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // com.google.protobuf.Schema schema
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 180
            aload 0 /* this */
            iconst_2
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 181
            aload 0 /* this */
            aload 1 /* schema */
            aload 2 /* extensionRegistry */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readMessage:(Lcom/google/protobuf/Schema;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
            areturn
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.Schema schema
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/google/protobuf/CodedInputStreamReader;
            0    2     1             schema  Lcom/google/protobuf/Schema<TT;>;
            0    2     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Lcom/google/protobuf/Schema<TT;>;Lcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      schema             
      extensionRegistry  

  public <T> T readGroup(java.lang.Class<T>, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/lang/Class;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.lang.Class clazz
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 188
            aload 0 /* this */
            iconst_3
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 189
            aload 0 /* this */
            invokestatic com.google.protobuf.Protobuf.getInstance:()Lcom/google/protobuf/Protobuf;
            aload 1 /* clazz */
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Class;)Lcom/google/protobuf/Schema;
            aload 2 /* extensionRegistry */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readGroup:(Lcom/google/protobuf/Schema;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
            areturn
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // java.lang.Class clazz
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/google/protobuf/CodedInputStreamReader;
            0    2     1              clazz  Ljava/lang/Class<TT;>;
            0    2     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Lcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      clazz              
      extensionRegistry  

  public <T> T readGroupBySchemaWithCheck(com.google.protobuf.Schema<T>, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/Schema;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // com.google.protobuf.Schema schema
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 196
            aload 0 /* this */
            iconst_3
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 197
            aload 0 /* this */
            aload 1 /* schema */
            aload 2 /* extensionRegistry */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readGroup:(Lcom/google/protobuf/Schema;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
            areturn
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.Schema schema
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/google/protobuf/CodedInputStreamReader;
            0    2     1             schema  Lcom/google/protobuf/Schema<TT;>;
            0    2     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Lcom/google/protobuf/Schema<TT;>;Lcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      schema             
      extensionRegistry  

  private <T> T readMessage(com.google.protobuf.Schema<T>, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/Schema;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // com.google.protobuf.Schema schema
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 203
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 3 /* size */
        start local 3 // int size
         1: .line 204
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            getfield com.google.protobuf.CodedInputStream.recursionDepth:I
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            getfield com.google.protobuf.CodedInputStream.recursionLimit:I
            if_icmplt 3
         2: .line 205
            invokestatic com.google.protobuf.InvalidProtocolBufferException.recursionLimitExceeded:()Lcom/google/protobuf/InvalidProtocolBufferException;
            athrow
         3: .line 209
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            iload 3 /* size */
            invokevirtual com.google.protobuf.CodedInputStream.pushLimit:(I)I
            istore 4 /* prevLimit */
        start local 4 // int prevLimit
         4: .line 211
            aload 1 /* schema */
            invokeinterface com.google.protobuf.Schema.newInstance:()Ljava/lang/Object;
            astore 5 /* message */
        start local 5 // java.lang.Object message
         5: .line 212
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            dup
            getfield com.google.protobuf.CodedInputStream.recursionDepth:I
            iconst_1
            iadd
            putfield com.google.protobuf.CodedInputStream.recursionDepth:I
         6: .line 213
            aload 1 /* schema */
            aload 5 /* message */
            aload 0 /* this */
            aload 2 /* extensionRegistry */
            invokeinterface com.google.protobuf.Schema.mergeFrom:(Ljava/lang/Object;Lcom/google/protobuf/Reader;Lcom/google/protobuf/ExtensionRegistryLite;)V
         7: .line 214
            aload 1 /* schema */
            aload 5 /* message */
            invokeinterface com.google.protobuf.Schema.makeImmutable:(Ljava/lang/Object;)V
         8: .line 215
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            iconst_0
            invokevirtual com.google.protobuf.CodedInputStream.checkLastTagWas:(I)V
         9: .line 216
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            dup
            getfield com.google.protobuf.CodedInputStream.recursionDepth:I
            iconst_1
            isub
            putfield com.google.protobuf.CodedInputStream.recursionDepth:I
        10: .line 218
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            iload 4 /* prevLimit */
            invokevirtual com.google.protobuf.CodedInputStream.popLimit:(I)V
        11: .line 219
            aload 5 /* message */
            areturn
        end local 5 // java.lang.Object message
        end local 4 // int prevLimit
        end local 3 // int size
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.Schema schema
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lcom/google/protobuf/CodedInputStreamReader;
            0   12     1             schema  Lcom/google/protobuf/Schema<TT;>;
            0   12     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            1   12     3               size  I
            4   12     4          prevLimit  I
            5   12     5            message  TT;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Lcom/google/protobuf/Schema<TT;>;Lcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      schema             
      extensionRegistry  

  private <T> T readGroup(com.google.protobuf.Schema<T>, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/Schema;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // com.google.protobuf.Schema schema
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 224
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.endGroupTag:I
            istore 3 /* prevEndGroupTag */
        start local 3 // int prevEndGroupTag
         1: .line 225
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagFieldNumber:(I)I
            iconst_4
            invokestatic com.google.protobuf.WireFormat.makeTag:(II)I
            putfield com.google.protobuf.CodedInputStreamReader.endGroupTag:I
         2: .line 229
            aload 1 /* schema */
            invokeinterface com.google.protobuf.Schema.newInstance:()Ljava/lang/Object;
            astore 4 /* message */
        start local 4 // java.lang.Object message
         3: .line 230
            aload 1 /* schema */
            aload 4 /* message */
            aload 0 /* this */
            aload 2 /* extensionRegistry */
            invokeinterface com.google.protobuf.Schema.mergeFrom:(Ljava/lang/Object;Lcom/google/protobuf/Reader;Lcom/google/protobuf/ExtensionRegistryLite;)V
         4: .line 231
            aload 1 /* schema */
            aload 4 /* message */
            invokeinterface com.google.protobuf.Schema.makeImmutable:(Ljava/lang/Object;)V
         5: .line 233
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.endGroupTag:I
            if_icmpeq 7
         6: .line 234
            invokestatic com.google.protobuf.InvalidProtocolBufferException.parseFailure:()Lcom/google/protobuf/InvalidProtocolBufferException;
            athrow
         7: .line 236
      StackMap locals: int java.lang.Object
      StackMap stack:
            aload 4 /* message */
            astore 6
         8: .line 239
            aload 0 /* this */
            iload 3 /* prevEndGroupTag */
            putfield com.google.protobuf.CodedInputStreamReader.endGroupTag:I
         9: .line 236
            aload 6
            areturn
        end local 4 // java.lang.Object message
        10: .line 237
      StackMap locals: com.google.protobuf.CodedInputStreamReader com.google.protobuf.Schema com.google.protobuf.ExtensionRegistryLite int
      StackMap stack: java.lang.Throwable
            astore 5
        11: .line 239
            aload 0 /* this */
            iload 3 /* prevEndGroupTag */
            putfield com.google.protobuf.CodedInputStreamReader.endGroupTag:I
        12: .line 240
            aload 5
            athrow
        end local 3 // int prevEndGroupTag
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.Schema schema
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/google/protobuf/CodedInputStreamReader;
            0   13     1             schema  Lcom/google/protobuf/Schema<TT;>;
            0   13     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            1   13     3    prevEndGroupTag  I
            3   10     4            message  TT;
      Exception table:
        from    to  target  type
           2     8      10  any
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Lcom/google/protobuf/Schema<TT;>;Lcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      schema             
      extensionRegistry  

  public com.google.protobuf.ByteString readBytes();
    descriptor: ()Lcom/google/protobuf/ByteString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 245
            aload 0 /* this */
            iconst_2
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 246
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readBytes:()Lcom/google/protobuf/ByteString;
            areturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public int readUInt32();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 251
            aload 0 /* this */
            iconst_0
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 252
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            ireturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public int readEnum();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 257
            aload 0 /* this */
            iconst_0
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 258
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readEnum:()I
            ireturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public int readSFixed32();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 263
            aload 0 /* this */
            iconst_5
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 264
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSFixed32:()I
            ireturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public long readSFixed64();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 269
            aload 0 /* this */
            iconst_1
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 270
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSFixed64:()J
            lreturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public int readSInt32();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 275
            aload 0 /* this */
            iconst_0
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 276
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSInt32:()I
            ireturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public long readSInt64();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.CodedInputStreamReader this
         0: .line 281
            aload 0 /* this */
            iconst_0
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 282
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSInt64:()J
            lreturn
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/CodedInputStreamReader;
    Exceptions:
      throws java.io.IOException

  public void readDoubleList(java.util.List<java.lang.Double>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 287
            aload 1 /* target */
            instanceof com.google.protobuf.DoubleArrayList
            ifeq 19
         1: .line 288
            aload 1 /* target */
            checkcast com.google.protobuf.DoubleArrayList
            astore 2 /* plist */
        start local 2 // com.google.protobuf.DoubleArrayList plist
         2: .line 289
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 1 - 2
                    1: 10
                    2: 3
              default: 17
          }
         3: .line 291
      StackMap locals: com.google.protobuf.DoubleArrayList
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 3 /* bytes */
        start local 3 // int bytes
         4: .line 292
            aload 0 /* this */
            iload 3 /* bytes */
            invokevirtual com.google.protobuf.CodedInputStreamReader.verifyPackedFixed64Length:(I)V
         5: .line 293
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* bytes */
            iadd
            istore 4 /* endPos */
        start local 4 // int endPos
         6: .line 295
      StackMap locals: int int
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readDouble:()D
            invokevirtual com.google.protobuf.DoubleArrayList.addDouble:(D)V
         7: .line 296
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 4 /* endPos */
         8: .line 294
            if_icmplt 6
         9: .line 297
            goto 35
        end local 4 // int endPos
        end local 3 // int bytes
        10: .line 300
      StackMap locals:
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readDouble:()D
            invokevirtual com.google.protobuf.DoubleArrayList.addDouble:(D)V
        11: .line 301
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 13
        12: .line 302
            return
        13: .line 304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* nextTag */
        start local 5 // int nextTag
        14: .line 305
            iload 5 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 10
        15: .line 307
            aload 0 /* this */
            iload 5 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        16: .line 308
            return
        end local 5 // int nextTag
        17: .line 312
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        end local 2 // com.google.protobuf.DoubleArrayList plist
        18: .line 314
      StackMap locals:
      StackMap stack:
            goto 35
        19: .line 315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 1 - 2
                    1: 27
                    2: 20
              default: 34
          }
        20: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 2 /* bytes */
        start local 2 // int bytes
        21: .line 318
            aload 0 /* this */
            iload 2 /* bytes */
            invokevirtual com.google.protobuf.CodedInputStreamReader.verifyPackedFixed64Length:(I)V
        22: .line 319
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 2 /* bytes */
            iadd
            istore 3 /* endPos */
        start local 3 // int endPos
        23: .line 321
      StackMap locals: int int
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readDouble:()D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        24: .line 322
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* endPos */
        25: .line 320
            if_icmplt 23
        26: .line 323
            goto 35
        end local 3 // int endPos
        end local 2 // int bytes
        27: .line 326
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readDouble:()D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 327
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 30
        29: .line 328
            return
        30: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 4 /* nextTag */
        start local 4 // int nextTag
        31: .line 331
            iload 4 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 27
        32: .line 333
            aload 0 /* this */
            iload 4 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        33: .line 334
            return
        end local 4 // int nextTag
        34: .line 338
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        35: .line 341
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Lcom/google/protobuf/CodedInputStreamReader;
            0   36     1   target  Ljava/util/List<Ljava/lang/Double;>;
            2   18     2    plist  Lcom/google/protobuf/DoubleArrayList;
            4   10     3    bytes  I
            6   10     4   endPos  I
           14   17     5  nextTag  I
           21   27     2    bytes  I
           23   27     3   endPos  I
           31   34     4  nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/Double;>;)V
    MethodParameters:
        Name  Flags
      target  

  public void readFloatList(java.util.List<java.lang.Float>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 345
            aload 1 /* target */
            instanceof com.google.protobuf.FloatArrayList
            ifeq 19
         1: .line 346
            aload 1 /* target */
            checkcast com.google.protobuf.FloatArrayList
            astore 2 /* plist */
        start local 2 // com.google.protobuf.FloatArrayList plist
         2: .line 347
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 2 - 5
                    2: 3
                    3: 17
                    4: 17
                    5: 10
              default: 17
          }
         3: .line 349
      StackMap locals: com.google.protobuf.FloatArrayList
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 3 /* bytes */
        start local 3 // int bytes
         4: .line 350
            aload 0 /* this */
            iload 3 /* bytes */
            invokevirtual com.google.protobuf.CodedInputStreamReader.verifyPackedFixed32Length:(I)V
         5: .line 351
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* bytes */
            iadd
            istore 4 /* endPos */
        start local 4 // int endPos
         6: .line 353
      StackMap locals: int int
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readFloat:()F
            invokevirtual com.google.protobuf.FloatArrayList.addFloat:(F)V
         7: .line 354
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 4 /* endPos */
         8: .line 352
            if_icmplt 6
         9: .line 355
            goto 35
        end local 4 // int endPos
        end local 3 // int bytes
        10: .line 358
      StackMap locals:
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readFloat:()F
            invokevirtual com.google.protobuf.FloatArrayList.addFloat:(F)V
        11: .line 359
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 13
        12: .line 360
            return
        13: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* nextTag */
        start local 5 // int nextTag
        14: .line 363
            iload 5 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 10
        15: .line 365
            aload 0 /* this */
            iload 5 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        16: .line 366
            return
        end local 5 // int nextTag
        17: .line 370
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        end local 2 // com.google.protobuf.FloatArrayList plist
        18: .line 372
      StackMap locals:
      StackMap stack:
            goto 35
        19: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 2 - 5
                    2: 20
                    3: 34
                    4: 34
                    5: 27
              default: 34
          }
        20: .line 375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 2 /* bytes */
        start local 2 // int bytes
        21: .line 376
            aload 0 /* this */
            iload 2 /* bytes */
            invokevirtual com.google.protobuf.CodedInputStreamReader.verifyPackedFixed32Length:(I)V
        22: .line 377
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 2 /* bytes */
            iadd
            istore 3 /* endPos */
        start local 3 // int endPos
        23: .line 379
      StackMap locals: int int
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readFloat:()F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        24: .line 380
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* endPos */
        25: .line 378
            if_icmplt 23
        26: .line 381
            goto 35
        end local 3 // int endPos
        end local 2 // int bytes
        27: .line 384
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readFloat:()F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 385
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 30
        29: .line 386
            return
        30: .line 388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 4 /* nextTag */
        start local 4 // int nextTag
        31: .line 389
            iload 4 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 27
        32: .line 391
            aload 0 /* this */
            iload 4 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        33: .line 392
            return
        end local 4 // int nextTag
        34: .line 396
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        35: .line 399
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Lcom/google/protobuf/CodedInputStreamReader;
            0   36     1   target  Ljava/util/List<Ljava/lang/Float;>;
            2   18     2    plist  Lcom/google/protobuf/FloatArrayList;
            4   10     3    bytes  I
            6   10     4   endPos  I
           14   17     5  nextTag  I
           21   27     2    bytes  I
           23   27     3   endPos  I
           31   34     4  nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/Float;>;)V
    MethodParameters:
        Name  Flags
      target  

  public void readUInt64List(java.util.List<java.lang.Long>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 403
            aload 1 /* target */
            instanceof com.google.protobuf.LongArrayList
            ifeq 19
         1: .line 404
            aload 1 /* target */
            checkcast com.google.protobuf.LongArrayList
            astore 2 /* plist */
        start local 2 // com.google.protobuf.LongArrayList plist
         2: .line 405
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 2
                    0: 10
                    1: 17
                    2: 3
              default: 17
          }
         3: .line 407
      StackMap locals: com.google.protobuf.LongArrayList
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 3 /* bytes */
        start local 3 // int bytes
         4: .line 408
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* bytes */
            iadd
            istore 4 /* endPos */
        start local 4 // int endPos
         5: .line 410
      StackMap locals: int int
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt64:()J
            invokevirtual com.google.protobuf.LongArrayList.addLong:(J)V
         6: .line 411
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 4 /* endPos */
         7: .line 409
            if_icmplt 5
         8: .line 412
            aload 0 /* this */
            iload 4 /* endPos */
            invokevirtual com.google.protobuf.CodedInputStreamReader.requirePosition:(I)V
         9: .line 413
            goto 35
        end local 4 // int endPos
        end local 3 // int bytes
        10: .line 416
      StackMap locals:
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt64:()J
            invokevirtual com.google.protobuf.LongArrayList.addLong:(J)V
        11: .line 417
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 13
        12: .line 418
            return
        13: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* nextTag */
        start local 5 // int nextTag
        14: .line 421
            iload 5 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 10
        15: .line 423
            aload 0 /* this */
            iload 5 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        16: .line 424
            return
        end local 5 // int nextTag
        17: .line 428
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        end local 2 // com.google.protobuf.LongArrayList plist
        18: .line 430
      StackMap locals:
      StackMap stack:
            goto 35
        19: .line 431
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 2
                    0: 27
                    1: 34
                    2: 20
              default: 34
          }
        20: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 2 /* bytes */
        start local 2 // int bytes
        21: .line 434
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 2 /* bytes */
            iadd
            istore 3 /* endPos */
        start local 3 // int endPos
        22: .line 436
      StackMap locals: int int
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        23: .line 437
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* endPos */
        24: .line 435
            if_icmplt 22
        25: .line 438
            aload 0 /* this */
            iload 3 /* endPos */
            invokevirtual com.google.protobuf.CodedInputStreamReader.requirePosition:(I)V
        26: .line 439
            goto 35
        end local 3 // int endPos
        end local 2 // int bytes
        27: .line 442
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 443
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 30
        29: .line 444
            return
        30: .line 446
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 4 /* nextTag */
        start local 4 // int nextTag
        31: .line 447
            iload 4 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 27
        32: .line 449
            aload 0 /* this */
            iload 4 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        33: .line 450
            return
        end local 4 // int nextTag
        34: .line 454
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        35: .line 457
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Lcom/google/protobuf/CodedInputStreamReader;
            0   36     1   target  Ljava/util/List<Ljava/lang/Long;>;
            2   18     2    plist  Lcom/google/protobuf/LongArrayList;
            4   10     3    bytes  I
            5   10     4   endPos  I
           14   17     5  nextTag  I
           21   27     2    bytes  I
           22   27     3   endPos  I
           31   34     4  nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/Long;>;)V
    MethodParameters:
        Name  Flags
      target  

  public void readInt64List(java.util.List<java.lang.Long>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 461
            aload 1 /* target */
            instanceof com.google.protobuf.LongArrayList
            ifeq 19
         1: .line 462
            aload 1 /* target */
            checkcast com.google.protobuf.LongArrayList
            astore 2 /* plist */
        start local 2 // com.google.protobuf.LongArrayList plist
         2: .line 463
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 2
                    0: 10
                    1: 17
                    2: 3
              default: 17
          }
         3: .line 465
      StackMap locals: com.google.protobuf.LongArrayList
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 3 /* bytes */
        start local 3 // int bytes
         4: .line 466
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* bytes */
            iadd
            istore 4 /* endPos */
        start local 4 // int endPos
         5: .line 468
      StackMap locals: int int
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readInt64:()J
            invokevirtual com.google.protobuf.LongArrayList.addLong:(J)V
         6: .line 469
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 4 /* endPos */
         7: .line 467
            if_icmplt 5
         8: .line 470
            aload 0 /* this */
            iload 4 /* endPos */
            invokevirtual com.google.protobuf.CodedInputStreamReader.requirePosition:(I)V
         9: .line 471
            goto 35
        end local 4 // int endPos
        end local 3 // int bytes
        10: .line 474
      StackMap locals:
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readInt64:()J
            invokevirtual com.google.protobuf.LongArrayList.addLong:(J)V
        11: .line 475
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 13
        12: .line 476
            return
        13: .line 478
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* nextTag */
        start local 5 // int nextTag
        14: .line 479
            iload 5 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 10
        15: .line 481
            aload 0 /* this */
            iload 5 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        16: .line 482
            return
        end local 5 // int nextTag
        17: .line 486
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        end local 2 // com.google.protobuf.LongArrayList plist
        18: .line 488
      StackMap locals:
      StackMap stack:
            goto 35
        19: .line 489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 2
                    0: 27
                    1: 34
                    2: 20
              default: 34
          }
        20: .line 491
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 2 /* bytes */
        start local 2 // int bytes
        21: .line 492
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 2 /* bytes */
            iadd
            istore 3 /* endPos */
        start local 3 // int endPos
        22: .line 494
      StackMap locals: int int
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readInt64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        23: .line 495
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* endPos */
        24: .line 493
            if_icmplt 22
        25: .line 496
            aload 0 /* this */
            iload 3 /* endPos */
            invokevirtual com.google.protobuf.CodedInputStreamReader.requirePosition:(I)V
        26: .line 497
            goto 35
        end local 3 // int endPos
        end local 2 // int bytes
        27: .line 500
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readInt64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 501
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 30
        29: .line 502
            return
        30: .line 504
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 4 /* nextTag */
        start local 4 // int nextTag
        31: .line 505
            iload 4 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 27
        32: .line 507
            aload 0 /* this */
            iload 4 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        33: .line 508
            return
        end local 4 // int nextTag
        34: .line 512
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        35: .line 515
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Lcom/google/protobuf/CodedInputStreamReader;
            0   36     1   target  Ljava/util/List<Ljava/lang/Long;>;
            2   18     2    plist  Lcom/google/protobuf/LongArrayList;
            4   10     3    bytes  I
            5   10     4   endPos  I
           14   17     5  nextTag  I
           21   27     2    bytes  I
           22   27     3   endPos  I
           31   34     4  nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/Long;>;)V
    MethodParameters:
        Name  Flags
      target  

  public void readInt32List(java.util.List<java.lang.Integer>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 519
            aload 1 /* target */
            instanceof com.google.protobuf.IntArrayList
            ifeq 19
         1: .line 520
            aload 1 /* target */
            checkcast com.google.protobuf.IntArrayList
            astore 2 /* plist */
        start local 2 // com.google.protobuf.IntArrayList plist
         2: .line 521
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 2
                    0: 10
                    1: 17
                    2: 3
              default: 17
          }
         3: .line 523
      StackMap locals: com.google.protobuf.IntArrayList
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 3 /* bytes */
        start local 3 // int bytes
         4: .line 524
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* bytes */
            iadd
            istore 4 /* endPos */
        start local 4 // int endPos
         5: .line 526
      StackMap locals: int int
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readInt32:()I
            invokevirtual com.google.protobuf.IntArrayList.addInt:(I)V
         6: .line 527
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 4 /* endPos */
         7: .line 525
            if_icmplt 5
         8: .line 528
            aload 0 /* this */
            iload 4 /* endPos */
            invokevirtual com.google.protobuf.CodedInputStreamReader.requirePosition:(I)V
         9: .line 529
            goto 35
        end local 4 // int endPos
        end local 3 // int bytes
        10: .line 532
      StackMap locals:
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readInt32:()I
            invokevirtual com.google.protobuf.IntArrayList.addInt:(I)V
        11: .line 533
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 13
        12: .line 534
            return
        13: .line 536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* nextTag */
        start local 5 // int nextTag
        14: .line 537
            iload 5 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 10
        15: .line 539
            aload 0 /* this */
            iload 5 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        16: .line 540
            return
        end local 5 // int nextTag
        17: .line 544
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        end local 2 // com.google.protobuf.IntArrayList plist
        18: .line 546
      StackMap locals:
      StackMap stack:
            goto 35
        19: .line 547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 2
                    0: 27
                    1: 34
                    2: 20
              default: 34
          }
        20: .line 549
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 2 /* bytes */
        start local 2 // int bytes
        21: .line 550
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 2 /* bytes */
            iadd
            istore 3 /* endPos */
        start local 3 // int endPos
        22: .line 552
      StackMap locals: int int
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readInt32:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        23: .line 553
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* endPos */
        24: .line 551
            if_icmplt 22
        25: .line 554
            aload 0 /* this */
            iload 3 /* endPos */
            invokevirtual com.google.protobuf.CodedInputStreamReader.requirePosition:(I)V
        26: .line 555
            goto 35
        end local 3 // int endPos
        end local 2 // int bytes
        27: .line 558
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readInt32:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 559
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 30
        29: .line 560
            return
        30: .line 562
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 4 /* nextTag */
        start local 4 // int nextTag
        31: .line 563
            iload 4 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 27
        32: .line 565
            aload 0 /* this */
            iload 4 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        33: .line 566
            return
        end local 4 // int nextTag
        34: .line 570
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        35: .line 573
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Lcom/google/protobuf/CodedInputStreamReader;
            0   36     1   target  Ljava/util/List<Ljava/lang/Integer;>;
            2   18     2    plist  Lcom/google/protobuf/IntArrayList;
            4   10     3    bytes  I
            5   10     4   endPos  I
           14   17     5  nextTag  I
           21   27     2    bytes  I
           22   27     3   endPos  I
           31   34     4  nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/Integer;>;)V
    MethodParameters:
        Name  Flags
      target  

  public void readFixed64List(java.util.List<java.lang.Long>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 577
            aload 1 /* target */
            instanceof com.google.protobuf.LongArrayList
            ifeq 19
         1: .line 578
            aload 1 /* target */
            checkcast com.google.protobuf.LongArrayList
            astore 2 /* plist */
        start local 2 // com.google.protobuf.LongArrayList plist
         2: .line 579
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 1 - 2
                    1: 10
                    2: 3
              default: 17
          }
         3: .line 581
      StackMap locals: com.google.protobuf.LongArrayList
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 3 /* bytes */
        start local 3 // int bytes
         4: .line 582
            aload 0 /* this */
            iload 3 /* bytes */
            invokevirtual com.google.protobuf.CodedInputStreamReader.verifyPackedFixed64Length:(I)V
         5: .line 583
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* bytes */
            iadd
            istore 4 /* endPos */
        start local 4 // int endPos
         6: .line 585
      StackMap locals: int int
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readFixed64:()J
            invokevirtual com.google.protobuf.LongArrayList.addLong:(J)V
         7: .line 586
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 4 /* endPos */
         8: .line 584
            if_icmplt 6
         9: .line 587
            goto 35
        end local 4 // int endPos
        end local 3 // int bytes
        10: .line 590
      StackMap locals:
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readFixed64:()J
            invokevirtual com.google.protobuf.LongArrayList.addLong:(J)V
        11: .line 591
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 13
        12: .line 592
            return
        13: .line 594
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* nextTag */
        start local 5 // int nextTag
        14: .line 595
            iload 5 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 10
        15: .line 597
            aload 0 /* this */
            iload 5 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        16: .line 598
            return
        end local 5 // int nextTag
        17: .line 602
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        end local 2 // com.google.protobuf.LongArrayList plist
        18: .line 604
      StackMap locals:
      StackMap stack:
            goto 35
        19: .line 605
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 1 - 2
                    1: 27
                    2: 20
              default: 34
          }
        20: .line 607
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 2 /* bytes */
        start local 2 // int bytes
        21: .line 608
            aload 0 /* this */
            iload 2 /* bytes */
            invokevirtual com.google.protobuf.CodedInputStreamReader.verifyPackedFixed64Length:(I)V
        22: .line 609
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 2 /* bytes */
            iadd
            istore 3 /* endPos */
        start local 3 // int endPos
        23: .line 611
      StackMap locals: int int
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readFixed64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        24: .line 612
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* endPos */
        25: .line 610
            if_icmplt 23
        26: .line 613
            goto 35
        end local 3 // int endPos
        end local 2 // int bytes
        27: .line 616
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readFixed64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 617
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 30
        29: .line 618
            return
        30: .line 620
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 4 /* nextTag */
        start local 4 // int nextTag
        31: .line 621
            iload 4 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 27
        32: .line 623
            aload 0 /* this */
            iload 4 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        33: .line 624
            return
        end local 4 // int nextTag
        34: .line 628
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        35: .line 631
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Lcom/google/protobuf/CodedInputStreamReader;
            0   36     1   target  Ljava/util/List<Ljava/lang/Long;>;
            2   18     2    plist  Lcom/google/protobuf/LongArrayList;
            4   10     3    bytes  I
            6   10     4   endPos  I
           14   17     5  nextTag  I
           21   27     2    bytes  I
           23   27     3   endPos  I
           31   34     4  nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/Long;>;)V
    MethodParameters:
        Name  Flags
      target  

  public void readFixed32List(java.util.List<java.lang.Integer>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 635
            aload 1 /* target */
            instanceof com.google.protobuf.IntArrayList
            ifeq 19
         1: .line 636
            aload 1 /* target */
            checkcast com.google.protobuf.IntArrayList
            astore 2 /* plist */
        start local 2 // com.google.protobuf.IntArrayList plist
         2: .line 637
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 2 - 5
                    2: 3
                    3: 17
                    4: 17
                    5: 10
              default: 17
          }
         3: .line 639
      StackMap locals: com.google.protobuf.IntArrayList
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 3 /* bytes */
        start local 3 // int bytes
         4: .line 640
            aload 0 /* this */
            iload 3 /* bytes */
            invokevirtual com.google.protobuf.CodedInputStreamReader.verifyPackedFixed32Length:(I)V
         5: .line 641
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* bytes */
            iadd
            istore 4 /* endPos */
        start local 4 // int endPos
         6: .line 643
      StackMap locals: int int
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readFixed32:()I
            invokevirtual com.google.protobuf.IntArrayList.addInt:(I)V
         7: .line 644
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 4 /* endPos */
         8: .line 642
            if_icmplt 6
         9: .line 645
            goto 35
        end local 4 // int endPos
        end local 3 // int bytes
        10: .line 648
      StackMap locals:
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readFixed32:()I
            invokevirtual com.google.protobuf.IntArrayList.addInt:(I)V
        11: .line 649
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 13
        12: .line 650
            return
        13: .line 652
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* nextTag */
        start local 5 // int nextTag
        14: .line 653
            iload 5 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 10
        15: .line 655
            aload 0 /* this */
            iload 5 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        16: .line 656
            return
        end local 5 // int nextTag
        17: .line 660
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        end local 2 // com.google.protobuf.IntArrayList plist
        18: .line 662
      StackMap locals:
      StackMap stack:
            goto 35
        19: .line 663
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 2 - 5
                    2: 20
                    3: 34
                    4: 34
                    5: 27
              default: 34
          }
        20: .line 665
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 2 /* bytes */
        start local 2 // int bytes
        21: .line 666
            aload 0 /* this */
            iload 2 /* bytes */
            invokevirtual com.google.protobuf.CodedInputStreamReader.verifyPackedFixed32Length:(I)V
        22: .line 667
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 2 /* bytes */
            iadd
            istore 3 /* endPos */
        start local 3 // int endPos
        23: .line 669
      StackMap locals: int int
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readFixed32:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        24: .line 670
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* endPos */
        25: .line 668
            if_icmplt 23
        26: .line 671
            goto 35
        end local 3 // int endPos
        end local 2 // int bytes
        27: .line 674
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readFixed32:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 675
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 30
        29: .line 676
            return
        30: .line 678
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 4 /* nextTag */
        start local 4 // int nextTag
        31: .line 679
            iload 4 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 27
        32: .line 681
            aload 0 /* this */
            iload 4 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        33: .line 682
            return
        end local 4 // int nextTag
        34: .line 686
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        35: .line 689
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Lcom/google/protobuf/CodedInputStreamReader;
            0   36     1   target  Ljava/util/List<Ljava/lang/Integer;>;
            2   18     2    plist  Lcom/google/protobuf/IntArrayList;
            4   10     3    bytes  I
            6   10     4   endPos  I
           14   17     5  nextTag  I
           21   27     2    bytes  I
           23   27     3   endPos  I
           31   34     4  nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/Integer;>;)V
    MethodParameters:
        Name  Flags
      target  

  public void readBoolList(java.util.List<java.lang.Boolean>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 693
            aload 1 /* target */
            instanceof com.google.protobuf.BooleanArrayList
            ifeq 19
         1: .line 694
            aload 1 /* target */
            checkcast com.google.protobuf.BooleanArrayList
            astore 2 /* plist */
        start local 2 // com.google.protobuf.BooleanArrayList plist
         2: .line 695
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 2
                    0: 10
                    1: 17
                    2: 3
              default: 17
          }
         3: .line 697
      StackMap locals: com.google.protobuf.BooleanArrayList
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 3 /* bytes */
        start local 3 // int bytes
         4: .line 698
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* bytes */
            iadd
            istore 4 /* endPos */
        start local 4 // int endPos
         5: .line 700
      StackMap locals: int int
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readBool:()Z
            invokevirtual com.google.protobuf.BooleanArrayList.addBoolean:(Z)V
         6: .line 701
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 4 /* endPos */
         7: .line 699
            if_icmplt 5
         8: .line 702
            aload 0 /* this */
            iload 4 /* endPos */
            invokevirtual com.google.protobuf.CodedInputStreamReader.requirePosition:(I)V
         9: .line 703
            goto 35
        end local 4 // int endPos
        end local 3 // int bytes
        10: .line 706
      StackMap locals:
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readBool:()Z
            invokevirtual com.google.protobuf.BooleanArrayList.addBoolean:(Z)V
        11: .line 707
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 13
        12: .line 708
            return
        13: .line 710
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* nextTag */
        start local 5 // int nextTag
        14: .line 711
            iload 5 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 10
        15: .line 713
            aload 0 /* this */
            iload 5 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        16: .line 714
            return
        end local 5 // int nextTag
        17: .line 718
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        end local 2 // com.google.protobuf.BooleanArrayList plist
        18: .line 720
      StackMap locals:
      StackMap stack:
            goto 35
        19: .line 721
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 2
                    0: 27
                    1: 34
                    2: 20
              default: 34
          }
        20: .line 723
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 2 /* bytes */
        start local 2 // int bytes
        21: .line 724
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 2 /* bytes */
            iadd
            istore 3 /* endPos */
        start local 3 // int endPos
        22: .line 726
      StackMap locals: int int
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readBool:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        23: .line 727
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* endPos */
        24: .line 725
            if_icmplt 22
        25: .line 728
            aload 0 /* this */
            iload 3 /* endPos */
            invokevirtual com.google.protobuf.CodedInputStreamReader.requirePosition:(I)V
        26: .line 729
            goto 35
        end local 3 // int endPos
        end local 2 // int bytes
        27: .line 732
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readBool:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 733
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 30
        29: .line 734
            return
        30: .line 736
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 4 /* nextTag */
        start local 4 // int nextTag
        31: .line 737
            iload 4 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 27
        32: .line 739
            aload 0 /* this */
            iload 4 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        33: .line 740
            return
        end local 4 // int nextTag
        34: .line 744
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        35: .line 747
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Lcom/google/protobuf/CodedInputStreamReader;
            0   36     1   target  Ljava/util/List<Ljava/lang/Boolean;>;
            2   18     2    plist  Lcom/google/protobuf/BooleanArrayList;
            4   10     3    bytes  I
            5   10     4   endPos  I
           14   17     5  nextTag  I
           21   27     2    bytes  I
           22   27     3   endPos  I
           31   34     4  nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/Boolean;>;)V
    MethodParameters:
        Name  Flags
      target  

  public void readStringList(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 751
            aload 0 /* this */
            aload 1 /* target */
            iconst_0
            invokevirtual com.google.protobuf.CodedInputStreamReader.readStringListInternal:(Ljava/util/List;Z)V
         1: .line 752
            return
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/google/protobuf/CodedInputStreamReader;
            0    2     1  target  Ljava/util/List<Ljava/lang/String;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/String;>;)V
    MethodParameters:
        Name  Flags
      target  

  public void readStringListRequireUtf8(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 756
            aload 0 /* this */
            aload 1 /* target */
            iconst_1
            invokevirtual com.google.protobuf.CodedInputStreamReader.readStringListInternal:(Ljava/util/List;Z)V
         1: .line 757
            return
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/google/protobuf/CodedInputStreamReader;
            0    2     1  target  Ljava/util/List<Ljava/lang/String;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/String;>;)V
    MethodParameters:
        Name  Flags
      target  

  public void readStringListInternal(java.util.List<java.lang.String>, );
    descriptor: (Ljava/util/List;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
        start local 2 // boolean requireUtf8
         0: .line 760
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            iconst_2
            if_icmpeq 2
         1: .line 761
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
         2: .line 764
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            instanceof com.google.protobuf.LazyStringList
            ifeq 11
            iload 2 /* requireUtf8 */
            ifne 11
         3: .line 765
            aload 1 /* target */
            checkcast com.google.protobuf.LazyStringList
            astore 3 /* lazyList */
        start local 3 // com.google.protobuf.LazyStringList lazyList
         4: .line 767
      StackMap locals: com.google.protobuf.LazyStringList
      StackMap stack:
            aload 3 /* lazyList */
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readBytes:()Lcom/google/protobuf/ByteString;
            invokeinterface com.google.protobuf.LazyStringList.add:(Lcom/google/protobuf/ByteString;)V
         5: .line 768
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 7
         6: .line 769
            return
         7: .line 771
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 4 /* nextTag */
        start local 4 // int nextTag
         8: .line 772
            iload 4 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 4
         9: .line 774
            aload 0 /* this */
            iload 4 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        10: .line 775
            return
        end local 4 // int nextTag
        end local 3 // com.google.protobuf.LazyStringList lazyList
        11: .line 780
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            iload 2 /* requireUtf8 */
            ifeq 12
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readStringRequireUtf8:()Ljava/lang/String;
            goto 13
      StackMap locals:
      StackMap stack: java.util.List
        12: aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readString:()Ljava/lang/String;
      StackMap locals: com.google.protobuf.CodedInputStreamReader java.util.List int
      StackMap stack: java.util.List java.lang.String
        13: invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        14: .line 781
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 16
        15: .line 782
            return
        16: .line 784
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 3 /* nextTag */
        start local 3 // int nextTag
        17: .line 785
            iload 3 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 11
        18: .line 787
            aload 0 /* this */
            iload 3 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        19: .line 788
            return
        end local 3 // int nextTag
        end local 2 // boolean requireUtf8
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Lcom/google/protobuf/CodedInputStreamReader;
            0   20     1       target  Ljava/util/List<Ljava/lang/String;>;
            0   20     2  requireUtf8  Z
            4   11     3     lazyList  Lcom/google/protobuf/LazyStringList;
            8   11     4      nextTag  I
           17   20     3      nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/String;>;Z)V
    MethodParameters:
             Name  Flags
      target       
      requireUtf8  

  public <T> void readMessageList(java.util.List<T>, java.lang.Class<T>, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/util/List;Ljava/lang/Class;Lcom/google/protobuf/ExtensionRegistryLite;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
        start local 2 // java.lang.Class targetType
        start local 3 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 798
            invokestatic com.google.protobuf.Protobuf.getInstance:()Lcom/google/protobuf/Protobuf;
            aload 2 /* targetType */
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Class;)Lcom/google/protobuf/Schema;
            astore 4 /* schema */
        start local 4 // com.google.protobuf.Schema schema
         1: .line 799
            aload 0 /* this */
            aload 1 /* target */
            aload 4 /* schema */
            aload 3 /* extensionRegistry */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readMessageList:(Ljava/util/List;Lcom/google/protobuf/Schema;Lcom/google/protobuf/ExtensionRegistryLite;)V
         2: .line 800
            return
        end local 4 // com.google.protobuf.Schema schema
        end local 3 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 2 // java.lang.Class targetType
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/google/protobuf/CodedInputStreamReader;
            0    3     1             target  Ljava/util/List<TT;>;
            0    3     2         targetType  Ljava/lang/Class<TT;>;
            0    3     3  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            1    3     4             schema  Lcom/google/protobuf/Schema<TT;>;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Ljava/util/List<TT;>;Ljava/lang/Class<TT;>;Lcom/google/protobuf/ExtensionRegistryLite;)V
    MethodParameters:
                   Name  Flags
      target             
      targetType         
      extensionRegistry  

  public <T> void readMessageList(java.util.List<T>, com.google.protobuf.Schema<T>, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/util/List;Lcom/google/protobuf/Schema;Lcom/google/protobuf/ExtensionRegistryLite;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
        start local 2 // com.google.protobuf.Schema schema
        start local 3 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 806
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            iconst_2
            if_icmpeq 2
         1: .line 807
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
         2: .line 809
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            istore 4 /* listTag */
        start local 4 // int listTag
         3: .line 811
      StackMap locals: int
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            aload 2 /* schema */
            aload 3 /* extensionRegistry */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readMessage:(Lcom/google/protobuf/Schema;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 812
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifne 5
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.nextTag:I
            ifeq 6
         5: .line 813
      StackMap locals:
      StackMap stack:
            return
         6: .line 815
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* nextTag */
        start local 5 // int nextTag
         7: .line 816
            iload 5 /* nextTag */
            iload 4 /* listTag */
            if_icmpeq 3
         8: .line 818
            aload 0 /* this */
            iload 5 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
         9: .line 819
            return
        end local 5 // int nextTag
        end local 4 // int listTag
        end local 3 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 2 // com.google.protobuf.Schema schema
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lcom/google/protobuf/CodedInputStreamReader;
            0   10     1             target  Ljava/util/List<TT;>;
            0   10     2             schema  Lcom/google/protobuf/Schema<TT;>;
            0   10     3  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            3   10     4            listTag  I
            7   10     5            nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Ljava/util/List<TT;>;Lcom/google/protobuf/Schema<TT;>;Lcom/google/protobuf/ExtensionRegistryLite;)V
    MethodParameters:
                   Name  Flags
      target             
      schema             
      extensionRegistry  

  public <T> void readGroupList(java.util.List<T>, java.lang.Class<T>, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/util/List;Ljava/lang/Class;Lcom/google/protobuf/ExtensionRegistryLite;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
        start local 2 // java.lang.Class targetType
        start local 3 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 828
            invokestatic com.google.protobuf.Protobuf.getInstance:()Lcom/google/protobuf/Protobuf;
            aload 2 /* targetType */
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Class;)Lcom/google/protobuf/Schema;
            astore 4 /* schema */
        start local 4 // com.google.protobuf.Schema schema
         1: .line 829
            aload 0 /* this */
            aload 1 /* target */
            aload 4 /* schema */
            aload 3 /* extensionRegistry */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readGroupList:(Ljava/util/List;Lcom/google/protobuf/Schema;Lcom/google/protobuf/ExtensionRegistryLite;)V
         2: .line 830
            return
        end local 4 // com.google.protobuf.Schema schema
        end local 3 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 2 // java.lang.Class targetType
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/google/protobuf/CodedInputStreamReader;
            0    3     1             target  Ljava/util/List<TT;>;
            0    3     2         targetType  Ljava/lang/Class<TT;>;
            0    3     3  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            1    3     4             schema  Lcom/google/protobuf/Schema<TT;>;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Ljava/util/List<TT;>;Ljava/lang/Class<TT;>;Lcom/google/protobuf/ExtensionRegistryLite;)V
    MethodParameters:
                   Name  Flags
      target             
      targetType         
      extensionRegistry  

  public <T> void readGroupList(java.util.List<T>, com.google.protobuf.Schema<T>, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/util/List;Lcom/google/protobuf/Schema;Lcom/google/protobuf/ExtensionRegistryLite;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
        start local 2 // com.google.protobuf.Schema schema
        start local 3 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 836
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            iconst_3
            if_icmpeq 2
         1: .line 837
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
         2: .line 839
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            istore 4 /* listTag */
        start local 4 // int listTag
         3: .line 841
      StackMap locals: int
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            aload 2 /* schema */
            aload 3 /* extensionRegistry */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readGroup:(Lcom/google/protobuf/Schema;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 842
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifne 5
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.nextTag:I
            ifeq 6
         5: .line 843
      StackMap locals:
      StackMap stack:
            return
         6: .line 845
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* nextTag */
        start local 5 // int nextTag
         7: .line 846
            iload 5 /* nextTag */
            iload 4 /* listTag */
            if_icmpeq 3
         8: .line 848
            aload 0 /* this */
            iload 5 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
         9: .line 849
            return
        end local 5 // int nextTag
        end local 4 // int listTag
        end local 3 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 2 // com.google.protobuf.Schema schema
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lcom/google/protobuf/CodedInputStreamReader;
            0   10     1             target  Ljava/util/List<TT;>;
            0   10     2             schema  Lcom/google/protobuf/Schema<TT;>;
            0   10     3  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            3   10     4            listTag  I
            7   10     5            nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Ljava/util/List<TT;>;Lcom/google/protobuf/Schema<TT;>;Lcom/google/protobuf/ExtensionRegistryLite;)V
    MethodParameters:
                   Name  Flags
      target             
      schema             
      extensionRegistry  

  public void readBytesList(java.util.List<com.google.protobuf.ByteString>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 856
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            iconst_2
            if_icmpeq 2
         1: .line 857
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
         2: .line 861
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readBytes:()Lcom/google/protobuf/ByteString;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 862
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 5
         4: .line 863
            return
         5: .line 865
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 2 /* nextTag */
        start local 2 // int nextTag
         6: .line 866
            iload 2 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 2
         7: .line 868
            aload 0 /* this */
            iload 2 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
         8: .line 869
            return
        end local 2 // int nextTag
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lcom/google/protobuf/CodedInputStreamReader;
            0    9     1   target  Ljava/util/List<Lcom/google/protobuf/ByteString;>;
            6    9     2  nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Lcom/google/protobuf/ByteString;>;)V
    MethodParameters:
        Name  Flags
      target  

  public void readUInt32List(java.util.List<java.lang.Integer>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 876
            aload 1 /* target */
            instanceof com.google.protobuf.IntArrayList
            ifeq 19
         1: .line 877
            aload 1 /* target */
            checkcast com.google.protobuf.IntArrayList
            astore 2 /* plist */
        start local 2 // com.google.protobuf.IntArrayList plist
         2: .line 878
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 2
                    0: 10
                    1: 17
                    2: 3
              default: 17
          }
         3: .line 880
      StackMap locals: com.google.protobuf.IntArrayList
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 3 /* bytes */
        start local 3 // int bytes
         4: .line 881
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* bytes */
            iadd
            istore 4 /* endPos */
        start local 4 // int endPos
         5: .line 883
      StackMap locals: int int
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            invokevirtual com.google.protobuf.IntArrayList.addInt:(I)V
         6: .line 884
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 4 /* endPos */
         7: .line 882
            if_icmplt 5
         8: .line 885
            aload 0 /* this */
            iload 4 /* endPos */
            invokevirtual com.google.protobuf.CodedInputStreamReader.requirePosition:(I)V
         9: .line 886
            goto 35
        end local 4 // int endPos
        end local 3 // int bytes
        10: .line 889
      StackMap locals:
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            invokevirtual com.google.protobuf.IntArrayList.addInt:(I)V
        11: .line 890
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 13
        12: .line 891
            return
        13: .line 893
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* nextTag */
        start local 5 // int nextTag
        14: .line 894
            iload 5 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 10
        15: .line 896
            aload 0 /* this */
            iload 5 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        16: .line 897
            return
        end local 5 // int nextTag
        17: .line 901
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        end local 2 // com.google.protobuf.IntArrayList plist
        18: .line 903
      StackMap locals:
      StackMap stack:
            goto 35
        19: .line 904
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 2
                    0: 27
                    1: 34
                    2: 20
              default: 34
          }
        20: .line 906
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 2 /* bytes */
        start local 2 // int bytes
        21: .line 907
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 2 /* bytes */
            iadd
            istore 3 /* endPos */
        start local 3 // int endPos
        22: .line 909
      StackMap locals: int int
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        23: .line 910
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* endPos */
        24: .line 908
            if_icmplt 22
        25: .line 911
            aload 0 /* this */
            iload 3 /* endPos */
            invokevirtual com.google.protobuf.CodedInputStreamReader.requirePosition:(I)V
        26: .line 912
            goto 35
        end local 3 // int endPos
        end local 2 // int bytes
        27: .line 915
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 916
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 30
        29: .line 917
            return
        30: .line 919
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 4 /* nextTag */
        start local 4 // int nextTag
        31: .line 920
            iload 4 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 27
        32: .line 922
            aload 0 /* this */
            iload 4 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        33: .line 923
            return
        end local 4 // int nextTag
        34: .line 927
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        35: .line 930
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Lcom/google/protobuf/CodedInputStreamReader;
            0   36     1   target  Ljava/util/List<Ljava/lang/Integer;>;
            2   18     2    plist  Lcom/google/protobuf/IntArrayList;
            4   10     3    bytes  I
            5   10     4   endPos  I
           14   17     5  nextTag  I
           21   27     2    bytes  I
           22   27     3   endPos  I
           31   34     4  nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/Integer;>;)V
    MethodParameters:
        Name  Flags
      target  

  public void readEnumList(java.util.List<java.lang.Integer>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 934
            aload 1 /* target */
            instanceof com.google.protobuf.IntArrayList
            ifeq 19
         1: .line 935
            aload 1 /* target */
            checkcast com.google.protobuf.IntArrayList
            astore 2 /* plist */
        start local 2 // com.google.protobuf.IntArrayList plist
         2: .line 936
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 2
                    0: 10
                    1: 17
                    2: 3
              default: 17
          }
         3: .line 938
      StackMap locals: com.google.protobuf.IntArrayList
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 3 /* bytes */
        start local 3 // int bytes
         4: .line 939
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* bytes */
            iadd
            istore 4 /* endPos */
        start local 4 // int endPos
         5: .line 941
      StackMap locals: int int
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readEnum:()I
            invokevirtual com.google.protobuf.IntArrayList.addInt:(I)V
         6: .line 942
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 4 /* endPos */
         7: .line 940
            if_icmplt 5
         8: .line 943
            aload 0 /* this */
            iload 4 /* endPos */
            invokevirtual com.google.protobuf.CodedInputStreamReader.requirePosition:(I)V
         9: .line 944
            goto 35
        end local 4 // int endPos
        end local 3 // int bytes
        10: .line 947
      StackMap locals:
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readEnum:()I
            invokevirtual com.google.protobuf.IntArrayList.addInt:(I)V
        11: .line 948
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 13
        12: .line 949
            return
        13: .line 951
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* nextTag */
        start local 5 // int nextTag
        14: .line 952
            iload 5 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 10
        15: .line 954
            aload 0 /* this */
            iload 5 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        16: .line 955
            return
        end local 5 // int nextTag
        17: .line 959
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        end local 2 // com.google.protobuf.IntArrayList plist
        18: .line 961
      StackMap locals:
      StackMap stack:
            goto 35
        19: .line 962
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 2
                    0: 27
                    1: 34
                    2: 20
              default: 34
          }
        20: .line 964
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 2 /* bytes */
        start local 2 // int bytes
        21: .line 965
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 2 /* bytes */
            iadd
            istore 3 /* endPos */
        start local 3 // int endPos
        22: .line 967
      StackMap locals: int int
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readEnum:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        23: .line 968
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* endPos */
        24: .line 966
            if_icmplt 22
        25: .line 969
            aload 0 /* this */
            iload 3 /* endPos */
            invokevirtual com.google.protobuf.CodedInputStreamReader.requirePosition:(I)V
        26: .line 970
            goto 35
        end local 3 // int endPos
        end local 2 // int bytes
        27: .line 973
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readEnum:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 974
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 30
        29: .line 975
            return
        30: .line 977
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 4 /* nextTag */
        start local 4 // int nextTag
        31: .line 978
            iload 4 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 27
        32: .line 980
            aload 0 /* this */
            iload 4 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        33: .line 981
            return
        end local 4 // int nextTag
        34: .line 985
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        35: .line 988
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Lcom/google/protobuf/CodedInputStreamReader;
            0   36     1   target  Ljava/util/List<Ljava/lang/Integer;>;
            2   18     2    plist  Lcom/google/protobuf/IntArrayList;
            4   10     3    bytes  I
            5   10     4   endPos  I
           14   17     5  nextTag  I
           21   27     2    bytes  I
           22   27     3   endPos  I
           31   34     4  nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/Integer;>;)V
    MethodParameters:
        Name  Flags
      target  

  public void readSFixed32List(java.util.List<java.lang.Integer>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 992
            aload 1 /* target */
            instanceof com.google.protobuf.IntArrayList
            ifeq 19
         1: .line 993
            aload 1 /* target */
            checkcast com.google.protobuf.IntArrayList
            astore 2 /* plist */
        start local 2 // com.google.protobuf.IntArrayList plist
         2: .line 994
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 2 - 5
                    2: 3
                    3: 17
                    4: 17
                    5: 10
              default: 17
          }
         3: .line 996
      StackMap locals: com.google.protobuf.IntArrayList
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 3 /* bytes */
        start local 3 // int bytes
         4: .line 997
            aload 0 /* this */
            iload 3 /* bytes */
            invokevirtual com.google.protobuf.CodedInputStreamReader.verifyPackedFixed32Length:(I)V
         5: .line 998
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* bytes */
            iadd
            istore 4 /* endPos */
        start local 4 // int endPos
         6: .line 1000
      StackMap locals: int int
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSFixed32:()I
            invokevirtual com.google.protobuf.IntArrayList.addInt:(I)V
         7: .line 1001
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 4 /* endPos */
         8: .line 999
            if_icmplt 6
         9: .line 1002
            goto 35
        end local 4 // int endPos
        end local 3 // int bytes
        10: .line 1005
      StackMap locals:
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSFixed32:()I
            invokevirtual com.google.protobuf.IntArrayList.addInt:(I)V
        11: .line 1006
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 13
        12: .line 1007
            return
        13: .line 1009
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* nextTag */
        start local 5 // int nextTag
        14: .line 1010
            iload 5 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 10
        15: .line 1012
            aload 0 /* this */
            iload 5 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        16: .line 1013
            return
        end local 5 // int nextTag
        17: .line 1017
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        end local 2 // com.google.protobuf.IntArrayList plist
        18: .line 1019
      StackMap locals:
      StackMap stack:
            goto 35
        19: .line 1020
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 2 - 5
                    2: 20
                    3: 34
                    4: 34
                    5: 27
              default: 34
          }
        20: .line 1022
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 2 /* bytes */
        start local 2 // int bytes
        21: .line 1023
            aload 0 /* this */
            iload 2 /* bytes */
            invokevirtual com.google.protobuf.CodedInputStreamReader.verifyPackedFixed32Length:(I)V
        22: .line 1024
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 2 /* bytes */
            iadd
            istore 3 /* endPos */
        start local 3 // int endPos
        23: .line 1026
      StackMap locals: int int
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSFixed32:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        24: .line 1027
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* endPos */
        25: .line 1025
            if_icmplt 23
        26: .line 1028
            goto 35
        end local 3 // int endPos
        end local 2 // int bytes
        27: .line 1031
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSFixed32:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 1032
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 30
        29: .line 1033
            return
        30: .line 1035
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 4 /* nextTag */
        start local 4 // int nextTag
        31: .line 1036
            iload 4 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 27
        32: .line 1038
            aload 0 /* this */
            iload 4 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        33: .line 1039
            return
        end local 4 // int nextTag
        34: .line 1043
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        35: .line 1046
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Lcom/google/protobuf/CodedInputStreamReader;
            0   36     1   target  Ljava/util/List<Ljava/lang/Integer;>;
            2   18     2    plist  Lcom/google/protobuf/IntArrayList;
            4   10     3    bytes  I
            6   10     4   endPos  I
           14   17     5  nextTag  I
           21   27     2    bytes  I
           23   27     3   endPos  I
           31   34     4  nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/Integer;>;)V
    MethodParameters:
        Name  Flags
      target  

  public void readSFixed64List(java.util.List<java.lang.Long>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 1050
            aload 1 /* target */
            instanceof com.google.protobuf.LongArrayList
            ifeq 19
         1: .line 1051
            aload 1 /* target */
            checkcast com.google.protobuf.LongArrayList
            astore 2 /* plist */
        start local 2 // com.google.protobuf.LongArrayList plist
         2: .line 1052
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 1 - 2
                    1: 10
                    2: 3
              default: 17
          }
         3: .line 1054
      StackMap locals: com.google.protobuf.LongArrayList
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 3 /* bytes */
        start local 3 // int bytes
         4: .line 1055
            aload 0 /* this */
            iload 3 /* bytes */
            invokevirtual com.google.protobuf.CodedInputStreamReader.verifyPackedFixed64Length:(I)V
         5: .line 1056
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* bytes */
            iadd
            istore 4 /* endPos */
        start local 4 // int endPos
         6: .line 1058
      StackMap locals: int int
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSFixed64:()J
            invokevirtual com.google.protobuf.LongArrayList.addLong:(J)V
         7: .line 1059
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 4 /* endPos */
         8: .line 1057
            if_icmplt 6
         9: .line 1060
            goto 35
        end local 4 // int endPos
        end local 3 // int bytes
        10: .line 1063
      StackMap locals:
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSFixed64:()J
            invokevirtual com.google.protobuf.LongArrayList.addLong:(J)V
        11: .line 1064
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 13
        12: .line 1065
            return
        13: .line 1067
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* nextTag */
        start local 5 // int nextTag
        14: .line 1068
            iload 5 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 10
        15: .line 1070
            aload 0 /* this */
            iload 5 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        16: .line 1071
            return
        end local 5 // int nextTag
        17: .line 1075
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        end local 2 // com.google.protobuf.LongArrayList plist
        18: .line 1077
      StackMap locals:
      StackMap stack:
            goto 35
        19: .line 1078
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 1 - 2
                    1: 27
                    2: 20
              default: 34
          }
        20: .line 1080
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 2 /* bytes */
        start local 2 // int bytes
        21: .line 1081
            aload 0 /* this */
            iload 2 /* bytes */
            invokevirtual com.google.protobuf.CodedInputStreamReader.verifyPackedFixed64Length:(I)V
        22: .line 1082
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 2 /* bytes */
            iadd
            istore 3 /* endPos */
        start local 3 // int endPos
        23: .line 1084
      StackMap locals: int int
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSFixed64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        24: .line 1085
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* endPos */
        25: .line 1083
            if_icmplt 23
        26: .line 1086
            goto 35
        end local 3 // int endPos
        end local 2 // int bytes
        27: .line 1089
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSFixed64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 1090
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 30
        29: .line 1091
            return
        30: .line 1093
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 4 /* nextTag */
        start local 4 // int nextTag
        31: .line 1094
            iload 4 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 27
        32: .line 1096
            aload 0 /* this */
            iload 4 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        33: .line 1097
            return
        end local 4 // int nextTag
        34: .line 1101
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        35: .line 1104
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Lcom/google/protobuf/CodedInputStreamReader;
            0   36     1   target  Ljava/util/List<Ljava/lang/Long;>;
            2   18     2    plist  Lcom/google/protobuf/LongArrayList;
            4   10     3    bytes  I
            6   10     4   endPos  I
           14   17     5  nextTag  I
           21   27     2    bytes  I
           23   27     3   endPos  I
           31   34     4  nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/Long;>;)V
    MethodParameters:
        Name  Flags
      target  

  public void readSInt32List(java.util.List<java.lang.Integer>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 1108
            aload 1 /* target */
            instanceof com.google.protobuf.IntArrayList
            ifeq 19
         1: .line 1109
            aload 1 /* target */
            checkcast com.google.protobuf.IntArrayList
            astore 2 /* plist */
        start local 2 // com.google.protobuf.IntArrayList plist
         2: .line 1110
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 2
                    0: 10
                    1: 17
                    2: 3
              default: 17
          }
         3: .line 1112
      StackMap locals: com.google.protobuf.IntArrayList
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 3 /* bytes */
        start local 3 // int bytes
         4: .line 1113
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* bytes */
            iadd
            istore 4 /* endPos */
        start local 4 // int endPos
         5: .line 1115
      StackMap locals: int int
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSInt32:()I
            invokevirtual com.google.protobuf.IntArrayList.addInt:(I)V
         6: .line 1116
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 4 /* endPos */
         7: .line 1114
            if_icmplt 5
         8: .line 1117
            aload 0 /* this */
            iload 4 /* endPos */
            invokevirtual com.google.protobuf.CodedInputStreamReader.requirePosition:(I)V
         9: .line 1118
            goto 35
        end local 4 // int endPos
        end local 3 // int bytes
        10: .line 1121
      StackMap locals:
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSInt32:()I
            invokevirtual com.google.protobuf.IntArrayList.addInt:(I)V
        11: .line 1122
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 13
        12: .line 1123
            return
        13: .line 1125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* nextTag */
        start local 5 // int nextTag
        14: .line 1126
            iload 5 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 10
        15: .line 1128
            aload 0 /* this */
            iload 5 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        16: .line 1129
            return
        end local 5 // int nextTag
        17: .line 1133
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        end local 2 // com.google.protobuf.IntArrayList plist
        18: .line 1135
      StackMap locals:
      StackMap stack:
            goto 35
        19: .line 1136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 2
                    0: 27
                    1: 34
                    2: 20
              default: 34
          }
        20: .line 1138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 2 /* bytes */
        start local 2 // int bytes
        21: .line 1139
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 2 /* bytes */
            iadd
            istore 3 /* endPos */
        start local 3 // int endPos
        22: .line 1141
      StackMap locals: int int
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSInt32:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        23: .line 1142
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* endPos */
        24: .line 1140
            if_icmplt 22
        25: .line 1143
            aload 0 /* this */
            iload 3 /* endPos */
            invokevirtual com.google.protobuf.CodedInputStreamReader.requirePosition:(I)V
        26: .line 1144
            goto 35
        end local 3 // int endPos
        end local 2 // int bytes
        27: .line 1147
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSInt32:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 1148
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 30
        29: .line 1149
            return
        30: .line 1151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 4 /* nextTag */
        start local 4 // int nextTag
        31: .line 1152
            iload 4 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 27
        32: .line 1154
            aload 0 /* this */
            iload 4 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        33: .line 1155
            return
        end local 4 // int nextTag
        34: .line 1159
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        35: .line 1162
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Lcom/google/protobuf/CodedInputStreamReader;
            0   36     1   target  Ljava/util/List<Ljava/lang/Integer;>;
            2   18     2    plist  Lcom/google/protobuf/IntArrayList;
            4   10     3    bytes  I
            5   10     4   endPos  I
           14   17     5  nextTag  I
           21   27     2    bytes  I
           22   27     3   endPos  I
           31   34     4  nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/Integer;>;)V
    MethodParameters:
        Name  Flags
      target  

  public void readSInt64List(java.util.List<java.lang.Long>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.List target
         0: .line 1166
            aload 1 /* target */
            instanceof com.google.protobuf.LongArrayList
            ifeq 19
         1: .line 1167
            aload 1 /* target */
            checkcast com.google.protobuf.LongArrayList
            astore 2 /* plist */
        start local 2 // com.google.protobuf.LongArrayList plist
         2: .line 1168
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 2
                    0: 10
                    1: 17
                    2: 3
              default: 17
          }
         3: .line 1170
      StackMap locals: com.google.protobuf.LongArrayList
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 3 /* bytes */
        start local 3 // int bytes
         4: .line 1171
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* bytes */
            iadd
            istore 4 /* endPos */
        start local 4 // int endPos
         5: .line 1173
      StackMap locals: int int
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSInt64:()J
            invokevirtual com.google.protobuf.LongArrayList.addLong:(J)V
         6: .line 1174
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 4 /* endPos */
         7: .line 1172
            if_icmplt 5
         8: .line 1175
            aload 0 /* this */
            iload 4 /* endPos */
            invokevirtual com.google.protobuf.CodedInputStreamReader.requirePosition:(I)V
         9: .line 1176
            goto 35
        end local 4 // int endPos
        end local 3 // int bytes
        10: .line 1179
      StackMap locals:
      StackMap stack:
            aload 2 /* plist */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSInt64:()J
            invokevirtual com.google.protobuf.LongArrayList.addLong:(J)V
        11: .line 1180
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 13
        12: .line 1181
            return
        13: .line 1183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 5 /* nextTag */
        start local 5 // int nextTag
        14: .line 1184
            iload 5 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 10
        15: .line 1186
            aload 0 /* this */
            iload 5 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        16: .line 1187
            return
        end local 5 // int nextTag
        17: .line 1191
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        end local 2 // com.google.protobuf.LongArrayList plist
        18: .line 1193
      StackMap locals:
      StackMap stack:
            goto 35
        19: .line 1194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            tableswitch { // 0 - 2
                    0: 27
                    1: 34
                    2: 20
              default: 34
          }
        20: .line 1196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 2 /* bytes */
        start local 2 // int bytes
        21: .line 1197
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 2 /* bytes */
            iadd
            istore 3 /* endPos */
        start local 3 // int endPos
        22: .line 1199
      StackMap locals: int int
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSInt64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        23: .line 1200
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 3 /* endPos */
        24: .line 1198
            if_icmplt 22
        25: .line 1201
            aload 0 /* this */
            iload 3 /* endPos */
            invokevirtual com.google.protobuf.CodedInputStreamReader.requirePosition:(I)V
        26: .line 1202
            goto 35
        end local 3 // int endPos
        end local 2 // int bytes
        27: .line 1205
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readSInt64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        28: .line 1206
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 30
        29: .line 1207
            return
        30: .line 1209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readTag:()I
            istore 4 /* nextTag */
        start local 4 // int nextTag
        31: .line 1210
            iload 4 /* nextTag */
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.tag:I
            if_icmpeq 27
        32: .line 1212
            aload 0 /* this */
            iload 4 /* nextTag */
            putfield com.google.protobuf.CodedInputStreamReader.nextTag:I
        33: .line 1213
            return
        end local 4 // int nextTag
        34: .line 1217
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.InvalidProtocolBufferException.invalidWireType:()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
            athrow
        35: .line 1220
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.List target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   36     0     this  Lcom/google/protobuf/CodedInputStreamReader;
            0   36     1   target  Ljava/util/List<Ljava/lang/Long;>;
            2   18     2    plist  Lcom/google/protobuf/LongArrayList;
            4   10     3    bytes  I
            5   10     4   endPos  I
           14   17     5  nextTag  I
           21   27     2    bytes  I
           22   27     3   endPos  I
           31   34     4  nextTag  I
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/List<Ljava/lang/Long;>;)V
    MethodParameters:
        Name  Flags
      target  

  private void verifyPackedFixed64Length(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // int bytes
         0: .line 1223
            iload 1 /* bytes */
            bipush 7
            iand
            ifeq 2
         1: .line 1225
            invokestatic com.google.protobuf.InvalidProtocolBufferException.parseFailure:()Lcom/google/protobuf/InvalidProtocolBufferException;
            athrow
         2: .line 1227
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int bytes
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/CodedInputStreamReader;
            0    3     1  bytes  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bytes  

  public <K, V> void readMap(java.util.Map<K, V>, com.google.protobuf.MapEntryLite$Metadata<K, V>, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Ljava/util/Map;Lcom/google/protobuf/MapEntryLite$Metadata;Lcom/google/protobuf/ExtensionRegistryLite;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=4
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // java.util.Map target
        start local 2 // com.google.protobuf.MapEntryLite$Metadata metadata
        start local 3 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 1236
            aload 0 /* this */
            iconst_2
            invokevirtual com.google.protobuf.CodedInputStreamReader.requireWireType:(I)V
         1: .line 1237
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.readUInt32:()I
            istore 4 /* size */
        start local 4 // int size
         2: .line 1238
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            iload 4 /* size */
            invokevirtual com.google.protobuf.CodedInputStream.pushLimit:(I)I
            istore 5 /* prevLimit */
        start local 5 // int prevLimit
         3: .line 1239
            aload 2 /* metadata */
            getfield com.google.protobuf.MapEntryLite$Metadata.defaultKey:Ljava/lang/Object;
            astore 6 /* key */
        start local 6 // java.lang.Object key
         4: .line 1240
            aload 2 /* metadata */
            getfield com.google.protobuf.MapEntryLite$Metadata.defaultValue:Ljava/lang/Object;
            astore 7 /* value */
        start local 7 // java.lang.Object value
         5: .line 1243
      StackMap locals: com.google.protobuf.CodedInputStreamReader java.util.Map com.google.protobuf.MapEntryLite$Metadata com.google.protobuf.ExtensionRegistryLite int int java.lang.Object java.lang.Object
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.getFieldNumber:()I
            istore 8 /* number */
        start local 8 // int number
         6: .line 1244
            iload 8 /* number */
            ldc 2147483647
            if_icmpeq 21
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.isAtEnd:()Z
            ifeq 8
         7: .line 1245
            goto 21
         8: .line 1248
      StackMap locals: int
      StackMap stack:
            iload 8 /* number */
            tableswitch { // 1 - 2
                    1: 9
                    2: 11
              default: 16
          }
         9: .line 1250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* metadata */
            getfield com.google.protobuf.MapEntryLite$Metadata.keyType:Lcom/google/protobuf/WireFormat$FieldType;
            aconst_null
            aconst_null
            invokevirtual com.google.protobuf.CodedInputStreamReader.readField:(Lcom/google/protobuf/WireFormat$FieldType;Ljava/lang/Class;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
            astore 6 /* key */
        10: .line 1251
            goto 5
        11: .line 1255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        12: .line 1256
            aload 2 /* metadata */
            getfield com.google.protobuf.MapEntryLite$Metadata.valueType:Lcom/google/protobuf/WireFormat$FieldType;
            aload 2 /* metadata */
            getfield com.google.protobuf.MapEntryLite$Metadata.defaultValue:Ljava/lang/Object;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 3 /* extensionRegistry */
        13: .line 1255
            invokevirtual com.google.protobuf.CodedInputStreamReader.readField:(Lcom/google/protobuf/WireFormat$FieldType;Ljava/lang/Class;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
        14: .line 1253
            astore 7 /* value */
        15: .line 1257
            goto 5
        16: .line 1259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.skipField:()Z
            ifne 5
        17: .line 1260
            new com.google.protobuf.InvalidProtocolBufferException
            dup
            ldc "Unable to parse map entry."
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 1264
      StackMap locals:
      StackMap stack: com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException
            pop
        19: .line 1266
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.skipField:()Z
            ifne 5
        20: .line 1267
            new com.google.protobuf.InvalidProtocolBufferException
            dup
            ldc "Unable to parse map entry."
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
            athrow
        end local 8 // int number
        21: .line 1271
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 6 /* key */
            aload 7 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        22: .line 1272
            goto 26
      StackMap locals:
      StackMap stack: java.lang.Throwable
        23: astore 9
        24: .line 1274
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            iload 5 /* prevLimit */
            invokevirtual com.google.protobuf.CodedInputStream.popLimit:(I)V
        25: .line 1275
            aload 9
            athrow
        26: .line 1274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            iload 5 /* prevLimit */
            invokevirtual com.google.protobuf.CodedInputStream.popLimit:(I)V
        27: .line 1276
            return
        end local 7 // java.lang.Object value
        end local 6 // java.lang.Object key
        end local 5 // int prevLimit
        end local 4 // int size
        end local 3 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 2 // com.google.protobuf.MapEntryLite$Metadata metadata
        end local 1 // java.util.Map target
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   28     0               this  Lcom/google/protobuf/CodedInputStreamReader;
            0   28     1             target  Ljava/util/Map<TK;TV;>;
            0   28     2           metadata  Lcom/google/protobuf/MapEntryLite$Metadata<TK;TV;>;
            0   28     3  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            2   28     4               size  I
            3   28     5          prevLimit  I
            4   28     6                key  TK;
            5   28     7              value  TV;
            6   21     8             number  I
      Exception table:
        from    to  target  type
           8    18      18  Class com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException
           5    23      23  any
    Exceptions:
      throws java.io.IOException
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/util/Map<TK;TV;>;Lcom/google/protobuf/MapEntryLite$Metadata<TK;TV;>;Lcom/google/protobuf/ExtensionRegistryLite;)V
    MethodParameters:
                   Name  Flags
      target             
      metadata           
      extensionRegistry  

  private  readField(com.google.protobuf.WireFormat$FieldType, java.lang.Class<?>, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/WireFormat$FieldType;Ljava/lang/Class;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // com.google.protobuf.WireFormat$FieldType fieldType
        start local 2 // java.lang.Class messageType
        start local 3 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 1281
            invokestatic com.google.protobuf.CodedInputStreamReader.$SWITCH_TABLE$com$google$protobuf$WireFormat$FieldType:()[I
            aload 1 /* fieldType */
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            iaload
            tableswitch { // 1 - 18
                    1: 3
                    2: 7
                    3: 9
                    4: 17
                    5: 8
                    6: 6
                    7: 5
                    8: 1
                    9: 15
                   10: 18
                   11: 10
                   12: 2
                   13: 16
                   14: 4
                   15: 11
                   16: 12
                   17: 13
                   18: 14
              default: 18
          }
         1: .line 1283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readBool:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         2: .line 1285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readBytes:()Lcom/google/protobuf/ByteString;
            areturn
         3: .line 1287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readDouble:()D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
         4: .line 1289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readEnum:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         5: .line 1291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readFixed32:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         6: .line 1293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readFixed64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
         7: .line 1295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readFloat:()F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            areturn
         8: .line 1297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readInt32:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         9: .line 1299
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readInt64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        10: .line 1301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* messageType */
            aload 3 /* extensionRegistry */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readMessage:(Ljava/lang/Class;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
            areturn
        11: .line 1303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readSFixed32:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        12: .line 1305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readSFixed64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        13: .line 1307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readSInt32:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        14: .line 1309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readSInt64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        15: .line 1311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readStringRequireUtf8:()Ljava/lang/String;
            areturn
        16: .line 1313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readUInt32:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        17: .line 1315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.CodedInputStreamReader.readUInt64:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        18: .line 1317
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "unsupported field type."
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 2 // java.lang.Class messageType
        end local 1 // com.google.protobuf.WireFormat$FieldType fieldType
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   19     0               this  Lcom/google/protobuf/CodedInputStreamReader;
            0   19     1          fieldType  Lcom/google/protobuf/WireFormat$FieldType;
            0   19     2        messageType  Ljava/lang/Class<*>;
            0   19     3  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws java.io.IOException
    Signature: (Lcom/google/protobuf/WireFormat$FieldType;Ljava/lang/Class<*>;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
    MethodParameters:
                   Name  Flags
      fieldType          
      messageType        
      extensionRegistry  

  private void verifyPackedFixed32Length(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // int bytes
         0: .line 1322
            iload 1 /* bytes */
            iconst_3
            iand
            ifeq 2
         1: .line 1324
            invokestatic com.google.protobuf.InvalidProtocolBufferException.parseFailure:()Lcom/google/protobuf/InvalidProtocolBufferException;
            athrow
         2: .line 1326
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int bytes
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/CodedInputStreamReader;
            0    3     1  bytes  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bytes  

  private void requirePosition(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.CodedInputStreamReader this
        start local 1 // int expectedPosition
         0: .line 1329
            aload 0 /* this */
            getfield com.google.protobuf.CodedInputStreamReader.input:Lcom/google/protobuf/CodedInputStream;
            invokevirtual com.google.protobuf.CodedInputStream.getTotalBytesRead:()I
            iload 1 /* expectedPosition */
            if_icmpeq 2
         1: .line 1330
            invokestatic com.google.protobuf.InvalidProtocolBufferException.truncatedMessage:()Lcom/google/protobuf/InvalidProtocolBufferException;
            athrow
         2: .line 1332
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int expectedPosition
        end local 0 // com.google.protobuf.CodedInputStreamReader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/google/protobuf/CodedInputStreamReader;
            0    3     1  expectedPosition  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                  Name  Flags
      expectedPosition  

  static int[] $SWITCH_TABLE$com$google$protobuf$WireFormat$FieldType();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 48
            getstatic com.google.protobuf.CodedInputStreamReader.$SWITCH_TABLE$com$google$protobuf$WireFormat$FieldType:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.google.protobuf.WireFormat$FieldType.values:()[Lcom/google/protobuf/WireFormat$FieldType;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.BOOL:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            bipush 8
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.BYTES:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            bipush 12
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.DOUBLE:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.ENUM:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            bipush 14
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.FIXED32:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            bipush 7
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.FIXED64:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            bipush 6
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.FLOAT:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            iconst_2
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.GROUP:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            bipush 10
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.INT32:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            iconst_5
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.INT64:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            iconst_3
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.MESSAGE:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            bipush 11
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.SFIXED32:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            bipush 15
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.SFIXED64:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            bipush 16
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.SINT32:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            bipush 17
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.SINT64:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            bipush 18
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.STRING:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            bipush 9
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.UINT32:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            bipush 13
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic com.google.protobuf.WireFormat$FieldType.UINT64:Lcom/google/protobuf/WireFormat$FieldType;
            invokevirtual com.google.protobuf.WireFormat$FieldType.ordinal:()I
            iconst_4
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            dup
            putstatic com.google.protobuf.CodedInputStreamReader.$SWITCH_TABLE$com$google$protobuf$WireFormat$FieldType:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError
}
SourceFile: "CodedInputStreamReader.java"
InnerClasses:
  public InvalidWireTypeException = com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException of com.google.protobuf.InvalidProtocolBufferException
  Metadata = com.google.protobuf.MapEntryLite$Metadata of com.google.protobuf.MapEntryLite
  public FieldType = com.google.protobuf.WireFormat$FieldType of com.google.protobuf.WireFormat