Files
rr3-apk/smali/androidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

2390 lines
56 KiB
Smali

.class final Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;
.super Landroidx/datastore/preferences/protobuf/CodedInputStream;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/datastore/preferences/protobuf/CodedInputStream;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "ArrayDecoder"
.end annotation
# instance fields
.field private final buffer:[B
.field private bufferSizeAfterLimit:I
.field private currentLimit:I
.field private enableAliasing:Z
.field private final immutable:Z
.field private lastTag:I
.field private limit:I
.field private pos:I
.field private startPos:I
# direct methods
.method private constructor <init>([BIIZ)V
.locals 1
const/4 v0, 0x0
.line 608
invoke-direct {p0, v0}, Landroidx/datastore/preferences/protobuf/CodedInputStream;-><init>(Landroidx/datastore/preferences/protobuf/CodedInputStream$1;)V
const v0, 0x7fffffff
iput v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->currentLimit:I
iput-object p1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->buffer:[B
add-int/2addr p3, p2
iput p3, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
iput p2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
iput p2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->startPos:I
iput-boolean p4, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->immutable:Z
return-void
.end method
.method public synthetic constructor <init>([BIIZLandroidx/datastore/preferences/protobuf/CodedInputStream$1;)V
.locals 0
.line 595
invoke-direct {p0, p1, p2, p3, p4}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;-><init>([BIIZ)V
return-void
.end method
.method private recomputeBufferSizeAfterLimit()V
.locals 3
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->bufferSizeAfterLimit:I
add-int/2addr v0, v1
iput v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->startPos:I
sub-int v1, v0, v1
iget v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->currentLimit:I
if-le v1, v2, :cond_0
sub-int/2addr v1, v2
iput v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->bufferSizeAfterLimit:I
sub-int/2addr v0, v1
iput v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
goto :goto_0
:cond_0
const/4 v0, 0x0
iput v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->bufferSizeAfterLimit:I
:goto_0
return-void
.end method
.method private skipRawVarint()V
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
sub-int/2addr v0, v1
const/16 v1, 0xa
if-lt v0, v1, :cond_0
.line 1025
invoke-direct {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->skipRawVarintFastPath()V
goto :goto_0
.line 1027
:cond_0
invoke-direct {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->skipRawVarintSlowPath()V
:goto_0
return-void
.end method
.method private skipRawVarintFastPath()V
.locals 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
const/4 v0, 0x0
:goto_0
const/16 v1, 0xa
if-ge v0, v1, :cond_1
iget-object v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->buffer:[B
iget v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
add-int/lit8 v3, v2, 0x1
iput v3, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
.line 1033
aget-byte v1, v1, v2
if-ltz v1, :cond_0
return-void
:cond_0
add-int/lit8 v0, v0, 0x1
goto :goto_0
.line 1037
:cond_1
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->malformedVarint()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object v0
throw v0
.end method
.method private skipRawVarintSlowPath()V
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
const/4 v0, 0x0
:goto_0
const/16 v1, 0xa
if-ge v0, v1, :cond_1
.line 1042
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawByte()B
move-result v1
if-ltz v1, :cond_0
return-void
:cond_0
add-int/lit8 v0, v0, 0x1
goto :goto_0
.line 1046
:cond_1
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->malformedVarint()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object v0
throw v0
.end method
# virtual methods
.method public checkLastTagWas(I)V
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
}
.end annotation
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->lastTag:I
if-ne v0, p1, :cond_0
return-void
.line 635
:cond_0
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->invalidEndTag()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object p1
throw p1
.end method
.method public enableAliasing(Z)V
.locals 0
iput-boolean p1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->enableAliasing:Z
return-void
.end method
.method public getBytesUntilLimit()I
.locals 2
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->currentLimit:I
const v1, 0x7fffffff
if-ne v0, v1, :cond_0
const/4 v0, -0x1
return v0
.line 1222
:cond_0
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->getTotalBytesRead()I
move-result v1
sub-int/2addr v0, v1
return v0
.end method
.method public getLastTag()I
.locals 1
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->lastTag:I
return v0
.end method
.method public getTotalBytesRead()I
.locals 2
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->startPos:I
sub-int/2addr v0, v1
return v0
.end method
.method public isAtEnd()Z
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
if-ne v0, v1, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
return v0
.end method
.method public popLimit(I)V
.locals 0
iput p1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->currentLimit:I
.line 1213
invoke-direct {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->recomputeBufferSizeAfterLimit()V
return-void
.end method
.method public pushLimit(I)I
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
}
.end annotation
if-ltz p1, :cond_1
.line 1186
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->getTotalBytesRead()I
move-result v0
add-int/2addr p1, v0
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->currentLimit:I
if-gt p1, v0, :cond_0
iput p1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->currentLimit:I
.line 1193
invoke-direct {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->recomputeBufferSizeAfterLimit()V
return v0
.line 1189
:cond_0
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->truncatedMessage()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object p1
throw p1
.line 1184
:cond_1
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->negativeSize()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object p1
throw p1
.end method
.method public readBool()Z
.locals 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 782
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint64()J
move-result-wide v0
const-wide/16 v2, 0x0
cmp-long v0, v0, v2
if-eqz v0, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
return v0
.end method
.method public readByteArray()[B
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 917
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint32()I
move-result v0
.line 918
invoke-virtual {p0, v0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawBytes(I)[B
move-result-object v0
return-object v0
.end method
.method public readByteBuffer()Ljava/nio/ByteBuffer;
.locals 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 923
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint32()I
move-result v0
if-lez v0, :cond_1
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
iget v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
sub-int/2addr v1, v2
if-gt v0, v1, :cond_1
iget-boolean v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->immutable:Z
if-nez v1, :cond_0
iget-boolean v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->enableAliasing:Z
if-eqz v1, :cond_0
iget-object v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->buffer:[B
.line 932
invoke-static {v1, v2, v0}, Ljava/nio/ByteBuffer;->wrap([BII)Ljava/nio/ByteBuffer;
move-result-object v1
invoke-virtual {v1}, Ljava/nio/ByteBuffer;->slice()Ljava/nio/ByteBuffer;
move-result-object v1
goto :goto_0
:cond_0
iget-object v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->buffer:[B
add-int v3, v2, v0
.line 933
invoke-static {v1, v2, v3}, Ljava/util/Arrays;->copyOfRange([BII)[B
move-result-object v1
invoke-static {v1}, Ljava/nio/ByteBuffer;->wrap([B)Ljava/nio/ByteBuffer;
move-result-object v1
:goto_0
iget v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
add-int/2addr v2, v0
iput v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
return-object v1
:cond_1
if-nez v0, :cond_2
.line 940
sget-object v0, Landroidx/datastore/preferences/protobuf/Internal;->EMPTY_BYTE_BUFFER:Ljava/nio/ByteBuffer;
return-object v0
:cond_2
if-gez v0, :cond_3
.line 943
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->negativeSize()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object v0
throw v0
.line 945
:cond_3
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->truncatedMessage()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object v0
throw v0
.end method
.method public readBytes()Landroidx/datastore/preferences/protobuf/ByteString;
.locals 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 897
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint32()I
move-result v0
if-lez v0, :cond_1
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
iget v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
sub-int/2addr v1, v2
if-gt v0, v1, :cond_1
iget-boolean v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->immutable:Z
if-eqz v1, :cond_0
iget-boolean v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->enableAliasing:Z
if-eqz v1, :cond_0
iget-object v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->buffer:[B
.line 903
invoke-static {v1, v2, v0}, Landroidx/datastore/preferences/protobuf/ByteString;->wrap([BII)Landroidx/datastore/preferences/protobuf/ByteString;
move-result-object v1
goto :goto_0
:cond_0
iget-object v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->buffer:[B
.line 904
invoke-static {v1, v2, v0}, Landroidx/datastore/preferences/protobuf/ByteString;->copyFrom([BII)Landroidx/datastore/preferences/protobuf/ByteString;
move-result-object v1
:goto_0
iget v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
add-int/2addr v2, v0
iput v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
return-object v1
:cond_1
if-nez v0, :cond_2
.line 909
sget-object v0, Landroidx/datastore/preferences/protobuf/ByteString;->EMPTY:Landroidx/datastore/preferences/protobuf/ByteString;
return-object v0
.line 912
:cond_2
invoke-virtual {p0, v0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawBytes(I)[B
move-result-object v0
invoke-static {v0}, Landroidx/datastore/preferences/protobuf/ByteString;->wrap([B)Landroidx/datastore/preferences/protobuf/ByteString;
move-result-object v0
return-object v0
.end method
.method public readDouble()D
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 747
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawLittleEndian64()J
move-result-wide v0
invoke-static {v0, v1}, Ljava/lang/Double;->longBitsToDouble(J)D
move-result-wide v0
return-wide v0
.end method
.method public readEnum()I
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 955
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint32()I
move-result v0
return v0
.end method
.method public readFixed32()I
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 777
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawLittleEndian32()I
move-result v0
return v0
.end method
.method public readFixed64()J
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 772
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawLittleEndian64()J
move-result-wide v0
return-wide v0
.end method
.method public readFloat()F
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 752
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawLittleEndian32()I
move-result v0
invoke-static {v0}, Ljava/lang/Float;->intBitsToFloat(I)F
move-result v0
return v0
.end method
.method public readGroup(ILandroidx/datastore/preferences/protobuf/Parser;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/MessageLite;
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"<T::",
"Landroidx/datastore/preferences/protobuf/MessageLite;",
">(I",
"Landroidx/datastore/preferences/protobuf/Parser<",
"TT;>;",
"Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;",
")TT;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionLimit:I
if-ge v0, v1, :cond_0
add-int/lit8 v0, v0, 0x1
iput v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
.line 849
invoke-interface {p2, p0, p3}, Landroidx/datastore/preferences/protobuf/Parser;->parsePartialFrom(Landroidx/datastore/preferences/protobuf/CodedInputStream;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
move-result-object p2
check-cast p2, Landroidx/datastore/preferences/protobuf/MessageLite;
const/4 p3, 0x4
.line 850
invoke-static {p1, p3}, Landroidx/datastore/preferences/protobuf/WireFormat;->makeTag(II)I
move-result p1
invoke-virtual {p0, p1}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->checkLastTagWas(I)V
iget p1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
add-int/lit8 p1, p1, -0x1
iput p1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
return-object p2
.line 846
:cond_0
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->recursionLimitExceeded()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object p1
throw p1
.end method
.method public readGroup(ILandroidx/datastore/preferences/protobuf/MessageLite$Builder;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)V
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionLimit:I
if-ge v0, v1, :cond_0
add-int/lit8 v0, v0, 0x1
iput v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
.line 833
invoke-interface {p2, p0, p3}, Landroidx/datastore/preferences/protobuf/MessageLite$Builder;->mergeFrom(Landroidx/datastore/preferences/protobuf/CodedInputStream;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/MessageLite$Builder;
const/4 p2, 0x4
.line 834
invoke-static {p1, p2}, Landroidx/datastore/preferences/protobuf/WireFormat;->makeTag(II)I
move-result p1
invoke-virtual {p0, p1}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->checkLastTagWas(I)V
iget p1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
add-int/lit8 p1, p1, -0x1
iput p1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
return-void
.line 830
:cond_0
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->recursionLimitExceeded()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object p1
throw p1
.end method
.method public readInt32()I
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 767
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint32()I
move-result v0
return v0
.end method
.method public readInt64()J
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 762
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint64()J
move-result-wide v0
return-wide v0
.end method
.method public readMessage(Landroidx/datastore/preferences/protobuf/Parser;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/MessageLite;
.locals 3
.annotation system Ldalvik/annotation/Signature;
value = {
"<T::",
"Landroidx/datastore/preferences/protobuf/MessageLite;",
">(",
"Landroidx/datastore/preferences/protobuf/Parser<",
"TT;>;",
"Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;",
")TT;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 882
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint32()I
move-result v0
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
iget v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionLimit:I
if-ge v1, v2, :cond_0
.line 886
invoke-virtual {p0, v0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pushLimit(I)I
move-result v0
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
add-int/lit8 v1, v1, 0x1
iput v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
.line 888
invoke-interface {p1, p0, p2}, Landroidx/datastore/preferences/protobuf/Parser;->parsePartialFrom(Landroidx/datastore/preferences/protobuf/CodedInputStream;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
move-result-object p1
check-cast p1, Landroidx/datastore/preferences/protobuf/MessageLite;
const/4 p2, 0x0
.line 889
invoke-virtual {p0, p2}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->checkLastTagWas(I)V
iget p2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
add-int/lit8 p2, p2, -0x1
iput p2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
.line 891
invoke-virtual {p0, v0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->popLimit(I)V
return-object p1
.line 884
:cond_0
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->recursionLimitExceeded()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object p1
throw p1
.end method
.method public readMessage(Landroidx/datastore/preferences/protobuf/MessageLite$Builder;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)V
.locals 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 866
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint32()I
move-result v0
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
iget v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionLimit:I
if-ge v1, v2, :cond_0
.line 870
invoke-virtual {p0, v0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pushLimit(I)I
move-result v0
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
add-int/lit8 v1, v1, 0x1
iput v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
.line 872
invoke-interface {p1, p0, p2}, Landroidx/datastore/preferences/protobuf/MessageLite$Builder;->mergeFrom(Landroidx/datastore/preferences/protobuf/CodedInputStream;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)Landroidx/datastore/preferences/protobuf/MessageLite$Builder;
const/4 p1, 0x0
.line 873
invoke-virtual {p0, p1}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->checkLastTagWas(I)V
iget p1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
add-int/lit8 p1, p1, -0x1
iput p1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream;->recursionDepth:I
.line 875
invoke-virtual {p0, v0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->popLimit(I)V
return-void
.line 868
:cond_0
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->recursionLimitExceeded()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object p1
throw p1
.end method
.method public readRawByte()B
.locals 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
if-eq v0, v1, :cond_0
iget-object v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->buffer:[B
add-int/lit8 v2, v0, 0x1
iput v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
.line 1240
aget-byte v0, v1, v0
return v0
.line 1238
:cond_0
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->truncatedMessage()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object v0
throw v0
.end method
.method public readRawBytes(I)[B
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
if-lez p1, :cond_0
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
sub-int/2addr v0, v1
if-gt p1, v0, :cond_0
add-int/2addr p1, v1
iput p1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
iget-object v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->buffer:[B
.line 1248
invoke-static {v0, v1, p1}, Ljava/util/Arrays;->copyOfRange([BII)[B
move-result-object p1
return-object p1
:cond_0
if-gtz p1, :cond_2
if-nez p1, :cond_1
.line 1253
sget-object p1, Landroidx/datastore/preferences/protobuf/Internal;->EMPTY_BYTE_ARRAY:[B
return-object p1
.line 1255
:cond_1
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->negativeSize()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object p1
throw p1
.line 1258
:cond_2
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->truncatedMessage()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object p1
throw p1
.end method
.method public readRawLittleEndian32()I
.locals 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
sub-int/2addr v1, v0
const/4 v2, 0x4
if-lt v1, v2, :cond_0
iget-object v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->buffer:[B
add-int/lit8 v2, v0, 0x4
iput v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
.line 1145
aget-byte v2, v1, v0
and-int/lit16 v2, v2, 0xff
add-int/lit8 v3, v0, 0x1
aget-byte v3, v1, v3
and-int/lit16 v3, v3, 0xff
shl-int/lit8 v3, v3, 0x8
or-int/2addr v2, v3
add-int/lit8 v3, v0, 0x2
aget-byte v3, v1, v3
and-int/lit16 v3, v3, 0xff
shl-int/lit8 v3, v3, 0x10
or-int/2addr v2, v3
add-int/lit8 v0, v0, 0x3
aget-byte v0, v1, v0
and-int/lit16 v0, v0, 0xff
shl-int/lit8 v0, v0, 0x18
or-int/2addr v0, v2
return v0
.line 1140
:cond_0
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->truncatedMessage()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object v0
throw v0
.end method
.method public readRawLittleEndian64()J
.locals 9
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
sub-int/2addr v1, v0
const/16 v2, 0x8
if-lt v1, v2, :cond_0
iget-object v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->buffer:[B
add-int/lit8 v3, v0, 0x8
iput v3, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
.line 1161
aget-byte v3, v1, v0
int-to-long v3, v3
const-wide/16 v5, 0xff
and-long/2addr v3, v5
add-int/lit8 v7, v0, 0x1
aget-byte v7, v1, v7
int-to-long v7, v7
and-long/2addr v7, v5
shl-long/2addr v7, v2
or-long v2, v3, v7
add-int/lit8 v4, v0, 0x2
aget-byte v4, v1, v4
int-to-long v7, v4
and-long/2addr v7, v5
const/16 v4, 0x10
shl-long/2addr v7, v4
or-long/2addr v2, v7
add-int/lit8 v4, v0, 0x3
aget-byte v4, v1, v4
int-to-long v7, v4
and-long/2addr v7, v5
const/16 v4, 0x18
shl-long/2addr v7, v4
or-long/2addr v2, v7
add-int/lit8 v4, v0, 0x4
aget-byte v4, v1, v4
int-to-long v7, v4
and-long/2addr v7, v5
const/16 v4, 0x20
shl-long/2addr v7, v4
or-long/2addr v2, v7
add-int/lit8 v4, v0, 0x5
aget-byte v4, v1, v4
int-to-long v7, v4
and-long/2addr v7, v5
const/16 v4, 0x28
shl-long/2addr v7, v4
or-long/2addr v2, v7
add-int/lit8 v4, v0, 0x6
aget-byte v4, v1, v4
int-to-long v7, v4
and-long/2addr v7, v5
const/16 v4, 0x30
shl-long/2addr v7, v4
or-long/2addr v2, v7
add-int/lit8 v0, v0, 0x7
aget-byte v0, v1, v0
int-to-long v0, v0
and-long/2addr v0, v5
const/16 v4, 0x38
shl-long/2addr v0, v4
or-long/2addr v0, v2
return-wide v0
.line 1156
:cond_0
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->truncatedMessage()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object v0
throw v0
.end method
.method public readRawVarint32()I
.locals 7
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
if-ne v1, v0, :cond_0
goto :goto_2
:cond_0
iget-object v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->buffer:[B
add-int/lit8 v3, v0, 0x1
.line 993
aget-byte v4, v2, v0
if-ltz v4, :cond_1
iput v3, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
return v4
:cond_1
sub-int/2addr v1, v3
const/16 v5, 0x9
if-ge v1, v5, :cond_2
goto :goto_2
:cond_2
add-int/lit8 v1, v0, 0x2
.line 998
aget-byte v3, v2, v3
shl-int/lit8 v3, v3, 0x7
xor-int/2addr v3, v4
if-gez v3, :cond_3
xor-int/lit8 v0, v3, -0x80
goto :goto_3
:cond_3
add-int/lit8 v4, v0, 0x3
.line 1000
aget-byte v1, v2, v1
shl-int/lit8 v1, v1, 0xe
xor-int/2addr v1, v3
if-ltz v1, :cond_4
xor-int/lit16 v0, v1, 0x3f80
:goto_0
move v1, v4
goto :goto_3
:cond_4
add-int/lit8 v3, v0, 0x4
.line 1002
aget-byte v4, v2, v4
shl-int/lit8 v4, v4, 0x15
xor-int/2addr v1, v4
if-gez v1, :cond_5
const v0, -0x1fc080
xor-int/2addr v0, v1
:goto_1
move v1, v3
goto :goto_3
:cond_5
add-int/lit8 v4, v0, 0x5
.line 1005
aget-byte v3, v2, v3
shl-int/lit8 v5, v3, 0x1c
xor-int/2addr v1, v5
const v5, 0xfe03f80
xor-int/2addr v1, v5
if-gez v3, :cond_7
add-int/lit8 v3, v0, 0x6
.line 1008
aget-byte v4, v2, v4
if-gez v4, :cond_8
add-int/lit8 v4, v0, 0x7
aget-byte v3, v2, v3
if-gez v3, :cond_7
add-int/lit8 v3, v0, 0x8
aget-byte v4, v2, v4
if-gez v4, :cond_8
add-int/lit8 v4, v0, 0x9
aget-byte v3, v2, v3
if-gez v3, :cond_7
add-int/lit8 v0, v0, 0xa
aget-byte v2, v2, v4
if-gez v2, :cond_6
.line 1020
:goto_2
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint64SlowPath()J
move-result-wide v0
long-to-int v0, v0
return v0
:cond_6
move v6, v1
move v1, v0
move v0, v6
goto :goto_3
:cond_7
move v0, v1
goto :goto_0
:cond_8
move v0, v1
goto :goto_1
:goto_3
iput v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
return v0
.end method
.method public readRawVarint64()J
.locals 12
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
if-ne v1, v0, :cond_0
goto/16 :goto_2
:cond_0
iget-object v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->buffer:[B
add-int/lit8 v3, v0, 0x1
.line 1073
aget-byte v4, v2, v0
if-ltz v4, :cond_1
iput v3, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
int-to-long v0, v4
return-wide v0
:cond_1
sub-int/2addr v1, v3
const/16 v5, 0x9
if-ge v1, v5, :cond_2
goto/16 :goto_2
:cond_2
add-int/lit8 v1, v0, 0x2
.line 1078
aget-byte v3, v2, v3
shl-int/lit8 v3, v3, 0x7
xor-int/2addr v3, v4
if-gez v3, :cond_3
xor-int/lit8 v0, v3, -0x80
int-to-long v2, v0
goto/16 :goto_3
:cond_3
add-int/lit8 v4, v0, 0x3
.line 1080
aget-byte v1, v2, v1
shl-int/lit8 v1, v1, 0xe
xor-int/2addr v1, v3
if-ltz v1, :cond_4
xor-int/lit16 v0, v1, 0x3f80
int-to-long v2, v0
move v1, v4
goto/16 :goto_3
:cond_4
add-int/lit8 v3, v0, 0x4
.line 1082
aget-byte v4, v2, v4
shl-int/lit8 v4, v4, 0x15
xor-int/2addr v1, v4
if-gez v1, :cond_5
const v0, -0x1fc080
xor-int/2addr v0, v1
int-to-long v0, v0
move-wide v10, v0
move v1, v3
move-wide v2, v10
goto/16 :goto_3
:cond_5
int-to-long v4, v1
add-int/lit8 v1, v0, 0x5
.line 1084
aget-byte v3, v2, v3
int-to-long v6, v3
const/16 v3, 0x1c
shl-long/2addr v6, v3
xor-long v3, v4, v6
const-wide/16 v5, 0x0
cmp-long v7, v3, v5
if-ltz v7, :cond_6
const-wide/32 v5, 0xfe03f80
:goto_0
xor-long v2, v3, v5
goto :goto_3
:cond_6
add-int/lit8 v7, v0, 0x6
.line 1086
aget-byte v1, v2, v1
int-to-long v8, v1
const/16 v1, 0x23
shl-long/2addr v8, v1
xor-long/2addr v3, v8
cmp-long v1, v3, v5
if-gez v1, :cond_7
const-wide v0, -0x7f01fc080L
:goto_1
xor-long v2, v3, v0
move v1, v7
goto :goto_3
:cond_7
add-int/lit8 v1, v0, 0x7
.line 1088
aget-byte v7, v2, v7
int-to-long v7, v7
const/16 v9, 0x2a
shl-long/2addr v7, v9
xor-long/2addr v3, v7
cmp-long v7, v3, v5
if-ltz v7, :cond_8
const-wide v5, 0x3f80fe03f80L
goto :goto_0
:cond_8
add-int/lit8 v7, v0, 0x8
.line 1090
aget-byte v1, v2, v1
int-to-long v8, v1
const/16 v1, 0x31
shl-long/2addr v8, v1
xor-long/2addr v3, v8
cmp-long v1, v3, v5
if-gez v1, :cond_9
const-wide v0, -0x1fc07f01fc080L
goto :goto_1
:cond_9
add-int/lit8 v1, v0, 0x9
.line 1100
aget-byte v7, v2, v7
int-to-long v7, v7
const/16 v9, 0x38
shl-long/2addr v7, v9
xor-long/2addr v3, v7
const-wide v7, 0xfe03f80fe03f80L
xor-long/2addr v3, v7
cmp-long v7, v3, v5
if-gez v7, :cond_b
add-int/lit8 v0, v0, 0xa
.line 1111
aget-byte v1, v2, v1
int-to-long v1, v1
cmp-long v1, v1, v5
if-gez v1, :cond_a
.line 1119
:goto_2
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint64SlowPath()J
move-result-wide v0
return-wide v0
:cond_a
move v1, v0
:cond_b
move-wide v2, v3
:goto_3
iput v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
return-wide v2
.end method
.method public readRawVarint64SlowPath()J
.locals 6
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
const-wide/16 v0, 0x0
const/4 v2, 0x0
:goto_0
const/16 v3, 0x40
if-ge v2, v3, :cond_1
.line 1126
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawByte()B
move-result v3
and-int/lit8 v4, v3, 0x7f
int-to-long v4, v4
shl-long/2addr v4, v2
or-long/2addr v0, v4
and-int/lit16 v3, v3, 0x80
if-nez v3, :cond_0
return-wide v0
:cond_0
add-int/lit8 v2, v2, 0x7
goto :goto_0
.line 1132
:cond_1
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->malformedVarint()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object v0
throw v0
.end method
.method public readSFixed32()I
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 960
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawLittleEndian32()I
move-result v0
return v0
.end method
.method public readSFixed64()J
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 965
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawLittleEndian64()J
move-result-wide v0
return-wide v0
.end method
.method public readSInt32()I
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 970
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint32()I
move-result v0
invoke-static {v0}, Landroidx/datastore/preferences/protobuf/CodedInputStream;->decodeZigZag32(I)I
move-result v0
return v0
.end method
.method public readSInt64()J
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 975
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint64()J
move-result-wide v0
invoke-static {v0, v1}, Landroidx/datastore/preferences/protobuf/CodedInputStream;->decodeZigZag64(J)J
move-result-wide v0
return-wide v0
.end method
.method public readString()Ljava/lang/String;
.locals 5
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 787
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint32()I
move-result v0
if-lez v0, :cond_0
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
iget v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
sub-int/2addr v1, v2
if-gt v0, v1, :cond_0
.line 791
new-instance v1, Ljava/lang/String;
iget-object v3, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->buffer:[B
sget-object v4, Landroidx/datastore/preferences/protobuf/Internal;->UTF_8:Ljava/nio/charset/Charset;
invoke-direct {v1, v3, v2, v0, v4}, Ljava/lang/String;-><init>([BIILjava/nio/charset/Charset;)V
iget v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
add-int/2addr v2, v0
iput v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
return-object v1
:cond_0
if-nez v0, :cond_1
const-string v0, ""
return-object v0
:cond_1
if-gez v0, :cond_2
.line 800
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->negativeSize()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object v0
throw v0
.line 802
:cond_2
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->truncatedMessage()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object v0
throw v0
.end method
.method public readStringRequireUtf8()Ljava/lang/String;
.locals 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 807
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint32()I
move-result v0
if-lez v0, :cond_0
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
iget v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
sub-int/2addr v1, v2
if-gt v0, v1, :cond_0
iget-object v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->buffer:[B
.line 809
invoke-static {v1, v2, v0}, Landroidx/datastore/preferences/protobuf/Utf8;->decodeUtf8([BII)Ljava/lang/String;
move-result-object v1
iget v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
add-int/2addr v2, v0
iput v2, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
return-object v1
:cond_0
if-nez v0, :cond_1
const-string v0, ""
return-object v0
:cond_1
if-gtz v0, :cond_2
.line 818
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->negativeSize()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object v0
throw v0
.line 820
:cond_2
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->truncatedMessage()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object v0
throw v0
.end method
.method public readTag()I
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 618
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->isAtEnd()Z
move-result v0
if-eqz v0, :cond_0
const/4 v0, 0x0
iput v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->lastTag:I
return v0
.line 623
:cond_0
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint32()I
move-result v0
iput v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->lastTag:I
.line 624
invoke-static {v0}, Landroidx/datastore/preferences/protobuf/WireFormat;->getTagFieldNumber(I)I
move-result v0
if-eqz v0, :cond_1
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->lastTag:I
return v0
.line 627
:cond_1
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->invalidTag()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object v0
throw v0
.end method
.method public readUInt32()I
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 950
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint32()I
move-result v0
return v0
.end method
.method public readUInt64()J
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 757
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint64()J
move-result-wide v0
return-wide v0
.end method
.method public readUnknownGroup(ILandroidx/datastore/preferences/protobuf/MessageLite$Builder;)V
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.line 859
invoke-static {}, Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;->getEmptyRegistry()Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;
move-result-object v0
invoke-virtual {p0, p1, p2, v0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readGroup(ILandroidx/datastore/preferences/protobuf/MessageLite$Builder;Landroidx/datastore/preferences/protobuf/ExtensionRegistryLite;)V
return-void
.end method
.method public resetSizeCounter()V
.locals 1
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
iput v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->startPos:I
return-void
.end method
.method public skipField(I)Z
.locals 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 646
invoke-static {p1}, Landroidx/datastore/preferences/protobuf/WireFormat;->getTagWireType(I)I
move-result v0
const/4 v1, 0x1
if-eqz v0, :cond_5
if-eq v0, v1, :cond_4
const/4 v2, 0x2
if-eq v0, v2, :cond_3
const/4 v2, 0x3
const/4 v3, 0x4
if-eq v0, v2, :cond_2
if-eq v0, v3, :cond_1
const/4 p1, 0x5
if-ne v0, p1, :cond_0
.line 664
invoke-virtual {p0, v3}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->skipRawBytes(I)V
return v1
.line 667
:cond_0
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->invalidWireType()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
move-result-object p1
throw p1
:cond_1
const/4 p1, 0x0
return p1
.line 657
:cond_2
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->skipMessage()V
.line 659
invoke-static {p1}, Landroidx/datastore/preferences/protobuf/WireFormat;->getTagFieldNumber(I)I
move-result p1
invoke-static {p1, v3}, Landroidx/datastore/preferences/protobuf/WireFormat;->makeTag(II)I
move-result p1
.line 658
invoke-virtual {p0, p1}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->checkLastTagWas(I)V
return v1
.line 654
:cond_3
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawVarint32()I
move-result p1
invoke-virtual {p0, p1}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->skipRawBytes(I)V
return v1
:cond_4
const/16 p1, 0x8
.line 651
invoke-virtual {p0, p1}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->skipRawBytes(I)V
return v1
.line 648
:cond_5
invoke-direct {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->skipRawVarint()V
return v1
.end method
.method public skipField(ILandroidx/datastore/preferences/protobuf/CodedOutputStream;)Z
.locals 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 673
invoke-static {p1}, Landroidx/datastore/preferences/protobuf/WireFormat;->getTagWireType(I)I
move-result v0
const/4 v1, 0x1
if-eqz v0, :cond_5
if-eq v0, v1, :cond_4
const/4 v2, 0x2
if-eq v0, v2, :cond_3
const/4 v2, 0x3
const/4 v3, 0x4
if-eq v0, v2, :cond_2
if-eq v0, v3, :cond_1
const/4 v2, 0x5
if-ne v0, v2, :cond_0
.line 712
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawLittleEndian32()I
move-result v0
.line 713
invoke-virtual {p2, p1}, Landroidx/datastore/preferences/protobuf/CodedOutputStream;->writeRawVarint32(I)V
.line 714
invoke-virtual {p2, v0}, Landroidx/datastore/preferences/protobuf/CodedOutputStream;->writeFixed32NoTag(I)V
return v1
.line 718
:cond_0
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->invalidWireType()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
move-result-object p1
throw p1
:cond_1
const/4 p1, 0x0
return p1
.line 697
:cond_2
invoke-virtual {p2, p1}, Landroidx/datastore/preferences/protobuf/CodedOutputStream;->writeRawVarint32(I)V
.line 698
invoke-virtual {p0, p2}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->skipMessage(Landroidx/datastore/preferences/protobuf/CodedOutputStream;)V
.line 701
invoke-static {p1}, Landroidx/datastore/preferences/protobuf/WireFormat;->getTagFieldNumber(I)I
move-result p1
.line 700
invoke-static {p1, v3}, Landroidx/datastore/preferences/protobuf/WireFormat;->makeTag(II)I
move-result p1
.line 702
invoke-virtual {p0, p1}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->checkLastTagWas(I)V
.line 703
invoke-virtual {p2, p1}, Landroidx/datastore/preferences/protobuf/CodedOutputStream;->writeRawVarint32(I)V
return v1
.line 690
:cond_3
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readBytes()Landroidx/datastore/preferences/protobuf/ByteString;
move-result-object v0
.line 691
invoke-virtual {p2, p1}, Landroidx/datastore/preferences/protobuf/CodedOutputStream;->writeRawVarint32(I)V
.line 692
invoke-virtual {p2, v0}, Landroidx/datastore/preferences/protobuf/CodedOutputStream;->writeBytesNoTag(Landroidx/datastore/preferences/protobuf/ByteString;)V
return v1
.line 683
:cond_4
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readRawLittleEndian64()J
move-result-wide v2
.line 684
invoke-virtual {p2, p1}, Landroidx/datastore/preferences/protobuf/CodedOutputStream;->writeRawVarint32(I)V
.line 685
invoke-virtual {p2, v2, v3}, Landroidx/datastore/preferences/protobuf/CodedOutputStream;->writeFixed64NoTag(J)V
return v1
.line 676
:cond_5
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readInt64()J
move-result-wide v2
.line 677
invoke-virtual {p2, p1}, Landroidx/datastore/preferences/protobuf/CodedOutputStream;->writeRawVarint32(I)V
.line 678
invoke-virtual {p2, v2, v3}, Landroidx/datastore/preferences/protobuf/CodedOutputStream;->writeUInt64NoTag(J)V
return v1
.end method
.method public skipMessage()V
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 725
:cond_0
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readTag()I
move-result v0
if-eqz v0, :cond_1
.line 726
invoke-virtual {p0, v0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->skipField(I)Z
move-result v0
if-nez v0, :cond_0
:cond_1
return-void
.end method
.method public skipMessage(Landroidx/datastore/preferences/protobuf/CodedOutputStream;)V
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 735
:cond_0
invoke-virtual {p0}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->readTag()I
move-result v0
if-eqz v0, :cond_1
.line 736
invoke-virtual {p0, v0, p1}, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->skipField(ILandroidx/datastore/preferences/protobuf/CodedOutputStream;)Z
move-result v0
if-nez v0, :cond_0
:cond_1
return-void
.end method
.method public skipRawBytes(I)V
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
if-ltz p1, :cond_0
iget v0, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->limit:I
iget v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
sub-int/2addr v0, v1
if-gt p1, v0, :cond_0
add-int/2addr v1, p1
iput v1, p0, Landroidx/datastore/preferences/protobuf/CodedInputStream$ArrayDecoder;->pos:I
return-void
:cond_0
if-gez p1, :cond_1
.line 1270
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->negativeSize()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object p1
throw p1
.line 1272
:cond_1
invoke-static {}, Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;->truncatedMessage()Landroidx/datastore/preferences/protobuf/InvalidProtocolBufferException;
move-result-object p1
throw p1
.end method