public abstract class com.google.protobuf.GeneratedMessageLite<MessageType extends com.google.protobuf.GeneratedMessageLite<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite$Builder<MessageType, BuilderType>> extends com.google.protobuf.AbstractMessageLite<MessageType, BuilderType>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.protobuf.GeneratedMessageLite
  super_class: com.google.protobuf.AbstractMessageLite
{
  protected com.google.protobuf.UnknownFieldSetLite unknownFields;
    descriptor: Lcom/google/protobuf/UnknownFieldSetLite;
    flags: (0x0004) ACC_PROTECTED

  protected int memoizedSerializedSize;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  private static java.util.Map<java.lang.Object, com.google.protobuf.GeneratedMessageLite<?, ?>> defaultInstanceMap;
    descriptor: Ljava/util/Map;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/Map<Ljava/lang/Object;Lcom/google/protobuf/GeneratedMessageLite<**>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 283
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
         1: .line 282
            putstatic com.google.protobuf.GeneratedMessageLite.defaultInstanceMap:Ljava/util/Map;
         2: .line 283
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.GeneratedMessageLite this
         0: .line 60
            aload 0 /* this */
            invokespecial com.google.protobuf.AbstractMessageLite.<init>:()V
         1: .line 66
            aload 0 /* this */
            invokestatic com.google.protobuf.UnknownFieldSetLite.getDefaultInstance:()Lcom/google/protobuf/UnknownFieldSetLite;
            putfield com.google.protobuf.GeneratedMessageLite.unknownFields:Lcom/google/protobuf/UnknownFieldSetLite;
         2: .line 69
            aload 0 /* this */
            iconst_m1
            putfield com.google.protobuf.GeneratedMessageLite.memoizedSerializedSize:I
         3: .line 60
            return
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;

  public final com.google.protobuf.Parser<MessageType> getParserForType();
    descriptor: ()Lcom/google/protobuf/Parser;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.GeneratedMessageLite this
         0: .line 74
            aload 0 /* this */
            getstatic com.google.protobuf.GeneratedMessageLite$MethodToInvoke.GET_PARSER:Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;
            invokevirtual com.google.protobuf.GeneratedMessageLite.dynamicMethod:(Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;)Ljava/lang/Object;
            checkcast com.google.protobuf.Parser
            areturn
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;
    Signature: ()Lcom/google/protobuf/Parser<TMessageType;>;

  public final MessageType getDefaultInstanceForType();
    descriptor: ()Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.GeneratedMessageLite this
         0: .line 80
            aload 0 /* this */
            getstatic com.google.protobuf.GeneratedMessageLite$MethodToInvoke.GET_DEFAULT_INSTANCE:Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;
            invokevirtual com.google.protobuf.GeneratedMessageLite.dynamicMethod:(Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;)Ljava/lang/Object;
            checkcast com.google.protobuf.GeneratedMessageLite
            areturn
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;
    Signature: ()TMessageType;

  public final BuilderType newBuilderForType();
    descriptor: ()Lcom/google/protobuf/GeneratedMessageLite$Builder;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.GeneratedMessageLite this
         0: .line 86
            aload 0 /* this */
            getstatic com.google.protobuf.GeneratedMessageLite$MethodToInvoke.NEW_BUILDER:Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;
            invokevirtual com.google.protobuf.GeneratedMessageLite.dynamicMethod:(Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;)Ljava/lang/Object;
            checkcast com.google.protobuf.GeneratedMessageLite$Builder
            areturn
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;
    Signature: ()TBuilderType;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.GeneratedMessageLite this
         0: .line 103
            aload 0 /* this */
            aload 0 /* this */
            invokespecial java.lang.Object.toString:()Ljava/lang/String;
            invokestatic com.google.protobuf.MessageLiteToString.toString:(Lcom/google/protobuf/MessageLite;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.GeneratedMessageLite this
         0: .line 109
            aload 0 /* this */
            getfield com.google.protobuf.GeneratedMessageLite.memoizedHashCode:I
            ifeq 2
         1: .line 110
            aload 0 /* this */
            getfield com.google.protobuf.GeneratedMessageLite.memoizedHashCode:I
            ireturn
         2: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic com.google.protobuf.Protobuf.getInstance:()Lcom/google/protobuf/Protobuf;
            aload 0 /* this */
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Object;)Lcom/google/protobuf/Schema;
            aload 0 /* this */
            invokeinterface com.google.protobuf.Schema.hashCode:(Ljava/lang/Object;)I
            putfield com.google.protobuf.GeneratedMessageLite.memoizedHashCode:I
         3: .line 113
            aload 0 /* this */
            getfield com.google.protobuf.GeneratedMessageLite.memoizedHashCode:I
            ireturn
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.GeneratedMessageLite this
        start local 1 // java.lang.Object other
         0: .line 119
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 120
            iconst_1
            ireturn
         2: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.GeneratedMessageLite.getDefaultInstanceForType:()Lcom/google/protobuf/GeneratedMessageLite;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* other */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 124
            iconst_0
            ireturn
         4: .line 127
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.Protobuf.getInstance:()Lcom/google/protobuf/Protobuf;
            aload 0 /* this */
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Object;)Lcom/google/protobuf/Schema;
            aload 0 /* this */
            aload 1 /* other */
            checkcast com.google.protobuf.GeneratedMessageLite
            invokeinterface com.google.protobuf.Schema.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;
            0    5     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

  private final void ensureUnknownFieldsInitialized();
    descriptor: ()V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.GeneratedMessageLite this
         0: .line 136
            aload 0 /* this */
            getfield com.google.protobuf.GeneratedMessageLite.unknownFields:Lcom/google/protobuf/UnknownFieldSetLite;
            invokestatic com.google.protobuf.UnknownFieldSetLite.getDefaultInstance:()Lcom/google/protobuf/UnknownFieldSetLite;
            if_acmpne 2
         1: .line 137
            aload 0 /* this */
            invokestatic com.google.protobuf.UnknownFieldSetLite.newInstance:()Lcom/google/protobuf/UnknownFieldSetLite;
            putfield com.google.protobuf.GeneratedMessageLite.unknownFields:Lcom/google/protobuf/UnknownFieldSetLite;
         2: .line 139
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;

  protected boolean parseUnknownField(int, com.google.protobuf.CodedInputStream);
    descriptor: (ILcom/google/protobuf/CodedInputStream;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.GeneratedMessageLite this
        start local 1 // int tag
        start local 2 // com.google.protobuf.CodedInputStream input
         0: .line 148
            iload 1 /* tag */
            invokestatic com.google.protobuf.WireFormat.getTagWireType:(I)I
            iconst_4
            if_icmpne 2
         1: .line 149
            iconst_0
            ireturn
         2: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.protobuf.GeneratedMessageLite.ensureUnknownFieldsInitialized:()V
         3: .line 153
            aload 0 /* this */
            getfield com.google.protobuf.GeneratedMessageLite.unknownFields:Lcom/google/protobuf/UnknownFieldSetLite;
            iload 1 /* tag */
            aload 2 /* input */
            invokevirtual com.google.protobuf.UnknownFieldSetLite.mergeFieldFrom:(ILcom/google/protobuf/CodedInputStream;)Z
            ireturn
        end local 2 // com.google.protobuf.CodedInputStream input
        end local 1 // int tag
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;
            0    4     1    tag  I
            0    4     2  input  Lcom/google/protobuf/CodedInputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      tag    
      input  

  protected void mergeVarintField(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.GeneratedMessageLite this
        start local 1 // int tag
        start local 2 // int value
         0: .line 158
            aload 0 /* this */
            invokevirtual com.google.protobuf.GeneratedMessageLite.ensureUnknownFieldsInitialized:()V
         1: .line 159
            aload 0 /* this */
            getfield com.google.protobuf.GeneratedMessageLite.unknownFields:Lcom/google/protobuf/UnknownFieldSetLite;
            iload 1 /* tag */
            iload 2 /* value */
            invokevirtual com.google.protobuf.UnknownFieldSetLite.mergeVarintField:(II)Lcom/google/protobuf/UnknownFieldSetLite;
            pop
         2: .line 160
            return
        end local 2 // int value
        end local 1 // int tag
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;
            0    3     1    tag  I
            0    3     2  value  I
    MethodParameters:
       Name  Flags
      tag    
      value  

  protected void mergeLengthDelimitedField(int, com.google.protobuf.ByteString);
    descriptor: (ILcom/google/protobuf/ByteString;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.GeneratedMessageLite this
        start local 1 // int fieldNumber
        start local 2 // com.google.protobuf.ByteString value
         0: .line 164
            aload 0 /* this */
            invokevirtual com.google.protobuf.GeneratedMessageLite.ensureUnknownFieldsInitialized:()V
         1: .line 165
            aload 0 /* this */
            getfield com.google.protobuf.GeneratedMessageLite.unknownFields:Lcom/google/protobuf/UnknownFieldSetLite;
            iload 1 /* fieldNumber */
            aload 2 /* value */
            invokevirtual com.google.protobuf.UnknownFieldSetLite.mergeLengthDelimitedField:(ILcom/google/protobuf/ByteString;)Lcom/google/protobuf/UnknownFieldSetLite;
            pop
         2: .line 166
            return
        end local 2 // com.google.protobuf.ByteString value
        end local 1 // int fieldNumber
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;
            0    3     1  fieldNumber  I
            0    3     2        value  Lcom/google/protobuf/ByteString;
    MethodParameters:
             Name  Flags
      fieldNumber  
      value        

  protected void makeImmutable();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.GeneratedMessageLite this
         0: .line 170
            invokestatic com.google.protobuf.Protobuf.getInstance:()Lcom/google/protobuf/Protobuf;
            aload 0 /* this */
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Object;)Lcom/google/protobuf/Schema;
            aload 0 /* this */
            invokeinterface com.google.protobuf.Schema.makeImmutable:(Ljava/lang/Object;)V
         1: .line 171
            return
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;

  protected final <MessageType extends com.google.protobuf.GeneratedMessageLite<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite$Builder<MessageType, BuilderType>> BuilderType createBuilder();
    descriptor: ()Lcom/google/protobuf/GeneratedMessageLite$Builder;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.GeneratedMessageLite this
         0: .line 177
            aload 0 /* this */
            getstatic com.google.protobuf.GeneratedMessageLite$MethodToInvoke.NEW_BUILDER:Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;
            invokevirtual com.google.protobuf.GeneratedMessageLite.dynamicMethod:(Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;)Ljava/lang/Object;
            checkcast com.google.protobuf.GeneratedMessageLite$Builder
            areturn
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;
    Signature: <MessageType:Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;BuilderType:Lcom/google/protobuf/GeneratedMessageLite$Builder<TMessageType;TBuilderType;>;>()TBuilderType;

  protected final <MessageType extends com.google.protobuf.GeneratedMessageLite<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite$Builder<MessageType, BuilderType>> BuilderType createBuilder();
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite$Builder;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.GeneratedMessageLite this
        start local 1 // com.google.protobuf.GeneratedMessageLite prototype
         0: .line 184
            aload 0 /* this */
            invokevirtual com.google.protobuf.GeneratedMessageLite.createBuilder:()Lcom/google/protobuf/GeneratedMessageLite$Builder;
            aload 1 /* prototype */
            invokevirtual com.google.protobuf.GeneratedMessageLite$Builder.mergeFrom:(Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite$Builder;
            areturn
        end local 1 // com.google.protobuf.GeneratedMessageLite prototype
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;
            0    1     1  prototype  TMessageType;
    Signature: <MessageType:Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;BuilderType:Lcom/google/protobuf/GeneratedMessageLite$Builder<TMessageType;TBuilderType;>;>(TMessageType;)TBuilderType;
    MethodParameters:
           Name  Flags
      prototype  

  public final boolean isInitialized();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.GeneratedMessageLite this
         0: .line 189
            aload 0 /* this */
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            invokestatic com.google.protobuf.GeneratedMessageLite.isInitialized:(Lcom/google/protobuf/GeneratedMessageLite;Z)Z
            ireturn
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;

  public final BuilderType toBuilder();
    descriptor: ()Lcom/google/protobuf/GeneratedMessageLite$Builder;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.protobuf.GeneratedMessageLite this
         0: .line 195
            aload 0 /* this */
            getstatic com.google.protobuf.GeneratedMessageLite$MethodToInvoke.NEW_BUILDER:Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;
            invokevirtual com.google.protobuf.GeneratedMessageLite.dynamicMethod:(Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;)Ljava/lang/Object;
            checkcast com.google.protobuf.GeneratedMessageLite$Builder
            astore 1 /* builder */
        start local 1 // com.google.protobuf.GeneratedMessageLite$Builder builder
         1: .line 196
            aload 1 /* builder */
            aload 0 /* this */
            invokevirtual com.google.protobuf.GeneratedMessageLite$Builder.mergeFrom:(Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite$Builder;
            pop
         2: .line 197
            aload 1 /* builder */
            areturn
        end local 1 // com.google.protobuf.GeneratedMessageLite$Builder builder
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;
            1    3     1  builder  TBuilderType;
    Signature: ()TBuilderType;

  protected abstract java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      method  
      arg0    
      arg1    

  protected java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.google.protobuf.GeneratedMessageLite this
        start local 1 // com.google.protobuf.GeneratedMessageLite$MethodToInvoke method
        start local 2 // java.lang.Object arg0
         0: .line 246
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* arg0 */
            aconst_null
            invokevirtual com.google.protobuf.GeneratedMessageLite.dynamicMethod:(Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object arg0
        end local 1 // com.google.protobuf.GeneratedMessageLite$MethodToInvoke method
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;
            0    1     1  method  Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;
            0    1     2    arg0  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      method  
      arg0    

  protected java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite$MethodToInvoke);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.protobuf.GeneratedMessageLite this
        start local 1 // com.google.protobuf.GeneratedMessageLite$MethodToInvoke method
         0: .line 251
            aload 0 /* this */
            aload 1 /* method */
            aconst_null
            aconst_null
            invokevirtual com.google.protobuf.GeneratedMessageLite.dynamicMethod:(Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // com.google.protobuf.GeneratedMessageLite$MethodToInvoke method
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;
            0    1     1  method  Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;
    MethodParameters:
        Name  Flags
      method  

  int getMemoizedSerializedSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.GeneratedMessageLite this
         0: .line 256
            aload 0 /* this */
            getfield com.google.protobuf.GeneratedMessageLite.memoizedSerializedSize:I
            ireturn
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;

  void setMemoizedSerializedSize(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.protobuf.GeneratedMessageLite this
        start local 1 // int size
         0: .line 261
            aload 0 /* this */
            iload 1 /* size */
            putfield com.google.protobuf.GeneratedMessageLite.memoizedSerializedSize:I
         1: .line 262
            return
        end local 1 // int size
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;
            0    2     1  size  I
    MethodParameters:
      Name  Flags
      size  

  public void writeTo(com.google.protobuf.CodedOutputStream);
    descriptor: (Lcom/google/protobuf/CodedOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.GeneratedMessageLite this
        start local 1 // com.google.protobuf.CodedOutputStream output
         0: .line 265
            invokestatic com.google.protobuf.Protobuf.getInstance:()Lcom/google/protobuf/Protobuf;
         1: .line 266
            aload 0 /* this */
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Object;)Lcom/google/protobuf/Schema;
         2: .line 267
            aload 0 /* this */
            aload 1 /* output */
            invokestatic com.google.protobuf.CodedOutputStreamWriter.forCodedOutput:(Lcom/google/protobuf/CodedOutputStream;)Lcom/google/protobuf/CodedOutputStreamWriter;
            invokeinterface com.google.protobuf.Schema.writeTo:(Ljava/lang/Object;Lcom/google/protobuf/Writer;)V
         3: .line 268
            return
        end local 1 // com.google.protobuf.CodedOutputStream output
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;
            0    4     1  output  Lcom/google/protobuf/CodedOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      output  

  public int getSerializedSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.GeneratedMessageLite this
         0: .line 271
            aload 0 /* this */
            getfield com.google.protobuf.GeneratedMessageLite.memoizedSerializedSize:I
            iconst_m1
            if_icmpne 2
         1: .line 272
            aload 0 /* this */
            invokestatic com.google.protobuf.Protobuf.getInstance:()Lcom/google/protobuf/Protobuf;
            aload 0 /* this */
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Object;)Lcom/google/protobuf/Schema;
            aload 0 /* this */
            invokeinterface com.google.protobuf.Schema.getSerializedSize:(Ljava/lang/Object;)I
            putfield com.google.protobuf.GeneratedMessageLite.memoizedSerializedSize:I
         2: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.protobuf.GeneratedMessageLite.memoizedSerializedSize:I
            ireturn
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;

  java.lang.Object buildMessageInfo();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.GeneratedMessageLite this
         0: .line 279
            aload 0 /* this */
            getstatic com.google.protobuf.GeneratedMessageLite$MethodToInvoke.BUILD_MESSAGE_INFO:Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;
            invokevirtual com.google.protobuf.GeneratedMessageLite.dynamicMethod:(Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;)Ljava/lang/Object;
            areturn
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;
    Exceptions:
      throws java.lang.Exception

  static <T extends com.google.protobuf.GeneratedMessageLite<?, ?>> T getDefaultInstance(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 287
            getstatic com.google.protobuf.GeneratedMessageLite.defaultInstanceMap:Ljava/util/Map;
            aload 0 /* clazz */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.protobuf.GeneratedMessageLite
            astore 1 /* result */
        start local 1 // com.google.protobuf.GeneratedMessageLite result
         1: .line 288
            aload 1 /* result */
            ifnonnull 7
         2: .line 292
            aload 0 /* clazz */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            iconst_1
            aload 0 /* clazz */
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            pop
         3: .line 293
            goto 6
      StackMap locals: java.lang.Class com.google.protobuf.GeneratedMessageLite
      StackMap stack: java.lang.ClassNotFoundException
         4: astore 2 /* e */
        start local 2 // java.lang.ClassNotFoundException e
         5: .line 294
            new java.lang.IllegalStateException
            dup
            ldc "Class initialization cannot fail."
            aload 2 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.ClassNotFoundException e
         6: .line 296
      StackMap locals:
      StackMap stack:
            getstatic com.google.protobuf.GeneratedMessageLite.defaultInstanceMap:Ljava/util/Map;
            aload 0 /* clazz */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.protobuf.GeneratedMessageLite
            astore 1 /* result */
         7: .line 298
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            ifnonnull 12
         8: .line 301
            aload 0 /* clazz */
            invokestatic com.google.protobuf.UnsafeUtil.allocateInstance:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.google.protobuf.GeneratedMessageLite
            invokevirtual com.google.protobuf.GeneratedMessageLite.getDefaultInstanceForType:()Lcom/google/protobuf/GeneratedMessageLite;
            astore 1 /* result */
         9: .line 303
            aload 1 /* result */
            ifnonnull 11
        10: .line 304
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        11: .line 306
      StackMap locals:
      StackMap stack:
            getstatic com.google.protobuf.GeneratedMessageLite.defaultInstanceMap:Ljava/util/Map;
            aload 0 /* clazz */
            aload 1 /* result */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        12: .line 308
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // com.google.protobuf.GeneratedMessageLite result
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0   clazz  Ljava/lang/Class<TT;>;
            1   13     1  result  TT;
            5    6     2       e  Ljava/lang/ClassNotFoundException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.ClassNotFoundException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<**>;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
       Name  Flags
      clazz  

  protected static <T extends com.google.protobuf.GeneratedMessageLite<?, ?>> void registerDefaultInstance(java.lang.Class<T>, );
    descriptor: (Ljava/lang/Class;Lcom/google/protobuf/GeneratedMessageLite;)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.Class clazz
        start local 1 // com.google.protobuf.GeneratedMessageLite defaultInstance
         0: .line 313
            getstatic com.google.protobuf.GeneratedMessageLite.defaultInstanceMap:Ljava/util/Map;
            aload 0 /* clazz */
            aload 1 /* defaultInstance */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 314
            return
        end local 1 // com.google.protobuf.GeneratedMessageLite defaultInstance
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0            clazz  Ljava/lang/Class<TT;>;
            0    2     1  defaultInstance  TT;
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<**>;>(Ljava/lang/Class<TT;>;TT;)V
    MethodParameters:
                 Name  Flags
      clazz            
      defaultInstance  

  protected static java.lang.Object newMessageInfo(com.google.protobuf.MessageLite, java.lang.String, java.lang.Object[]);
    descriptor: (Lcom/google/protobuf/MessageLite;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.google.protobuf.MessageLite defaultInstance
        start local 1 // java.lang.String info
        start local 2 // java.lang.Object[] objects
         0: .line 318
            new com.google.protobuf.RawMessageInfo
            dup
            aload 0 /* defaultInstance */
            aload 1 /* info */
            aload 2 /* objects */
            invokespecial com.google.protobuf.RawMessageInfo.<init>:(Lcom/google/protobuf/MessageLite;Ljava/lang/String;[Ljava/lang/Object;)V
            areturn
        end local 2 // java.lang.Object[] objects
        end local 1 // java.lang.String info
        end local 0 // com.google.protobuf.MessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0  defaultInstance  Lcom/google/protobuf/MessageLite;
            0    1     1             info  Ljava/lang/String;
            0    1     2          objects  [Ljava/lang/Object;
    MethodParameters:
                 Name  Flags
      defaultInstance  
      info             
      objects          

  protected final void mergeUnknownFields(com.google.protobuf.UnknownFieldSetLite);
    descriptor: (Lcom/google/protobuf/UnknownFieldSetLite;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.GeneratedMessageLite this
        start local 1 // com.google.protobuf.UnknownFieldSetLite unknownFields
         0: .line 327
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.protobuf.GeneratedMessageLite.unknownFields:Lcom/google/protobuf/UnknownFieldSetLite;
            aload 1 /* unknownFields */
            invokestatic com.google.protobuf.UnknownFieldSetLite.mutableCopyOf:(Lcom/google/protobuf/UnknownFieldSetLite;Lcom/google/protobuf/UnknownFieldSetLite;)Lcom/google/protobuf/UnknownFieldSetLite;
            putfield com.google.protobuf.GeneratedMessageLite.unknownFields:Lcom/google/protobuf/UnknownFieldSetLite;
         1: .line 328
            return
        end local 1 // com.google.protobuf.UnknownFieldSetLite unknownFields
        end local 0 // com.google.protobuf.GeneratedMessageLite this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;
            0    2     1  unknownFields  Lcom/google/protobuf/UnknownFieldSetLite;
    MethodParameters:
               Name  Flags
      unknownFields  

  public static <ContainingType extends com.google.protobuf.MessageLite, Type> com.google.protobuf.GeneratedMessageLite$GeneratedExtension<ContainingType, Type> newSingularGeneratedExtension(ContainingType, Type, com.google.protobuf.MessageLite, com.google.protobuf.Internal$EnumLiteMap<?>, int, com.google.protobuf.WireFormat$FieldType, java.lang.Class);
    descriptor: (Lcom/google/protobuf/MessageLite;Ljava/lang/Object;Lcom/google/protobuf/MessageLite;Lcom/google/protobuf/Internal$EnumLiteMap;ILcom/google/protobuf/WireFormat$FieldType;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageLite$GeneratedExtension;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=12, locals=7, args_size=7
        start local 0 // com.google.protobuf.MessageLite containingTypeDefaultInstance
        start local 1 // java.lang.Object defaultValue
        start local 2 // com.google.protobuf.MessageLite messageDefaultInstance
        start local 3 // com.google.protobuf.Internal$EnumLiteMap enumTypeMap
        start local 4 // int number
        start local 5 // com.google.protobuf.WireFormat$FieldType type
        start local 6 // java.lang.Class singularType
         0: .line 1047
            new com.google.protobuf.GeneratedMessageLite$GeneratedExtension
            dup
         1: .line 1048
            aload 0 /* containingTypeDefaultInstance */
         2: .line 1049
            aload 1 /* defaultValue */
         3: .line 1050
            aload 2 /* messageDefaultInstance */
         4: .line 1051
            new com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor
            dup
         5: .line 1052
            aload 3 /* enumTypeMap */
            iload 4 /* number */
            aload 5 /* type */
            iconst_0
            iconst_0
         6: .line 1051
            invokespecial com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor.<init>:(Lcom/google/protobuf/Internal$EnumLiteMap;ILcom/google/protobuf/WireFormat$FieldType;ZZ)V
         7: .line 1053
            aload 6 /* singularType */
         8: .line 1047
            invokespecial com.google.protobuf.GeneratedMessageLite$GeneratedExtension.<init>:(Lcom/google/protobuf/MessageLite;Ljava/lang/Object;Lcom/google/protobuf/MessageLite;Lcom/google/protobuf/GeneratedMessageLite$ExtensionDescriptor;Ljava/lang/Class;)V
            areturn
        end local 6 // java.lang.Class singularType
        end local 5 // com.google.protobuf.WireFormat$FieldType type
        end local 4 // int number
        end local 3 // com.google.protobuf.Internal$EnumLiteMap enumTypeMap
        end local 2 // com.google.protobuf.MessageLite messageDefaultInstance
        end local 1 // java.lang.Object defaultValue
        end local 0 // com.google.protobuf.MessageLite containingTypeDefaultInstance
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    9     0  containingTypeDefaultInstance  TContainingType;
            0    9     1                   defaultValue  TType;
            0    9     2         messageDefaultInstance  Lcom/google/protobuf/MessageLite;
            0    9     3                    enumTypeMap  Lcom/google/protobuf/Internal$EnumLiteMap<*>;
            0    9     4                         number  I
            0    9     5                           type  Lcom/google/protobuf/WireFormat$FieldType;
            0    9     6                   singularType  Ljava/lang/Class;
    Signature: <ContainingType::Lcom/google/protobuf/MessageLite;Type:Ljava/lang/Object;>(TContainingType;TType;Lcom/google/protobuf/MessageLite;Lcom/google/protobuf/Internal$EnumLiteMap<*>;ILcom/google/protobuf/WireFormat$FieldType;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageLite$GeneratedExtension<TContainingType;TType;>;
    MethodParameters:
                               Name  Flags
      containingTypeDefaultInstance  final
      defaultValue                   final
      messageDefaultInstance         final
      enumTypeMap                    final
      number                         final
      type                           final
      singularType                   final

  public static <ContainingType extends com.google.protobuf.MessageLite, Type> com.google.protobuf.GeneratedMessageLite$GeneratedExtension<ContainingType, Type> newRepeatedGeneratedExtension(ContainingType, com.google.protobuf.MessageLite, com.google.protobuf.Internal$EnumLiteMap<?>, int, com.google.protobuf.WireFormat$FieldType, boolean, java.lang.Class);
    descriptor: (Lcom/google/protobuf/MessageLite;Lcom/google/protobuf/MessageLite;Lcom/google/protobuf/Internal$EnumLiteMap;ILcom/google/protobuf/WireFormat$FieldType;ZLjava/lang/Class;)Lcom/google/protobuf/GeneratedMessageLite$GeneratedExtension;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=12, locals=8, args_size=7
        start local 0 // com.google.protobuf.MessageLite containingTypeDefaultInstance
        start local 1 // com.google.protobuf.MessageLite messageDefaultInstance
        start local 2 // com.google.protobuf.Internal$EnumLiteMap enumTypeMap
        start local 3 // int number
        start local 4 // com.google.protobuf.WireFormat$FieldType type
        start local 5 // boolean isPacked
        start local 6 // java.lang.Class singularType
         0: .line 1067
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            astore 7 /* emptyList */
        start local 7 // java.lang.Object emptyList
         1: .line 1068
            new com.google.protobuf.GeneratedMessageLite$GeneratedExtension
            dup
         2: .line 1069
            aload 0 /* containingTypeDefaultInstance */
         3: .line 1070
            aload 7 /* emptyList */
         4: .line 1071
            aload 1 /* messageDefaultInstance */
         5: .line 1072
            new com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor
            dup
            aload 2 /* enumTypeMap */
            iload 3 /* number */
            aload 4 /* type */
            iconst_1
            iload 5 /* isPacked */
            invokespecial com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor.<init>:(Lcom/google/protobuf/Internal$EnumLiteMap;ILcom/google/protobuf/WireFormat$FieldType;ZZ)V
         6: .line 1073
            aload 6 /* singularType */
         7: .line 1068
            invokespecial com.google.protobuf.GeneratedMessageLite$GeneratedExtension.<init>:(Lcom/google/protobuf/MessageLite;Ljava/lang/Object;Lcom/google/protobuf/MessageLite;Lcom/google/protobuf/GeneratedMessageLite$ExtensionDescriptor;Ljava/lang/Class;)V
            areturn
        end local 7 // java.lang.Object emptyList
        end local 6 // java.lang.Class singularType
        end local 5 // boolean isPacked
        end local 4 // com.google.protobuf.WireFormat$FieldType type
        end local 3 // int number
        end local 2 // com.google.protobuf.Internal$EnumLiteMap enumTypeMap
        end local 1 // com.google.protobuf.MessageLite messageDefaultInstance
        end local 0 // com.google.protobuf.MessageLite containingTypeDefaultInstance
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0    8     0  containingTypeDefaultInstance  TContainingType;
            0    8     1         messageDefaultInstance  Lcom/google/protobuf/MessageLite;
            0    8     2                    enumTypeMap  Lcom/google/protobuf/Internal$EnumLiteMap<*>;
            0    8     3                         number  I
            0    8     4                           type  Lcom/google/protobuf/WireFormat$FieldType;
            0    8     5                       isPacked  Z
            0    8     6                   singularType  Ljava/lang/Class;
            1    8     7                      emptyList  TType;
    Signature: <ContainingType::Lcom/google/protobuf/MessageLite;Type:Ljava/lang/Object;>(TContainingType;Lcom/google/protobuf/MessageLite;Lcom/google/protobuf/Internal$EnumLiteMap<*>;ILcom/google/protobuf/WireFormat$FieldType;ZLjava/lang/Class;)Lcom/google/protobuf/GeneratedMessageLite$GeneratedExtension<TContainingType;TType;>;
    MethodParameters:
                               Name  Flags
      containingTypeDefaultInstance  final
      messageDefaultInstance         final
      enumTypeMap                    final
      number                         final
      type                           final
      isPacked                       final
      singularType                   final

  static java.lang.reflect.Method getMethodOrDie(java.lang.Class, java.lang.String, java.lang.Class[]);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
    flags: (0x0088) ACC_STATIC, ACC_VARARGS
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // java.lang.Class clazz
        start local 1 // java.lang.String name
        start local 2 // java.lang.Class[] params
         0: .line 1146
            aload 0 /* clazz */
            aload 1 /* name */
            aload 2 /* params */
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
         1: areturn
         2: .line 1147
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
            astore 3 /* e */
        start local 3 // java.lang.NoSuchMethodException e
         3: .line 1148
            new java.lang.RuntimeException
            dup
         4: .line 1149
            new java.lang.StringBuilder
            dup
            ldc "Generated message class \""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* clazz */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\" missing method \""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\"."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 1150
            aload 3 /* e */
         6: .line 1148
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.NoSuchMethodException e
        end local 2 // java.lang.Class[] params
        end local 1 // java.lang.String name
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0   clazz  Ljava/lang/Class;
            0    7     1    name  Ljava/lang/String;
            0    7     2  params  [Ljava/lang/Class;
            3    7     3       e  Ljava/lang/NoSuchMethodException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.NoSuchMethodException
    MethodParameters:
        Name  Flags
      clazz   
      name    
      params  

  static java.lang.Object invokeOrDie(java.lang.reflect.Method, java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0088) ACC_STATIC, ACC_VARARGS
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // java.lang.reflect.Method method
        start local 1 // java.lang.Object object
        start local 2 // java.lang.Object[] params
         0: .line 1157
            aload 0 /* method */
            aload 1 /* object */
            aload 2 /* params */
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
         1: areturn
         2: .line 1158
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 3 /* e */
        start local 3 // java.lang.IllegalAccessException e
         3: .line 1159
            new java.lang.RuntimeException
            dup
         4: .line 1160
            ldc "Couldn't use Java reflection to implement protocol message reflection."
            aload 3 /* e */
         5: .line 1159
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.IllegalAccessException e
         6: .line 1161
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 3 /* e */
        start local 3 // java.lang.reflect.InvocationTargetException e
         7: .line 1162
            aload 3 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            astore 4 /* cause */
        start local 4 // java.lang.Throwable cause
         8: .line 1163
            aload 4 /* cause */
            instanceof java.lang.RuntimeException
            ifeq 10
         9: .line 1164
            aload 4 /* cause */
            checkcast java.lang.RuntimeException
            athrow
        10: .line 1165
      StackMap locals: java.lang.reflect.InvocationTargetException java.lang.Throwable
      StackMap stack:
            aload 4 /* cause */
            instanceof java.lang.Error
            ifeq 12
        11: .line 1166
            aload 4 /* cause */
            checkcast java.lang.Error
            athrow
        12: .line 1168
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
        13: .line 1169
            ldc "Unexpected exception thrown by generated accessor method."
            aload 4 /* cause */
        14: .line 1168
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.Throwable cause
        end local 3 // java.lang.reflect.InvocationTargetException e
        end local 2 // java.lang.Object[] params
        end local 1 // java.lang.Object object
        end local 0 // java.lang.reflect.Method method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0  method  Ljava/lang/reflect/Method;
            0   15     1  object  Ljava/lang/Object;
            0   15     2  params  [Ljava/lang/Object;
            3    6     3       e  Ljava/lang/IllegalAccessException;
            7   15     3       e  Ljava/lang/reflect/InvocationTargetException;
            8   15     4   cause  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
           0     1       6  Class java.lang.reflect.InvocationTargetException
    MethodParameters:
        Name  Flags
      method  
      object  
      params  

  private static <MessageType extends com.google.protobuf.GeneratedMessageLite$ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite$ExtendableBuilder<MessageType, BuilderType>, T> com.google.protobuf.GeneratedMessageLite$GeneratedExtension<MessageType, T> checkIsLite(com.google.protobuf.ExtensionLite<MessageType, T>);
    descriptor: (Lcom/google/protobuf/ExtensionLite;)Lcom/google/protobuf/GeneratedMessageLite$GeneratedExtension;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.protobuf.ExtensionLite extension
         0: .line 1398
            aload 0 /* extension */
            invokevirtual com.google.protobuf.ExtensionLite.isLite:()Z
            ifne 2
         1: .line 1399
            new java.lang.IllegalArgumentException
            dup
            ldc "Expected a lite extension."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1402
      StackMap locals:
      StackMap stack:
            aload 0 /* extension */
            checkcast com.google.protobuf.GeneratedMessageLite$GeneratedExtension
            areturn
        end local 0 // com.google.protobuf.ExtensionLite extension
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0  extension  Lcom/google/protobuf/ExtensionLite<TMessageType;TT;>;
    Signature: <MessageType:Lcom/google/protobuf/GeneratedMessageLite$ExtendableMessage<TMessageType;TBuilderType;>;BuilderType:Lcom/google/protobuf/GeneratedMessageLite$ExtendableBuilder<TMessageType;TBuilderType;>;T:Ljava/lang/Object;>(Lcom/google/protobuf/ExtensionLite<TMessageType;TT;>;)Lcom/google/protobuf/GeneratedMessageLite$GeneratedExtension<TMessageType;TT;>;
    MethodParameters:
           Name  Flags
      extension  

  protected static final <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> boolean isInitialized(T, );
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;Z)Z
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.google.protobuf.GeneratedMessageLite message
        start local 1 // boolean shouldMemoize
         0: .line 1413
            aload 0 /* message */
            getstatic com.google.protobuf.GeneratedMessageLite$MethodToInvoke.GET_MEMOIZED_IS_INITIALIZED:Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;
            invokevirtual com.google.protobuf.GeneratedMessageLite.dynamicMethod:(Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;)Ljava/lang/Object;
            checkcast java.lang.Byte
            invokevirtual java.lang.Byte.byteValue:()B
         1: .line 1412
            istore 2 /* memoizedIsInitialized */
        start local 2 // byte memoizedIsInitialized
         2: .line 1414
            iload 2 /* memoizedIsInitialized */
            iconst_1
            if_icmpne 4
         3: .line 1415
            iconst_1
            ireturn
         4: .line 1417
      StackMap locals: int
      StackMap stack:
            iload 2 /* memoizedIsInitialized */
            ifne 6
         5: .line 1418
            iconst_0
            ireturn
         6: .line 1420
      StackMap locals:
      StackMap stack:
            invokestatic com.google.protobuf.Protobuf.getInstance:()Lcom/google/protobuf/Protobuf;
            aload 0 /* message */
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Object;)Lcom/google/protobuf/Schema;
            aload 0 /* message */
            invokeinterface com.google.protobuf.Schema.isInitialized:(Ljava/lang/Object;)Z
            istore 3 /* isInitialized */
        start local 3 // boolean isInitialized
         7: .line 1421
            iload 1 /* shouldMemoize */
            ifeq 12
         8: .line 1422
            aload 0 /* message */
         9: .line 1423
            getstatic com.google.protobuf.GeneratedMessageLite$MethodToInvoke.SET_MEMOIZED_IS_INITIALIZED:Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;
            iload 3 /* isInitialized */
            ifeq 10
            aload 0 /* message */
            goto 11
      StackMap locals: com.google.protobuf.GeneratedMessageLite int int int
      StackMap stack: com.google.protobuf.GeneratedMessageLite com.google.protobuf.GeneratedMessageLite$MethodToInvoke
        10: aconst_null
        11: .line 1422
      StackMap locals: com.google.protobuf.GeneratedMessageLite int int int
      StackMap stack: com.google.protobuf.GeneratedMessageLite com.google.protobuf.GeneratedMessageLite$MethodToInvoke com.google.protobuf.GeneratedMessageLite
            invokevirtual com.google.protobuf.GeneratedMessageLite.dynamicMethod:(Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        12: .line 1425
      StackMap locals:
      StackMap stack:
            iload 3 /* isInitialized */
            ireturn
        end local 3 // boolean isInitialized
        end local 2 // byte memoizedIsInitialized
        end local 1 // boolean shouldMemoize
        end local 0 // com.google.protobuf.GeneratedMessageLite message
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   13     0                message  TT;
            0   13     1          shouldMemoize  Z
            2   13     2  memoizedIsInitialized  B
            7   13     3          isInitialized  Z
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;Z)Z
    MethodParameters:
               Name  Flags
      message        
      shouldMemoize  

  protected static com.google.protobuf.Internal$IntList emptyIntList();
    descriptor: ()Lcom/google/protobuf/Internal$IntList;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1429
            invokestatic com.google.protobuf.IntArrayList.emptyList:()Lcom/google/protobuf/IntArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected static com.google.protobuf.Internal$IntList mutableCopy(com.google.protobuf.Internal$IntList);
    descriptor: (Lcom/google/protobuf/Internal$IntList;)Lcom/google/protobuf/Internal$IntList;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.protobuf.Internal$IntList list
         0: .line 1433
            aload 0 /* list */
            invokeinterface com.google.protobuf.Internal$IntList.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 1434
            aload 0 /* list */
         2: .line 1435
            iload 1 /* size */
            ifne 3
            bipush 10
            goto 4
      StackMap locals: com.google.protobuf.Internal$IntList int
      StackMap stack: com.google.protobuf.Internal$IntList
         3: iload 1 /* size */
            iconst_2
            imul
         4: .line 1434
      StackMap locals: com.google.protobuf.Internal$IntList int
      StackMap stack: com.google.protobuf.Internal$IntList int
            invokeinterface com.google.protobuf.Internal$IntList.mutableCopyWithCapacity:(I)Lcom/google/protobuf/Internal$IntList;
            areturn
        end local 1 // int size
        end local 0 // com.google.protobuf.Internal$IntList list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  list  Lcom/google/protobuf/Internal$IntList;
            1    5     1  size  I
    MethodParameters:
      Name  Flags
      list  

  protected static com.google.protobuf.Internal$LongList emptyLongList();
    descriptor: ()Lcom/google/protobuf/Internal$LongList;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1439
            invokestatic com.google.protobuf.LongArrayList.emptyList:()Lcom/google/protobuf/LongArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected static com.google.protobuf.Internal$LongList mutableCopy(com.google.protobuf.Internal$LongList);
    descriptor: (Lcom/google/protobuf/Internal$LongList;)Lcom/google/protobuf/Internal$LongList;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.protobuf.Internal$LongList list
         0: .line 1443
            aload 0 /* list */
            invokeinterface com.google.protobuf.Internal$LongList.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 1444
            aload 0 /* list */
         2: .line 1445
            iload 1 /* size */
            ifne 3
            bipush 10
            goto 4
      StackMap locals: com.google.protobuf.Internal$LongList int
      StackMap stack: com.google.protobuf.Internal$LongList
         3: iload 1 /* size */
            iconst_2
            imul
         4: .line 1444
      StackMap locals: com.google.protobuf.Internal$LongList int
      StackMap stack: com.google.protobuf.Internal$LongList int
            invokeinterface com.google.protobuf.Internal$LongList.mutableCopyWithCapacity:(I)Lcom/google/protobuf/Internal$LongList;
            areturn
        end local 1 // int size
        end local 0 // com.google.protobuf.Internal$LongList list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  list  Lcom/google/protobuf/Internal$LongList;
            1    5     1  size  I
    MethodParameters:
      Name  Flags
      list  

  protected static com.google.protobuf.Internal$FloatList emptyFloatList();
    descriptor: ()Lcom/google/protobuf/Internal$FloatList;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1449
            invokestatic com.google.protobuf.FloatArrayList.emptyList:()Lcom/google/protobuf/FloatArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected static com.google.protobuf.Internal$FloatList mutableCopy(com.google.protobuf.Internal$FloatList);
    descriptor: (Lcom/google/protobuf/Internal$FloatList;)Lcom/google/protobuf/Internal$FloatList;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.protobuf.Internal$FloatList list
         0: .line 1453
            aload 0 /* list */
            invokeinterface com.google.protobuf.Internal$FloatList.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 1454
            aload 0 /* list */
         2: .line 1455
            iload 1 /* size */
            ifne 3
            bipush 10
            goto 4
      StackMap locals: com.google.protobuf.Internal$FloatList int
      StackMap stack: com.google.protobuf.Internal$FloatList
         3: iload 1 /* size */
            iconst_2
            imul
         4: .line 1454
      StackMap locals: com.google.protobuf.Internal$FloatList int
      StackMap stack: com.google.protobuf.Internal$FloatList int
            invokeinterface com.google.protobuf.Internal$FloatList.mutableCopyWithCapacity:(I)Lcom/google/protobuf/Internal$FloatList;
            areturn
        end local 1 // int size
        end local 0 // com.google.protobuf.Internal$FloatList list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  list  Lcom/google/protobuf/Internal$FloatList;
            1    5     1  size  I
    MethodParameters:
      Name  Flags
      list  

  protected static com.google.protobuf.Internal$DoubleList emptyDoubleList();
    descriptor: ()Lcom/google/protobuf/Internal$DoubleList;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1459
            invokestatic com.google.protobuf.DoubleArrayList.emptyList:()Lcom/google/protobuf/DoubleArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected static com.google.protobuf.Internal$DoubleList mutableCopy(com.google.protobuf.Internal$DoubleList);
    descriptor: (Lcom/google/protobuf/Internal$DoubleList;)Lcom/google/protobuf/Internal$DoubleList;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.protobuf.Internal$DoubleList list
         0: .line 1463
            aload 0 /* list */
            invokeinterface com.google.protobuf.Internal$DoubleList.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 1464
            aload 0 /* list */
         2: .line 1465
            iload 1 /* size */
            ifne 3
            bipush 10
            goto 4
      StackMap locals: com.google.protobuf.Internal$DoubleList int
      StackMap stack: com.google.protobuf.Internal$DoubleList
         3: iload 1 /* size */
            iconst_2
            imul
         4: .line 1464
      StackMap locals: com.google.protobuf.Internal$DoubleList int
      StackMap stack: com.google.protobuf.Internal$DoubleList int
            invokeinterface com.google.protobuf.Internal$DoubleList.mutableCopyWithCapacity:(I)Lcom/google/protobuf/Internal$DoubleList;
            areturn
        end local 1 // int size
        end local 0 // com.google.protobuf.Internal$DoubleList list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  list  Lcom/google/protobuf/Internal$DoubleList;
            1    5     1  size  I
    MethodParameters:
      Name  Flags
      list  

  protected static com.google.protobuf.Internal$BooleanList emptyBooleanList();
    descriptor: ()Lcom/google/protobuf/Internal$BooleanList;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1469
            invokestatic com.google.protobuf.BooleanArrayList.emptyList:()Lcom/google/protobuf/BooleanArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected static com.google.protobuf.Internal$BooleanList mutableCopy(com.google.protobuf.Internal$BooleanList);
    descriptor: (Lcom/google/protobuf/Internal$BooleanList;)Lcom/google/protobuf/Internal$BooleanList;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.protobuf.Internal$BooleanList list
         0: .line 1473
            aload 0 /* list */
            invokeinterface com.google.protobuf.Internal$BooleanList.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 1474
            aload 0 /* list */
         2: .line 1475
            iload 1 /* size */
            ifne 3
            bipush 10
            goto 4
      StackMap locals: com.google.protobuf.Internal$BooleanList int
      StackMap stack: com.google.protobuf.Internal$BooleanList
         3: iload 1 /* size */
            iconst_2
            imul
         4: .line 1474
      StackMap locals: com.google.protobuf.Internal$BooleanList int
      StackMap stack: com.google.protobuf.Internal$BooleanList int
            invokeinterface com.google.protobuf.Internal$BooleanList.mutableCopyWithCapacity:(I)Lcom/google/protobuf/Internal$BooleanList;
            areturn
        end local 1 // int size
        end local 0 // com.google.protobuf.Internal$BooleanList list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  list  Lcom/google/protobuf/Internal$BooleanList;
            1    5     1  size  I
    MethodParameters:
      Name  Flags
      list  

  protected static <E> com.google.protobuf.Internal$ProtobufList<E> emptyProtobufList();
    descriptor: ()Lcom/google/protobuf/Internal$ProtobufList;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1479
            invokestatic com.google.protobuf.ProtobufArrayList.emptyList:()Lcom/google/protobuf/ProtobufArrayList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <E:Ljava/lang/Object;>()Lcom/google/protobuf/Internal$ProtobufList<TE;>;

  protected static <E> com.google.protobuf.Internal$ProtobufList<E> mutableCopy(com.google.protobuf.Internal$ProtobufList<E>);
    descriptor: (Lcom/google/protobuf/Internal$ProtobufList;)Lcom/google/protobuf/Internal$ProtobufList;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.protobuf.Internal$ProtobufList list
         0: .line 1483
            aload 0 /* list */
            invokeinterface com.google.protobuf.Internal$ProtobufList.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 1484
            aload 0 /* list */
         2: .line 1485
            iload 1 /* size */
            ifne 3
            bipush 10
            goto 4
      StackMap locals: com.google.protobuf.Internal$ProtobufList int
      StackMap stack: com.google.protobuf.Internal$ProtobufList
         3: iload 1 /* size */
            iconst_2
            imul
         4: .line 1484
      StackMap locals: com.google.protobuf.Internal$ProtobufList int
      StackMap stack: com.google.protobuf.Internal$ProtobufList int
            invokeinterface com.google.protobuf.Internal$ProtobufList.mutableCopyWithCapacity:(I)Lcom/google/protobuf/Internal$ProtobufList;
            areturn
        end local 1 // int size
        end local 0 // com.google.protobuf.Internal$ProtobufList list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  list  Lcom/google/protobuf/Internal$ProtobufList<TE;>;
            1    5     1  size  I
    Signature: <E:Ljava/lang/Object;>(Lcom/google/protobuf/Internal$ProtobufList<TE;>;)Lcom/google/protobuf/Internal$ProtobufList<TE;>;
    MethodParameters:
      Name  Flags
      list  

  static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parsePartialFrom(T, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.google.protobuf.GeneratedMessageLite instance
        start local 1 // com.google.protobuf.CodedInputStream input
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 1526
            aload 0 /* instance */
            getstatic com.google.protobuf.GeneratedMessageLite$MethodToInvoke.NEW_MUTABLE_INSTANCE:Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;
            invokevirtual com.google.protobuf.GeneratedMessageLite.dynamicMethod:(Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;)Ljava/lang/Object;
            checkcast com.google.protobuf.GeneratedMessageLite
            astore 3 /* result */
        start local 3 // com.google.protobuf.GeneratedMessageLite result
         1: .line 1530
            invokestatic com.google.protobuf.Protobuf.getInstance:()Lcom/google/protobuf/Protobuf;
            aload 3 /* result */
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Object;)Lcom/google/protobuf/Schema;
            astore 4 /* schema */
        start local 4 // com.google.protobuf.Schema schema
         2: .line 1531
            aload 4 /* schema */
            aload 3 /* result */
            aload 1 /* input */
            invokestatic com.google.protobuf.CodedInputStreamReader.forCodedInput:(Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/CodedInputStreamReader;
            aload 2 /* extensionRegistry */
            invokeinterface com.google.protobuf.Schema.mergeFrom:(Ljava/lang/Object;Lcom/google/protobuf/Reader;Lcom/google/protobuf/ExtensionRegistryLite;)V
         3: .line 1532
            aload 4 /* schema */
            aload 3 /* result */
            invokeinterface com.google.protobuf.Schema.makeImmutable:(Ljava/lang/Object;)V
        end local 4 // com.google.protobuf.Schema schema
         4: .line 1533
            goto 13
      StackMap locals: com.google.protobuf.GeneratedMessageLite com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite com.google.protobuf.GeneratedMessageLite
      StackMap stack: java.io.IOException
         5: astore 4 /* e */
        start local 4 // java.io.IOException e
         6: .line 1534
            aload 4 /* e */
            invokevirtual java.io.IOException.getCause:()Ljava/lang/Throwable;
            instanceof com.google.protobuf.InvalidProtocolBufferException
            ifeq 8
         7: .line 1535
            aload 4 /* e */
            invokevirtual java.io.IOException.getCause:()Ljava/lang/Throwable;
            checkcast com.google.protobuf.InvalidProtocolBufferException
            athrow
         8: .line 1537
      StackMap locals: java.io.IOException
      StackMap stack:
            new com.google.protobuf.InvalidProtocolBufferException
            dup
            aload 4 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
            aload 3 /* result */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
            athrow
        end local 4 // java.io.IOException e
         9: .line 1538
      StackMap locals: com.google.protobuf.GeneratedMessageLite com.google.protobuf.CodedInputStream com.google.protobuf.ExtensionRegistryLite com.google.protobuf.GeneratedMessageLite
      StackMap stack: java.lang.RuntimeException
            astore 4 /* e */
        start local 4 // java.lang.RuntimeException e
        10: .line 1539
            aload 4 /* e */
            invokevirtual java.lang.RuntimeException.getCause:()Ljava/lang/Throwable;
            instanceof com.google.protobuf.InvalidProtocolBufferException
            ifeq 12
        11: .line 1540
            aload 4 /* e */
            invokevirtual java.lang.RuntimeException.getCause:()Ljava/lang/Throwable;
            checkcast com.google.protobuf.InvalidProtocolBufferException
            athrow
        12: .line 1542
      StackMap locals: java.lang.RuntimeException
      StackMap stack:
            aload 4 /* e */
            athrow
        end local 4 // java.lang.RuntimeException e
        13: .line 1544
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            areturn
        end local 3 // com.google.protobuf.GeneratedMessageLite result
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.CodedInputStream input
        end local 0 // com.google.protobuf.GeneratedMessageLite instance
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   14     0           instance  TT;
            0   14     1              input  Lcom/google/protobuf/CodedInputStream;
            0   14     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            1   14     3             result  TT;
            2    4     4             schema  Lcom/google/protobuf/Schema<TT;>;
            6    9     4                  e  Ljava/io/IOException;
           10   13     4                  e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           1     4       5  Class java.io.IOException
           1     4       9  Class java.lang.RuntimeException
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      instance           
      input              
      extensionRegistry  

  static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parsePartialFrom(T, byte[], int, int, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;[BIILcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=7, args_size=5
        start local 0 // com.google.protobuf.GeneratedMessageLite instance
        start local 1 // byte[] input
        start local 2 // int offset
        start local 3 // int length
        start local 4 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 1552
            aload 0 /* instance */
            getstatic com.google.protobuf.GeneratedMessageLite$MethodToInvoke.NEW_MUTABLE_INSTANCE:Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;
            invokevirtual com.google.protobuf.GeneratedMessageLite.dynamicMethod:(Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;)Ljava/lang/Object;
            checkcast com.google.protobuf.GeneratedMessageLite
            astore 5 /* result */
        start local 5 // com.google.protobuf.GeneratedMessageLite result
         1: .line 1554
            invokestatic com.google.protobuf.Protobuf.getInstance:()Lcom/google/protobuf/Protobuf;
            aload 5 /* result */
            invokevirtual com.google.protobuf.Protobuf.schemaFor:(Ljava/lang/Object;)Lcom/google/protobuf/Schema;
            astore 6 /* schema */
        start local 6 // com.google.protobuf.Schema schema
         2: .line 1555
            aload 6 /* schema */
         3: .line 1556
            aload 5 /* result */
            aload 1 /* input */
            iload 2 /* offset */
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            new com.google.protobuf.ArrayDecoders$Registers
            dup
            aload 4 /* extensionRegistry */
            invokespecial com.google.protobuf.ArrayDecoders$Registers.<init>:(Lcom/google/protobuf/ExtensionRegistryLite;)V
         4: .line 1555
            invokeinterface com.google.protobuf.Schema.mergeFrom:(Ljava/lang/Object;[BIILcom/google/protobuf/ArrayDecoders$Registers;)V
         5: .line 1557
            aload 6 /* schema */
            aload 5 /* result */
            invokeinterface com.google.protobuf.Schema.makeImmutable:(Ljava/lang/Object;)V
         6: .line 1558
            aload 5 /* result */
            getfield com.google.protobuf.GeneratedMessageLite.memoizedHashCode:I
            ifeq 14
         7: .line 1559
            new java.lang.RuntimeException
            dup
            invokespecial java.lang.RuntimeException.<init>:()V
            athrow
        end local 6 // com.google.protobuf.Schema schema
         8: .line 1561
      StackMap locals: com.google.protobuf.GeneratedMessageLite byte[] int int com.google.protobuf.ExtensionRegistryLite com.google.protobuf.GeneratedMessageLite
      StackMap stack: java.io.IOException
            astore 6 /* e */
        start local 6 // java.io.IOException e
         9: .line 1562
            aload 6 /* e */
            invokevirtual java.io.IOException.getCause:()Ljava/lang/Throwable;
            instanceof com.google.protobuf.InvalidProtocolBufferException
            ifeq 11
        10: .line 1563
            aload 6 /* e */
            invokevirtual java.io.IOException.getCause:()Ljava/lang/Throwable;
            checkcast com.google.protobuf.InvalidProtocolBufferException
            athrow
        11: .line 1565
      StackMap locals: java.io.IOException
      StackMap stack:
            new com.google.protobuf.InvalidProtocolBufferException
            dup
            aload 6 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
            aload 5 /* result */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
            athrow
        end local 6 // java.io.IOException e
        12: .line 1566
      StackMap locals: com.google.protobuf.GeneratedMessageLite byte[] int int com.google.protobuf.ExtensionRegistryLite com.google.protobuf.GeneratedMessageLite
      StackMap stack: java.lang.IndexOutOfBoundsException
            pop
        13: .line 1567
            invokestatic com.google.protobuf.InvalidProtocolBufferException.truncatedMessage:()Lcom/google/protobuf/InvalidProtocolBufferException;
            aload 5 /* result */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
            athrow
        14: .line 1569
      StackMap locals:
      StackMap stack:
            aload 5 /* result */
            areturn
        end local 5 // com.google.protobuf.GeneratedMessageLite result
        end local 4 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] input
        end local 0 // com.google.protobuf.GeneratedMessageLite instance
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0           instance  TT;
            0   15     1              input  [B
            0   15     2             offset  I
            0   15     3             length  I
            0   15     4  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            1   15     5             result  TT;
            2    8     6             schema  Lcom/google/protobuf/Schema<TT;>;
            9   12     6                  e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     8       8  Class java.io.IOException
           1     8      12  Class java.lang.IndexOutOfBoundsException
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;[BIILcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      instance           
      input              
      offset             
      length             
      extensionRegistry  

  protected static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parsePartialFrom(T, com.google.protobuf.CodedInputStream);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
        start local 1 // com.google.protobuf.CodedInputStream input
         0: .line 1574
            aload 0 /* defaultInstance */
            aload 1 /* input */
            invokestatic com.google.protobuf.ExtensionRegistryLite.getEmptyRegistry:()Lcom/google/protobuf/ExtensionRegistryLite;
            invokestatic com.google.protobuf.GeneratedMessageLite.parsePartialFrom:(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
            areturn
        end local 1 // com.google.protobuf.CodedInputStream input
        end local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0  defaultInstance  TT;
            0    1     1            input  Lcom/google/protobuf/CodedInputStream;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;Lcom/google/protobuf/CodedInputStream;)TT;
    MethodParameters:
                 Name  Flags
      defaultInstance  
      input            

  private static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T checkMessageInitialized();
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.protobuf.GeneratedMessageLite message
         0: .line 1585
            aload 0 /* message */
            ifnull 6
            aload 0 /* message */
            invokevirtual com.google.protobuf.GeneratedMessageLite.isInitialized:()Z
            ifne 6
         1: .line 1586
            aload 0 /* message */
         2: .line 1587
            invokevirtual com.google.protobuf.GeneratedMessageLite.newUninitializedMessageException:()Lcom/google/protobuf/UninitializedMessageException;
         3: .line 1588
            invokevirtual com.google.protobuf.UninitializedMessageException.asInvalidProtocolBufferException:()Lcom/google/protobuf/InvalidProtocolBufferException;
         4: .line 1589
            aload 0 /* message */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
         5: .line 1586
            athrow
         6: .line 1591
      StackMap locals:
      StackMap stack:
            aload 0 /* message */
            areturn
        end local 0 // com.google.protobuf.GeneratedMessageLite message
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0  message  TT;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;)TT;
    MethodParameters:
         Name  Flags
      message  

  protected static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parseFrom(T, java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
        start local 1 // java.nio.ByteBuffer data
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 1599
            aload 0 /* defaultInstance */
            aload 1 /* data */
            invokestatic com.google.protobuf.CodedInputStream.newInstance:(Ljava/nio/ByteBuffer;)Lcom/google/protobuf/CodedInputStream;
            aload 2 /* extensionRegistry */
            invokestatic com.google.protobuf.GeneratedMessageLite.parseFrom:(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
         1: .line 1598
            invokestatic com.google.protobuf.GeneratedMessageLite.checkMessageInitialized:(Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite;
            areturn
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // java.nio.ByteBuffer data
        end local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0    defaultInstance  TT;
            0    2     1               data  Ljava/nio/ByteBuffer;
            0    2     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      defaultInstance    
      data               
      extensionRegistry  

  protected static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parseFrom(T, java.nio.ByteBuffer);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;Ljava/nio/ByteBuffer;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
        start local 1 // java.nio.ByteBuffer data
         0: .line 1605
            aload 0 /* defaultInstance */
            aload 1 /* data */
            invokestatic com.google.protobuf.ExtensionRegistryLite.getEmptyRegistry:()Lcom/google/protobuf/ExtensionRegistryLite;
            invokestatic com.google.protobuf.GeneratedMessageLite.parseFrom:(Lcom/google/protobuf/GeneratedMessageLite;Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
            areturn
        end local 1 // java.nio.ByteBuffer data
        end local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0  defaultInstance  TT;
            0    1     1             data  Ljava/nio/ByteBuffer;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;Ljava/nio/ByteBuffer;)TT;
    MethodParameters:
                 Name  Flags
      defaultInstance  
      data             

  protected static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parseFrom(T, com.google.protobuf.ByteString);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
        start local 1 // com.google.protobuf.ByteString data
         0: .line 1612
            aload 0 /* defaultInstance */
            aload 1 /* data */
            invokestatic com.google.protobuf.ExtensionRegistryLite.getEmptyRegistry:()Lcom/google/protobuf/ExtensionRegistryLite;
            invokestatic com.google.protobuf.GeneratedMessageLite.parseFrom:(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
         1: .line 1611
            invokestatic com.google.protobuf.GeneratedMessageLite.checkMessageInitialized:(Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite;
            areturn
        end local 1 // com.google.protobuf.ByteString data
        end local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0  defaultInstance  TT;
            0    2     1             data  Lcom/google/protobuf/ByteString;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;Lcom/google/protobuf/ByteString;)TT;
    MethodParameters:
                 Name  Flags
      defaultInstance  
      data             

  protected static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parseFrom(T, com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
        start local 1 // com.google.protobuf.ByteString data
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 1619
            aload 0 /* defaultInstance */
            aload 1 /* data */
            aload 2 /* extensionRegistry */
            invokestatic com.google.protobuf.GeneratedMessageLite.parsePartialFrom:(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
            invokestatic com.google.protobuf.GeneratedMessageLite.checkMessageInitialized:(Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite;
            areturn
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.ByteString data
        end local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0    defaultInstance  TT;
            0    1     1               data  Lcom/google/protobuf/ByteString;
            0    1     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      defaultInstance    
      data               
      extensionRegistry  

  private static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parsePartialFrom(T, com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
        start local 1 // com.google.protobuf.ByteString data
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 1629
            aload 1 /* data */
            invokevirtual com.google.protobuf.ByteString.newCodedInput:()Lcom/google/protobuf/CodedInputStream;
            astore 4 /* input */
        start local 4 // com.google.protobuf.CodedInputStream input
         1: .line 1630
            aload 0 /* defaultInstance */
            aload 4 /* input */
            aload 2 /* extensionRegistry */
            invokestatic com.google.protobuf.GeneratedMessageLite.parsePartialFrom:(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
            astore 3 /* message */
        start local 3 // com.google.protobuf.GeneratedMessageLite message
         2: .line 1632
            aload 4 /* input */
            iconst_0
            invokevirtual com.google.protobuf.CodedInputStream.checkLastTagWas:(I)V
         3: .line 1633
            goto 6
      StackMap locals: com.google.protobuf.GeneratedMessageLite com.google.protobuf.ByteString com.google.protobuf.ExtensionRegistryLite com.google.protobuf.GeneratedMessageLite com.google.protobuf.CodedInputStream
      StackMap stack: com.google.protobuf.InvalidProtocolBufferException
         4: astore 5 /* e */
        start local 5 // com.google.protobuf.InvalidProtocolBufferException e
         5: .line 1634
            aload 5 /* e */
            aload 3 /* message */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
            athrow
        end local 5 // com.google.protobuf.InvalidProtocolBufferException e
         6: .line 1636
      StackMap locals:
      StackMap stack:
            aload 3 /* message */
         7: areturn
        end local 4 // com.google.protobuf.CodedInputStream input
        end local 3 // com.google.protobuf.GeneratedMessageLite message
         8: .line 1637
      StackMap locals: com.google.protobuf.GeneratedMessageLite com.google.protobuf.ByteString com.google.protobuf.ExtensionRegistryLite
      StackMap stack: com.google.protobuf.InvalidProtocolBufferException
            astore 4 /* e */
        start local 4 // com.google.protobuf.InvalidProtocolBufferException e
         9: .line 1638
            aload 4 /* e */
            athrow
        end local 4 // com.google.protobuf.InvalidProtocolBufferException e
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.ByteString data
        end local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0    defaultInstance  TT;
            0   10     1               data  Lcom/google/protobuf/ByteString;
            0   10     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            2    8     3            message  TT;
            1    8     4              input  Lcom/google/protobuf/CodedInputStream;
            5    6     5                  e  Lcom/google/protobuf/InvalidProtocolBufferException;
            9   10     4                  e  Lcom/google/protobuf/InvalidProtocolBufferException;
      Exception table:
        from    to  target  type
           2     3       4  Class com.google.protobuf.InvalidProtocolBufferException
           0     7       8  Class com.google.protobuf.InvalidProtocolBufferException
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      defaultInstance    
      data               
      extensionRegistry  

  private static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parsePartialFrom(T, byte[], com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;[BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
        start local 1 // byte[] data
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 1648
            aload 0 /* defaultInstance */
            aload 1 /* data */
            iconst_0
            aload 1 /* data */
            arraylength
            aload 2 /* extensionRegistry */
            invokestatic com.google.protobuf.GeneratedMessageLite.parsePartialFrom:(Lcom/google/protobuf/GeneratedMessageLite;[BIILcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
         1: .line 1647
            invokestatic com.google.protobuf.GeneratedMessageLite.checkMessageInitialized:(Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite;
            areturn
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // byte[] data
        end local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0    defaultInstance  TT;
            0    2     1               data  [B
            0    2     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;[BLcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      defaultInstance    
      data               
      extensionRegistry  

  protected static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parseFrom(T, );
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;[B)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
        start local 1 // byte[] data
         0: .line 1655
            aload 0 /* defaultInstance */
            aload 1 /* data */
            iconst_0
            aload 1 /* data */
            arraylength
            invokestatic com.google.protobuf.ExtensionRegistryLite.getEmptyRegistry:()Lcom/google/protobuf/ExtensionRegistryLite;
         1: .line 1654
            invokestatic com.google.protobuf.GeneratedMessageLite.parsePartialFrom:(Lcom/google/protobuf/GeneratedMessageLite;[BIILcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
            invokestatic com.google.protobuf.GeneratedMessageLite.checkMessageInitialized:(Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite;
            areturn
        end local 1 // byte[] data
        end local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0  defaultInstance  TT;
            0    2     1             data  [B
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;[B)TT;
    MethodParameters:
                 Name  Flags
      defaultInstance  
      data             

  protected static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parseFrom(T, byte[], com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;[BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
        start local 1 // byte[] data
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 1663
            aload 0 /* defaultInstance */
            aload 1 /* data */
            iconst_0
            aload 1 /* data */
            arraylength
            aload 2 /* extensionRegistry */
            invokestatic com.google.protobuf.GeneratedMessageLite.parsePartialFrom:(Lcom/google/protobuf/GeneratedMessageLite;[BIILcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
         1: .line 1662
            invokestatic com.google.protobuf.GeneratedMessageLite.checkMessageInitialized:(Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite;
            areturn
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // byte[] data
        end local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0    defaultInstance  TT;
            0    2     1               data  [B
            0    2     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;[BLcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      defaultInstance    
      data               
      extensionRegistry  

  protected static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parseFrom(T, java.io.InputStream);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
        start local 1 // java.io.InputStream input
         0: .line 1671
            aload 0 /* defaultInstance */
         1: .line 1672
            aload 1 /* input */
            invokestatic com.google.protobuf.CodedInputStream.newInstance:(Ljava/io/InputStream;)Lcom/google/protobuf/CodedInputStream;
         2: .line 1673
            invokestatic com.google.protobuf.ExtensionRegistryLite.getEmptyRegistry:()Lcom/google/protobuf/ExtensionRegistryLite;
         3: .line 1670
            invokestatic com.google.protobuf.GeneratedMessageLite.parsePartialFrom:(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
         4: .line 1669
            invokestatic com.google.protobuf.GeneratedMessageLite.checkMessageInitialized:(Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite;
            areturn
        end local 1 // java.io.InputStream input
        end local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0  defaultInstance  TT;
            0    5     1            input  Ljava/io/InputStream;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;Ljava/io/InputStream;)TT;
    MethodParameters:
                 Name  Flags
      defaultInstance  
      input            

  protected static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parseFrom(T, java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
        start local 1 // java.io.InputStream input
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 1681
            aload 0 /* defaultInstance */
            aload 1 /* input */
            invokestatic com.google.protobuf.CodedInputStream.newInstance:(Ljava/io/InputStream;)Lcom/google/protobuf/CodedInputStream;
            aload 2 /* extensionRegistry */
            invokestatic com.google.protobuf.GeneratedMessageLite.parsePartialFrom:(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
         1: .line 1680
            invokestatic com.google.protobuf.GeneratedMessageLite.checkMessageInitialized:(Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite;
            areturn
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // java.io.InputStream input
        end local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0    defaultInstance  TT;
            0    2     1              input  Ljava/io/InputStream;
            0    2     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      defaultInstance    
      input              
      extensionRegistry  

  protected static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parseFrom(T, com.google.protobuf.CodedInputStream);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
        start local 1 // com.google.protobuf.CodedInputStream input
         0: .line 1687
            aload 0 /* defaultInstance */
            aload 1 /* input */
            invokestatic com.google.protobuf.ExtensionRegistryLite.getEmptyRegistry:()Lcom/google/protobuf/ExtensionRegistryLite;
            invokestatic com.google.protobuf.GeneratedMessageLite.parseFrom:(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
            areturn
        end local 1 // com.google.protobuf.CodedInputStream input
        end local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0  defaultInstance  TT;
            0    1     1            input  Lcom/google/protobuf/CodedInputStream;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;Lcom/google/protobuf/CodedInputStream;)TT;
    MethodParameters:
                 Name  Flags
      defaultInstance  
      input            

  protected static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parseFrom(T, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
        start local 1 // com.google.protobuf.CodedInputStream input
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 1694
            aload 0 /* defaultInstance */
            aload 1 /* input */
            aload 2 /* extensionRegistry */
            invokestatic com.google.protobuf.GeneratedMessageLite.parsePartialFrom:(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
            invokestatic com.google.protobuf.GeneratedMessageLite.checkMessageInitialized:(Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite;
            areturn
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // com.google.protobuf.CodedInputStream input
        end local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0    defaultInstance  TT;
            0    1     1              input  Lcom/google/protobuf/CodedInputStream;
            0    1     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      defaultInstance    
      input              
      extensionRegistry  

  protected static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parseDelimitedFrom(T, java.io.InputStream);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
        start local 1 // java.io.InputStream input
         0: .line 1702
            aload 0 /* defaultInstance */
            aload 1 /* input */
            invokestatic com.google.protobuf.ExtensionRegistryLite.getEmptyRegistry:()Lcom/google/protobuf/ExtensionRegistryLite;
         1: .line 1701
            invokestatic com.google.protobuf.GeneratedMessageLite.parsePartialDelimitedFrom:(Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
         2: .line 1700
            invokestatic com.google.protobuf.GeneratedMessageLite.checkMessageInitialized:(Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite;
            areturn
        end local 1 // java.io.InputStream input
        end local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0  defaultInstance  TT;
            0    3     1            input  Ljava/io/InputStream;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;Ljava/io/InputStream;)TT;
    MethodParameters:
                 Name  Flags
      defaultInstance  
      input            

  protected static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parseDelimitedFrom(T, java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
        start local 1 // java.io.InputStream input
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 1710
            aload 0 /* defaultInstance */
            aload 1 /* input */
            aload 2 /* extensionRegistry */
            invokestatic com.google.protobuf.GeneratedMessageLite.parsePartialDelimitedFrom:(Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
         1: .line 1709
            invokestatic com.google.protobuf.GeneratedMessageLite.checkMessageInitialized:(Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite;
            areturn
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // java.io.InputStream input
        end local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0    defaultInstance  TT;
            0    2     1              input  Ljava/io/InputStream;
            0    2     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      defaultInstance    
      input              
      extensionRegistry  

  private static <T extends com.google.protobuf.GeneratedMessageLite<T, ?>> T parsePartialDelimitedFrom(T, java.io.InputStream, com.google.protobuf.ExtensionRegistryLite);
    descriptor: (Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
        start local 1 // java.io.InputStream input
        start local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
         0: .line 1718
            aload 1 /* input */
            invokevirtual java.io.InputStream.read:()I
            istore 4 /* firstByte */
        start local 4 // int firstByte
         1: .line 1719
            iload 4 /* firstByte */
            iconst_m1
            if_icmpne 3
         2: .line 1720
            aconst_null
            areturn
         3: .line 1722
      StackMap locals: com.google.protobuf.GeneratedMessageLite java.io.InputStream com.google.protobuf.ExtensionRegistryLite top int
      StackMap stack:
            iload 4 /* firstByte */
            aload 1 /* input */
            invokestatic com.google.protobuf.CodedInputStream.readRawVarint32:(ILjava/io/InputStream;)I
            istore 3 /* size */
        end local 4 // int firstByte
        start local 3 // int size
         4: .line 1723
            goto 7
        end local 3 // int size
      StackMap locals: com.google.protobuf.GeneratedMessageLite java.io.InputStream com.google.protobuf.ExtensionRegistryLite
      StackMap stack: java.io.IOException
         5: astore 4 /* e */
        start local 4 // java.io.IOException e
         6: .line 1724
            new com.google.protobuf.InvalidProtocolBufferException
            dup
            aload 4 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokespecial com.google.protobuf.InvalidProtocolBufferException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // java.io.IOException e
        start local 3 // int size
         7: .line 1726
      StackMap locals: int
      StackMap stack:
            new com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream
            dup
            aload 1 /* input */
            iload 3 /* size */
            invokespecial com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream.<init>:(Ljava/io/InputStream;I)V
            astore 4 /* limitedInput */
        start local 4 // java.io.InputStream limitedInput
         8: .line 1727
            aload 4 /* limitedInput */
            invokestatic com.google.protobuf.CodedInputStream.newInstance:(Ljava/io/InputStream;)Lcom/google/protobuf/CodedInputStream;
            astore 5 /* codedInput */
        start local 5 // com.google.protobuf.CodedInputStream codedInput
         9: .line 1728
            aload 0 /* defaultInstance */
            aload 5 /* codedInput */
            aload 2 /* extensionRegistry */
            invokestatic com.google.protobuf.GeneratedMessageLite.parsePartialFrom:(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
            astore 6 /* message */
        start local 6 // com.google.protobuf.GeneratedMessageLite message
        10: .line 1730
            aload 5 /* codedInput */
            iconst_0
            invokevirtual com.google.protobuf.CodedInputStream.checkLastTagWas:(I)V
        11: .line 1731
            goto 14
      StackMap locals: com.google.protobuf.GeneratedMessageLite java.io.InputStream com.google.protobuf.ExtensionRegistryLite int java.io.InputStream com.google.protobuf.CodedInputStream com.google.protobuf.GeneratedMessageLite
      StackMap stack: com.google.protobuf.InvalidProtocolBufferException
        12: astore 7 /* e */
        start local 7 // com.google.protobuf.InvalidProtocolBufferException e
        13: .line 1732
            aload 7 /* e */
            aload 6 /* message */
            invokevirtual com.google.protobuf.InvalidProtocolBufferException.setUnfinishedMessage:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
            athrow
        end local 7 // com.google.protobuf.InvalidProtocolBufferException e
        14: .line 1734
      StackMap locals:
      StackMap stack:
            aload 6 /* message */
            areturn
        end local 6 // com.google.protobuf.GeneratedMessageLite message
        end local 5 // com.google.protobuf.CodedInputStream codedInput
        end local 4 // java.io.InputStream limitedInput
        end local 3 // int size
        end local 2 // com.google.protobuf.ExtensionRegistryLite extensionRegistry
        end local 1 // java.io.InputStream input
        end local 0 // com.google.protobuf.GeneratedMessageLite defaultInstance
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0    defaultInstance  TT;
            0   15     1              input  Ljava/io/InputStream;
            0   15     2  extensionRegistry  Lcom/google/protobuf/ExtensionRegistryLite;
            4    5     3               size  I
            7   15     3               size  I
            1    4     4          firstByte  I
            6    7     4                  e  Ljava/io/IOException;
            8   15     4       limitedInput  Ljava/io/InputStream;
            9   15     5         codedInput  Lcom/google/protobuf/CodedInputStream;
           10   15     6            message  TT;
           13   14     7                  e  Lcom/google/protobuf/InvalidProtocolBufferException;
      Exception table:
        from    to  target  type
           0     2       5  Class java.io.IOException
           3     4       5  Class java.io.IOException
          10    11      12  Class com.google.protobuf.InvalidProtocolBufferException
    Exceptions:
      throws com.google.protobuf.InvalidProtocolBufferException
    Signature: <T:Lcom/google/protobuf/GeneratedMessageLite<TT;*>;>(TT;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)TT;
    MethodParameters:
                   Name  Flags
      defaultInstance    
      input              
      extensionRegistry  

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

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

  public com.google.protobuf.MessageLite getDefaultInstanceForType();
    descriptor: ()Lcom/google/protobuf/MessageLite;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.protobuf.GeneratedMessageLite.getDefaultInstanceForType:()Lcom/google/protobuf/GeneratedMessageLite;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <MessageType:Lcom/google/protobuf/GeneratedMessageLite<TMessageType;TBuilderType;>;BuilderType:Lcom/google/protobuf/GeneratedMessageLite$Builder<TMessageType;TBuilderType;>;>Lcom/google/protobuf/AbstractMessageLite<TMessageType;TBuilderType;>;
SourceFile: "GeneratedMessageLite.java"
NestMembers:
  com.google.protobuf.GeneratedMessageLite$Builder  com.google.protobuf.GeneratedMessageLite$DefaultInstanceBasedParser  com.google.protobuf.GeneratedMessageLite$ExtendableBuilder  com.google.protobuf.GeneratedMessageLite$ExtendableMessage  com.google.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter  com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder  com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor  com.google.protobuf.GeneratedMessageLite$GeneratedExtension  com.google.protobuf.GeneratedMessageLite$MethodToInvoke  com.google.protobuf.GeneratedMessageLite$SerializedForm
InnerClasses:
  public abstract Builder = com.google.protobuf.AbstractMessageLite$Builder of com.google.protobuf.AbstractMessageLite
  final LimitedInputStream = com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream of com.google.protobuf.AbstractMessageLite$Builder
  final Registers = com.google.protobuf.ArrayDecoders$Registers of com.google.protobuf.ArrayDecoders
  public abstract Builder = com.google.protobuf.GeneratedMessageLite$Builder of com.google.protobuf.GeneratedMessageLite
  protected DefaultInstanceBasedParser = com.google.protobuf.GeneratedMessageLite$DefaultInstanceBasedParser of com.google.protobuf.GeneratedMessageLite
  public abstract ExtendableBuilder = com.google.protobuf.GeneratedMessageLite$ExtendableBuilder of com.google.protobuf.GeneratedMessageLite
  public abstract ExtendableMessage = com.google.protobuf.GeneratedMessageLite$ExtendableMessage of com.google.protobuf.GeneratedMessageLite
  public abstract ExtendableMessageOrBuilder = com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder of com.google.protobuf.GeneratedMessageLite
  final ExtensionDescriptor = com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor of com.google.protobuf.GeneratedMessageLite
  public GeneratedExtension = com.google.protobuf.GeneratedMessageLite$GeneratedExtension of com.google.protobuf.GeneratedMessageLite
  public final MethodToInvoke = com.google.protobuf.GeneratedMessageLite$MethodToInvoke of com.google.protobuf.GeneratedMessageLite
  protected final SerializedForm = com.google.protobuf.GeneratedMessageLite$SerializedForm of com.google.protobuf.GeneratedMessageLite
  public abstract BooleanList = com.google.protobuf.Internal$BooleanList of com.google.protobuf.Internal
  public abstract DoubleList = com.google.protobuf.Internal$DoubleList of com.google.protobuf.Internal
  public abstract EnumLite = com.google.protobuf.Internal$EnumLite of com.google.protobuf.Internal
  public abstract EnumLiteMap = com.google.protobuf.Internal$EnumLiteMap of com.google.protobuf.Internal
  public abstract FloatList = com.google.protobuf.Internal$FloatList of com.google.protobuf.Internal
  public abstract IntList = com.google.protobuf.Internal$IntList of com.google.protobuf.Internal
  public abstract LongList = com.google.protobuf.Internal$LongList of com.google.protobuf.Internal
  public abstract ProtobufList = com.google.protobuf.Internal$ProtobufList of com.google.protobuf.Internal
  public abstract Builder = com.google.protobuf.MessageLite$Builder of com.google.protobuf.MessageLite
  public FieldType = com.google.protobuf.WireFormat$FieldType of com.google.protobuf.WireFormat