Files
rr3-apk/smali_classes3/com/google/protobuf/UnknownFieldSetLite.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

1499 lines
34 KiB
Smali

.class public final Lcom/google/protobuf/UnknownFieldSetLite;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field private static final DEFAULT_INSTANCE:Lcom/google/protobuf/UnknownFieldSetLite;
.field private static final MIN_CAPACITY:I = 0x8
# instance fields
.field private count:I
.field private isMutable:Z
.field private memoizedSerializedSize:I
.field private objects:[Ljava/lang/Object;
.field private tags:[I
# direct methods
.method static constructor <clinit>()V
.locals 4
.line 52
new-instance v0, Lcom/google/protobuf/UnknownFieldSetLite;
const/4 v1, 0x0
new-array v2, v1, [I
new-array v3, v1, [Ljava/lang/Object;
invoke-direct {v0, v1, v2, v3, v1}, Lcom/google/protobuf/UnknownFieldSetLite;-><init>(I[I[Ljava/lang/Object;Z)V
sput-object v0, Lcom/google/protobuf/UnknownFieldSetLite;->DEFAULT_INSTANCE:Lcom/google/protobuf/UnknownFieldSetLite;
return-void
.end method
.method private constructor <init>()V
.locals 4
const/16 v0, 0x8
new-array v1, v0, [I
new-array v0, v0, [Ljava/lang/Object;
const/4 v2, 0x1
const/4 v3, 0x0
.line 99
invoke-direct {p0, v3, v1, v0, v2}, Lcom/google/protobuf/UnknownFieldSetLite;-><init>(I[I[Ljava/lang/Object;Z)V
return-void
.end method
.method private constructor <init>(I[I[Ljava/lang/Object;Z)V
.locals 1
.line 103
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, -0x1
iput v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->memoizedSerializedSize:I
iput p1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
iput-object p2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
iput-object p3, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
iput-boolean p4, p0, Lcom/google/protobuf/UnknownFieldSetLite;->isMutable:Z
return-void
.end method
.method private ensureCapacity(I)V
.locals 3
iget-object v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
.line 400
array-length v1, v0
if-le p1, v1, :cond_2
iget v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
.line 402
div-int/lit8 v2, v1, 0x2
add-int/2addr v1, v2
if-ge v1, p1, :cond_0
goto :goto_0
:cond_0
move p1, v1
:goto_0
const/16 v1, 0x8
if-ge p1, v1, :cond_1
move p1, v1
.line 414
:cond_1
invoke-static {v0, p1}, Ljava/util/Arrays;->copyOf([II)[I
move-result-object v0
iput-object v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
iget-object v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
.line 415
invoke-static {v0, p1}, Ljava/util/Arrays;->copyOf([Ljava/lang/Object;I)[Ljava/lang/Object;
move-result-object p1
iput-object p1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
:cond_2
return-void
.end method
.method public static getDefaultInstance()Lcom/google/protobuf/UnknownFieldSetLite;
.locals 1
sget-object v0, Lcom/google/protobuf/UnknownFieldSetLite;->DEFAULT_INSTANCE:Lcom/google/protobuf/UnknownFieldSetLite;
return-object v0
.end method
.method private static hashCode([II)I
.locals 3
const/16 v0, 0x11
const/4 v1, 0x0
:goto_0
if-ge v1, p1, :cond_0
mul-int/lit8 v0, v0, 0x1f
.line 349
aget v2, p0, v1
add-int/2addr v0, v2
add-int/lit8 v1, v1, 0x1
goto :goto_0
:cond_0
return v0
.end method
.method private static hashCode([Ljava/lang/Object;I)I
.locals 3
const/16 v0, 0x11
const/4 v1, 0x0
:goto_0
if-ge v1, p1, :cond_0
mul-int/lit8 v0, v0, 0x1f
.line 357
aget-object v2, p0, v1
invoke-virtual {v2}, Ljava/lang/Object;->hashCode()I
move-result v2
add-int/2addr v0, v2
add-int/lit8 v1, v1, 0x1
goto :goto_0
:cond_0
return v0
.end method
.method private mergeFrom(Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/UnknownFieldSetLite;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 493
:cond_0
invoke-virtual {p1}, Lcom/google/protobuf/CodedInputStream;->readTag()I
move-result v0
if-eqz v0, :cond_1
.line 494
invoke-virtual {p0, v0, p1}, Lcom/google/protobuf/UnknownFieldSetLite;->mergeFieldFrom(ILcom/google/protobuf/CodedInputStream;)Z
move-result v0
if-nez v0, :cond_0
:cond_1
return-object p0
.end method
.method public static mutableCopyOf(Lcom/google/protobuf/UnknownFieldSetLite;Lcom/google/protobuf/UnknownFieldSetLite;)Lcom/google/protobuf/UnknownFieldSetLite;
.locals 6
.line 74
iget v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
iget v1, p1, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
add-int/2addr v0, v1
.line 75
iget-object v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
invoke-static {v1, v0}, Ljava/util/Arrays;->copyOf([II)[I
move-result-object v1
.line 76
iget-object v2, p1, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
iget v3, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
iget v4, p1, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
const/4 v5, 0x0
invoke-static {v2, v5, v1, v3, v4}, Ljava/lang/System;->arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V
.line 77
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
invoke-static {v2, v0}, Ljava/util/Arrays;->copyOf([Ljava/lang/Object;I)[Ljava/lang/Object;
move-result-object v2
.line 78
iget-object v3, p1, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
iget p0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
iget p1, p1, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
invoke-static {v3, v5, v2, p0, p1}, Ljava/lang/System;->arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V
.line 79
new-instance p0, Lcom/google/protobuf/UnknownFieldSetLite;
const/4 p1, 0x1
invoke-direct {p0, v0, v1, v2, p1}, Lcom/google/protobuf/UnknownFieldSetLite;-><init>(I[I[Ljava/lang/Object;Z)V
return-object p0
.end method
.method public static newInstance()Lcom/google/protobuf/UnknownFieldSetLite;
.locals 1
.line 66
new-instance v0, Lcom/google/protobuf/UnknownFieldSetLite;
invoke-direct {v0}, Lcom/google/protobuf/UnknownFieldSetLite;-><init>()V
return-object v0
.end method
.method private static objectsEquals([Ljava/lang/Object;[Ljava/lang/Object;I)Z
.locals 4
const/4 v0, 0x0
move v1, v0
:goto_0
if-ge v1, p2, :cond_1
.line 315
aget-object v2, p0, v1
aget-object v3, p1, v1
invoke-virtual {v2, v3}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v2
if-nez v2, :cond_0
return v0
:cond_0
add-int/lit8 v1, v1, 0x1
goto :goto_0
:cond_1
const/4 p0, 0x1
return p0
.end method
.method private static tagsEquals([I[II)Z
.locals 4
const/4 v0, 0x0
move v1, v0
:goto_0
if-ge v1, p2, :cond_1
.line 306
aget v2, p0, v1
aget v3, p1, v1
if-eq v2, v3, :cond_0
return v0
:cond_0
add-int/lit8 v1, v1, 0x1
goto :goto_0
:cond_1
const/4 p0, 0x1
return p0
.end method
.method private static writeField(ILjava/lang/Object;Lcom/google/protobuf/Writer;)V
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 207
invoke-static {p0}, Lcom/google/protobuf/WireFormat;->getTagFieldNumber(I)I
move-result v0
.line 208
invoke-static {p0}, Lcom/google/protobuf/WireFormat;->getTagWireType(I)I
move-result p0
if-eqz p0, :cond_5
const/4 v1, 0x1
if-eq p0, v1, :cond_4
const/4 v1, 0x2
if-eq p0, v1, :cond_3
const/4 v1, 0x3
if-eq p0, v1, :cond_1
const/4 v1, 0x5
if-ne p0, v1, :cond_0
.line 213
check-cast p1, Ljava/lang/Integer;
invoke-virtual {p1}, Ljava/lang/Integer;->intValue()I
move-result p0
invoke-interface {p2, v0, p0}, Lcom/google/protobuf/Writer;->writeFixed32(II)V
goto :goto_0
.line 234
:cond_0
new-instance p0, Ljava/lang/RuntimeException;
invoke-static {}, Lcom/google/protobuf/InvalidProtocolBufferException;->invalidWireType()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
move-result-object p1
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/Throwable;)V
throw p0
.line 222
:cond_1
invoke-interface {p2}, Lcom/google/protobuf/Writer;->fieldOrder()Lcom/google/protobuf/Writer$FieldOrder;
move-result-object p0
sget-object v1, Lcom/google/protobuf/Writer$FieldOrder;->ASCENDING:Lcom/google/protobuf/Writer$FieldOrder;
if-ne p0, v1, :cond_2
.line 223
invoke-interface {p2, v0}, Lcom/google/protobuf/Writer;->writeStartGroup(I)V
.line 224
check-cast p1, Lcom/google/protobuf/UnknownFieldSetLite;
invoke-virtual {p1, p2}, Lcom/google/protobuf/UnknownFieldSetLite;->writeTo(Lcom/google/protobuf/Writer;)V
.line 225
invoke-interface {p2, v0}, Lcom/google/protobuf/Writer;->writeEndGroup(I)V
goto :goto_0
.line 227
:cond_2
invoke-interface {p2, v0}, Lcom/google/protobuf/Writer;->writeEndGroup(I)V
.line 228
check-cast p1, Lcom/google/protobuf/UnknownFieldSetLite;
invoke-virtual {p1, p2}, Lcom/google/protobuf/UnknownFieldSetLite;->writeTo(Lcom/google/protobuf/Writer;)V
.line 229
invoke-interface {p2, v0}, Lcom/google/protobuf/Writer;->writeStartGroup(I)V
goto :goto_0
.line 219
:cond_3
check-cast p1, Lcom/google/protobuf/ByteString;
invoke-interface {p2, v0, p1}, Lcom/google/protobuf/Writer;->writeBytes(ILcom/google/protobuf/ByteString;)V
goto :goto_0
.line 216
:cond_4
check-cast p1, Ljava/lang/Long;
invoke-virtual {p1}, Ljava/lang/Long;->longValue()J
move-result-wide p0
invoke-interface {p2, v0, p0, p1}, Lcom/google/protobuf/Writer;->writeFixed64(IJ)V
goto :goto_0
.line 210
:cond_5
check-cast p1, Ljava/lang/Long;
invoke-virtual {p1}, Ljava/lang/Long;->longValue()J
move-result-wide p0
invoke-interface {p2, v0, p0, p1}, Lcom/google/protobuf/Writer;->writeInt64(IJ)V
:goto_0
return-void
.end method
# virtual methods
.method public checkMutable()V
.locals 1
iget-boolean v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->isMutable:Z
if-eqz v0, :cond_0
return-void
.line 122
:cond_0
new-instance v0, Ljava/lang/UnsupportedOperationException;
invoke-direct {v0}, Ljava/lang/UnsupportedOperationException;-><init>()V
throw v0
.end method
.method public equals(Ljava/lang/Object;)Z
.locals 5
const/4 v0, 0x1
if-ne p0, p1, :cond_0
return v0
:cond_0
const/4 v1, 0x0
if-nez p1, :cond_1
return v1
.line 332
:cond_1
instance-of v2, p1, Lcom/google/protobuf/UnknownFieldSetLite;
if-nez v2, :cond_2
return v1
.line 336
:cond_2
check-cast p1, Lcom/google/protobuf/UnknownFieldSetLite;
iget v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
.line 337
iget v3, p1, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
if-ne v2, v3, :cond_4
iget-object v3, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
iget-object v4, p1, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
.line 338
invoke-static {v3, v4, v2}, Lcom/google/protobuf/UnknownFieldSetLite;->tagsEquals([I[II)Z
move-result v2
if-eqz v2, :cond_4
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
iget-object p1, p1, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
iget v3, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
.line 339
invoke-static {v2, p1, v3}, Lcom/google/protobuf/UnknownFieldSetLite;->objectsEquals([Ljava/lang/Object;[Ljava/lang/Object;I)Z
move-result p1
if-nez p1, :cond_3
goto :goto_0
:cond_3
return v0
:cond_4
:goto_0
return v1
.end method
.method public getSerializedSize()I
.locals 6
iget v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->memoizedSerializedSize:I
const/4 v1, -0x1
if-eq v0, v1, :cond_0
return v0
:cond_0
const/4 v0, 0x0
move v1, v0
:goto_0
iget v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
if-ge v0, v2, :cond_6
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
.line 274
aget v2, v2, v0
.line 275
invoke-static {v2}, Lcom/google/protobuf/WireFormat;->getTagFieldNumber(I)I
move-result v3
.line 276
invoke-static {v2}, Lcom/google/protobuf/WireFormat;->getTagWireType(I)I
move-result v2
if-eqz v2, :cond_5
const/4 v4, 0x1
if-eq v2, v4, :cond_4
const/4 v4, 0x2
if-eq v2, v4, :cond_3
const/4 v5, 0x3
if-eq v2, v5, :cond_2
const/4 v4, 0x5
if-ne v2, v4, :cond_1
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
.line 281
aget-object v2, v2, v0
check-cast v2, Ljava/lang/Integer;
invoke-virtual {v2}, Ljava/lang/Integer;->intValue()I
move-result v2
invoke-static {v3, v2}, Lcom/google/protobuf/CodedOutputStream;->computeFixed32Size(II)I
move-result v2
:goto_1
add-int/2addr v1, v2
goto :goto_2
.line 295
:cond_1
new-instance v0, Ljava/lang/IllegalStateException;
invoke-static {}, Lcom/google/protobuf/InvalidProtocolBufferException;->invalidWireType()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
move-result-object v1
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/Throwable;)V
throw v0
.line 291
:cond_2
invoke-static {v3}, Lcom/google/protobuf/CodedOutputStream;->computeTagSize(I)I
move-result v2
mul-int/2addr v2, v4
iget-object v3, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
aget-object v3, v3, v0
check-cast v3, Lcom/google/protobuf/UnknownFieldSetLite;
.line 292
invoke-virtual {v3}, Lcom/google/protobuf/UnknownFieldSetLite;->getSerializedSize()I
move-result v3
add-int/2addr v2, v3
goto :goto_1
:cond_3
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
.line 287
aget-object v2, v2, v0
check-cast v2, Lcom/google/protobuf/ByteString;
invoke-static {v3, v2}, Lcom/google/protobuf/CodedOutputStream;->computeBytesSize(ILcom/google/protobuf/ByteString;)I
move-result v2
goto :goto_1
:cond_4
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
.line 284
aget-object v2, v2, v0
check-cast v2, Ljava/lang/Long;
invoke-virtual {v2}, Ljava/lang/Long;->longValue()J
move-result-wide v4
invoke-static {v3, v4, v5}, Lcom/google/protobuf/CodedOutputStream;->computeFixed64Size(IJ)I
move-result v2
goto :goto_1
:cond_5
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
.line 278
aget-object v2, v2, v0
check-cast v2, Ljava/lang/Long;
invoke-virtual {v2}, Ljava/lang/Long;->longValue()J
move-result-wide v4
invoke-static {v3, v4, v5}, Lcom/google/protobuf/CodedOutputStream;->computeUInt64Size(IJ)I
move-result v2
goto :goto_1
:goto_2
add-int/lit8 v0, v0, 0x1
goto :goto_0
:cond_6
iput v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->memoizedSerializedSize:I
return v1
.end method
.method public getSerializedSizeAsMessageSet()I
.locals 4
iget v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->memoizedSerializedSize:I
const/4 v1, -0x1
if-eq v0, v1, :cond_0
return v0
:cond_0
const/4 v0, 0x0
move v1, v0
:goto_0
iget v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
if-ge v0, v2, :cond_1
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
.line 250
aget v2, v2, v0
.line 251
invoke-static {v2}, Lcom/google/protobuf/WireFormat;->getTagFieldNumber(I)I
move-result v2
iget-object v3, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
.line 252
aget-object v3, v3, v0
check-cast v3, Lcom/google/protobuf/ByteString;
.line 253
invoke-static {v2, v3}, Lcom/google/protobuf/CodedOutputStream;->computeRawMessageSetExtensionSize(ILcom/google/protobuf/ByteString;)I
move-result v2
add-int/2addr v1, v2
add-int/lit8 v0, v0, 0x1
goto :goto_0
:cond_1
iput v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->memoizedSerializedSize:I
return v1
.end method
.method public hashCode()I
.locals 3
iget v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
const/16 v1, 0x20f
add-int/2addr v1, v0
mul-int/lit8 v1, v1, 0x1f
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
.line 367
invoke-static {v2, v0}, Lcom/google/protobuf/UnknownFieldSetLite;->hashCode([II)I
move-result v0
add-int/2addr v1, v0
mul-int/lit8 v1, v1, 0x1f
iget-object v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
iget v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
.line 368
invoke-static {v0, v2}, Lcom/google/protobuf/UnknownFieldSetLite;->hashCode([Ljava/lang/Object;I)I
move-result v0
add-int/2addr v1, v0
return v1
.end method
.method public makeImmutable()V
.locals 1
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->isMutable:Z
return-void
.end method
.method public mergeFieldFrom(ILcom/google/protobuf/CodedInputStream;)Z
.locals 5
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 428
invoke-virtual {p0}, Lcom/google/protobuf/UnknownFieldSetLite;->checkMutable()V
.line 429
invoke-static {p1}, Lcom/google/protobuf/WireFormat;->getTagFieldNumber(I)I
move-result v0
.line 430
invoke-static {p1}, Lcom/google/protobuf/WireFormat;->getTagWireType(I)I
move-result v1
const/4 v2, 0x1
if-eqz v1, :cond_5
if-eq v1, v2, :cond_4
const/4 v3, 0x2
if-eq v1, v3, :cond_3
const/4 v3, 0x3
const/4 v4, 0x4
if-eq v1, v3, :cond_2
if-eq v1, v4, :cond_1
const/4 v0, 0x5
if-ne v1, v0, :cond_0
.line 435
invoke-virtual {p2}, Lcom/google/protobuf/CodedInputStream;->readFixed32()I
move-result p2
invoke-static {p2}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p2
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/UnknownFieldSetLite;->storeField(ILjava/lang/Object;)V
return v2
.line 452
:cond_0
invoke-static {}, Lcom/google/protobuf/InvalidProtocolBufferException;->invalidWireType()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
move-result-object p1
throw p1
:cond_1
const/4 p1, 0x0
return p1
.line 444
:cond_2
new-instance v1, Lcom/google/protobuf/UnknownFieldSetLite;
invoke-direct {v1}, Lcom/google/protobuf/UnknownFieldSetLite;-><init>()V
.line 445
invoke-direct {v1, p2}, Lcom/google/protobuf/UnknownFieldSetLite;->mergeFrom(Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/UnknownFieldSetLite;
.line 446
invoke-static {v0, v4}, Lcom/google/protobuf/WireFormat;->makeTag(II)I
move-result v0
invoke-virtual {p2, v0}, Lcom/google/protobuf/CodedInputStream;->checkLastTagWas(I)V
.line 447
invoke-virtual {p0, p1, v1}, Lcom/google/protobuf/UnknownFieldSetLite;->storeField(ILjava/lang/Object;)V
return v2
.line 441
:cond_3
invoke-virtual {p2}, Lcom/google/protobuf/CodedInputStream;->readBytes()Lcom/google/protobuf/ByteString;
move-result-object p2
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/UnknownFieldSetLite;->storeField(ILjava/lang/Object;)V
return v2
.line 438
:cond_4
invoke-virtual {p2}, Lcom/google/protobuf/CodedInputStream;->readFixed64()J
move-result-wide v0
invoke-static {v0, v1}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object p2
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/UnknownFieldSetLite;->storeField(ILjava/lang/Object;)V
return v2
.line 432
:cond_5
invoke-virtual {p2}, Lcom/google/protobuf/CodedInputStream;->readInt64()J
move-result-wide v0
invoke-static {v0, v1}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object p2
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/UnknownFieldSetLite;->storeField(ILjava/lang/Object;)V
return v2
.end method
.method public mergeFrom(Lcom/google/protobuf/UnknownFieldSetLite;)Lcom/google/protobuf/UnknownFieldSetLite;
.locals 6
.line 503
invoke-static {}, Lcom/google/protobuf/UnknownFieldSetLite;->getDefaultInstance()Lcom/google/protobuf/UnknownFieldSetLite;
move-result-object v0
invoke-virtual {p1, v0}, Lcom/google/protobuf/UnknownFieldSetLite;->equals(Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_0
return-object p0
.line 507
:cond_0
invoke-virtual {p0}, Lcom/google/protobuf/UnknownFieldSetLite;->checkMutable()V
iget v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
.line 508
iget v1, p1, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
add-int/2addr v0, v1
.line 509
invoke-direct {p0, v0}, Lcom/google/protobuf/UnknownFieldSetLite;->ensureCapacity(I)V
.line 510
iget-object v1, p1, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
iget v3, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
iget v4, p1, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
const/4 v5, 0x0
invoke-static {v1, v5, v2, v3, v4}, Ljava/lang/System;->arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V
.line 511
iget-object v1, p1, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
iget v3, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
iget p1, p1, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
invoke-static {v1, v5, v2, v3, p1}, Ljava/lang/System;->arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V
iput v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
return-object p0
.end method
.method public mergeLengthDelimitedField(ILcom/google/protobuf/ByteString;)Lcom/google/protobuf/UnknownFieldSetLite;
.locals 1
.line 479
invoke-virtual {p0}, Lcom/google/protobuf/UnknownFieldSetLite;->checkMutable()V
if-eqz p1, :cond_0
const/4 v0, 0x2
.line 484
invoke-static {p1, v0}, Lcom/google/protobuf/WireFormat;->makeTag(II)I
move-result p1
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/UnknownFieldSetLite;->storeField(ILjava/lang/Object;)V
return-object p0
.line 481
:cond_0
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "Zero is not a valid field number."
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public mergeVarintField(II)Lcom/google/protobuf/UnknownFieldSetLite;
.locals 2
.line 463
invoke-virtual {p0}, Lcom/google/protobuf/UnknownFieldSetLite;->checkMutable()V
if-eqz p1, :cond_0
const/4 v0, 0x0
.line 468
invoke-static {p1, v0}, Lcom/google/protobuf/WireFormat;->makeTag(II)I
move-result p1
int-to-long v0, p2
invoke-static {v0, v1}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object p2
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/UnknownFieldSetLite;->storeField(ILjava/lang/Object;)V
return-object p0
.line 465
:cond_0
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "Zero is not a valid field number."
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public final printWithIndent(Ljava/lang/StringBuilder;I)V
.locals 3
const/4 v0, 0x0
:goto_0
iget v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
if-ge v0, v1, :cond_0
iget-object v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
.line 383
aget v1, v1, v0
invoke-static {v1}, Lcom/google/protobuf/WireFormat;->getTagFieldNumber(I)I
move-result v1
.line 384
invoke-static {v1}, Ljava/lang/String;->valueOf(I)Ljava/lang/String;
move-result-object v1
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
aget-object v2, v2, v0
invoke-static {p1, p2, v1, v2}, Lcom/google/protobuf/MessageLiteToString;->printField(Ljava/lang/StringBuilder;ILjava/lang/String;Ljava/lang/Object;)V
add-int/lit8 v0, v0, 0x1
goto :goto_0
:cond_0
return-void
.end method
.method public storeField(ILjava/lang/Object;)V
.locals 2
.line 390
invoke-virtual {p0}, Lcom/google/protobuf/UnknownFieldSetLite;->checkMutable()V
iget v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
add-int/lit8 v0, v0, 0x1
.line 391
invoke-direct {p0, v0}, Lcom/google/protobuf/UnknownFieldSetLite;->ensureCapacity(I)V
iget-object v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
iget v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
.line 393
aput p1, v0, v1
iget-object p1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
.line 394
aput-object p2, p1, v1
add-int/lit8 v1, v1, 0x1
iput v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
return-void
.end method
.method public writeAsMessageSetTo(Lcom/google/protobuf/CodedOutputStream;)V
.locals 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
const/4 v0, 0x0
:goto_0
iget v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
if-ge v0, v1, :cond_0
iget-object v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
.line 166
aget v1, v1, v0
invoke-static {v1}, Lcom/google/protobuf/WireFormat;->getTagFieldNumber(I)I
move-result v1
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
.line 167
aget-object v2, v2, v0
check-cast v2, Lcom/google/protobuf/ByteString;
invoke-virtual {p1, v1, v2}, Lcom/google/protobuf/CodedOutputStream;->writeRawMessageSetExtension(ILcom/google/protobuf/ByteString;)V
add-int/lit8 v0, v0, 0x1
goto :goto_0
:cond_0
return-void
.end method
.method public writeAsMessageSetTo(Lcom/google/protobuf/Writer;)V
.locals 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 173
invoke-interface {p1}, Lcom/google/protobuf/Writer;->fieldOrder()Lcom/google/protobuf/Writer$FieldOrder;
move-result-object v0
sget-object v1, Lcom/google/protobuf/Writer$FieldOrder;->DESCENDING:Lcom/google/protobuf/Writer$FieldOrder;
if-ne v0, v1, :cond_0
iget v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
add-int/lit8 v0, v0, -0x1
:goto_0
if-ltz v0, :cond_1
iget-object v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
.line 176
aget v1, v1, v0
invoke-static {v1}, Lcom/google/protobuf/WireFormat;->getTagFieldNumber(I)I
move-result v1
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
.line 177
aget-object v2, v2, v0
invoke-interface {p1, v1, v2}, Lcom/google/protobuf/Writer;->writeMessageSetItem(ILjava/lang/Object;)V
add-int/lit8 v0, v0, -0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_1
iget v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
if-ge v0, v1, :cond_1
iget-object v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
.line 182
aget v1, v1, v0
invoke-static {v1}, Lcom/google/protobuf/WireFormat;->getTagFieldNumber(I)I
move-result v1
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
.line 183
aget-object v2, v2, v0
invoke-interface {p1, v1, v2}, Lcom/google/protobuf/Writer;->writeMessageSetItem(ILjava/lang/Object;)V
add-int/lit8 v0, v0, 0x1
goto :goto_1
:cond_1
return-void
.end method
.method public writeTo(Lcom/google/protobuf/CodedOutputStream;)V
.locals 5
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
const/4 v0, 0x0
:goto_0
iget v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
if-ge v0, v1, :cond_5
iget-object v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
.line 133
aget v1, v1, v0
.line 134
invoke-static {v1}, Lcom/google/protobuf/WireFormat;->getTagFieldNumber(I)I
move-result v2
.line 135
invoke-static {v1}, Lcom/google/protobuf/WireFormat;->getTagWireType(I)I
move-result v1
if-eqz v1, :cond_4
const/4 v3, 0x1
if-eq v1, v3, :cond_3
const/4 v3, 0x2
if-eq v1, v3, :cond_2
const/4 v3, 0x3
if-eq v1, v3, :cond_1
const/4 v3, 0x5
if-ne v1, v3, :cond_0
iget-object v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
.line 140
aget-object v1, v1, v0
check-cast v1, Ljava/lang/Integer;
invoke-virtual {v1}, Ljava/lang/Integer;->intValue()I
move-result v1
invoke-virtual {p1, v2, v1}, Lcom/google/protobuf/CodedOutputStream;->writeFixed32(II)V
goto :goto_1
.line 154
:cond_0
invoke-static {}, Lcom/google/protobuf/InvalidProtocolBufferException;->invalidWireType()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
move-result-object p1
throw p1
.line 149
:cond_1
invoke-virtual {p1, v2, v3}, Lcom/google/protobuf/CodedOutputStream;->writeTag(II)V
iget-object v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
.line 150
aget-object v1, v1, v0
check-cast v1, Lcom/google/protobuf/UnknownFieldSetLite;
invoke-virtual {v1, p1}, Lcom/google/protobuf/UnknownFieldSetLite;->writeTo(Lcom/google/protobuf/CodedOutputStream;)V
const/4 v1, 0x4
.line 151
invoke-virtual {p1, v2, v1}, Lcom/google/protobuf/CodedOutputStream;->writeTag(II)V
goto :goto_1
:cond_2
iget-object v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
.line 146
aget-object v1, v1, v0
check-cast v1, Lcom/google/protobuf/ByteString;
invoke-virtual {p1, v2, v1}, Lcom/google/protobuf/CodedOutputStream;->writeBytes(ILcom/google/protobuf/ByteString;)V
goto :goto_1
:cond_3
iget-object v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
.line 143
aget-object v1, v1, v0
check-cast v1, Ljava/lang/Long;
invoke-virtual {v1}, Ljava/lang/Long;->longValue()J
move-result-wide v3
invoke-virtual {p1, v2, v3, v4}, Lcom/google/protobuf/CodedOutputStream;->writeFixed64(IJ)V
goto :goto_1
:cond_4
iget-object v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
.line 137
aget-object v1, v1, v0
check-cast v1, Ljava/lang/Long;
invoke-virtual {v1}, Ljava/lang/Long;->longValue()J
move-result-wide v3
invoke-virtual {p1, v2, v3, v4}, Lcom/google/protobuf/CodedOutputStream;->writeUInt64(IJ)V
:goto_1
add-int/lit8 v0, v0, 0x1
goto :goto_0
:cond_5
return-void
.end method
.method public writeTo(Lcom/google/protobuf/Writer;)V
.locals 3
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
if-nez v0, :cond_0
return-void
.line 195
:cond_0
invoke-interface {p1}, Lcom/google/protobuf/Writer;->fieldOrder()Lcom/google/protobuf/Writer$FieldOrder;
move-result-object v0
sget-object v1, Lcom/google/protobuf/Writer$FieldOrder;->ASCENDING:Lcom/google/protobuf/Writer$FieldOrder;
if-ne v0, v1, :cond_1
const/4 v0, 0x0
:goto_0
iget v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
if-ge v0, v1, :cond_2
iget-object v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
.line 197
aget v1, v1, v0
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
aget-object v2, v2, v0
invoke-static {v1, v2, p1}, Lcom/google/protobuf/UnknownFieldSetLite;->writeField(ILjava/lang/Object;Lcom/google/protobuf/Writer;)V
add-int/lit8 v0, v0, 0x1
goto :goto_0
:cond_1
iget v0, p0, Lcom/google/protobuf/UnknownFieldSetLite;->count:I
add-int/lit8 v0, v0, -0x1
:goto_1
if-ltz v0, :cond_2
iget-object v1, p0, Lcom/google/protobuf/UnknownFieldSetLite;->tags:[I
.line 201
aget v1, v1, v0
iget-object v2, p0, Lcom/google/protobuf/UnknownFieldSetLite;->objects:[Ljava/lang/Object;
aget-object v2, v2, v0
invoke-static {v1, v2, p1}, Lcom/google/protobuf/UnknownFieldSetLite;->writeField(ILjava/lang/Object;Lcom/google/protobuf/Writer;)V
add-int/lit8 v0, v0, -0x1
goto :goto_1
:cond_2
return-void
.end method