Changes of com.discord v1207

This commit is contained in:
root 2020-07-25 00:57:58 +00:00
parent 79cc469071
commit ec286a9030
11183 changed files with 624324 additions and 580196 deletions

View file

@ -0,0 +1,28 @@
.class public Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
.super Lcom/google/protobuf/InvalidProtocolBufferException;
.source "InvalidProtocolBufferException.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/protobuf/InvalidProtocolBufferException;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "InvalidWireTypeException"
.end annotation
# static fields
.field public static final serialVersionUID:J = 0x2d92b8a3b8283743L
# direct methods
.method public constructor <init>(Ljava/lang/String;)V
.locals 0
invoke-direct {p0, p1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-void
.end method

View file

@ -3,12 +3,20 @@
.source "InvalidProtocolBufferException.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
}
.end annotation
# static fields
.field public static final serialVersionUID:J = -0x166db9773d0dffacL
# instance fields
.field public unfinishedMessage:Lf/h/e/n;
.field public unfinishedMessage:Lf/h/e/l0;
# direct methods
@ -19,7 +27,7 @@
const/4 p1, 0x0
iput-object p1, p0, Lcom/google/protobuf/InvalidProtocolBufferException;->unfinishedMessage:Lf/h/e/n;
iput-object p1, p0, Lcom/google/protobuf/InvalidProtocolBufferException;->unfinishedMessage:Lf/h/e/l0;
return-void
.end method
@ -29,7 +37,7 @@
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "CodedInputStream encountered an embedded string or message which claimed to have negative size."
const-string v1, "Protocol message end-group tag did not match expected tag."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
@ -41,6 +49,78 @@
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "Protocol message contained an invalid tag (zero)."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method public static c()Lcom/google/protobuf/InvalidProtocolBufferException;
.locals 2
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "Protocol message had invalid UTF-8."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method public static d()Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
.locals 2
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;
const-string v1, "Protocol message tag had invalid wire type."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method public static e()Lcom/google/protobuf/InvalidProtocolBufferException;
.locals 2
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "CodedInputStream encountered a malformed varint."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method public static f()Lcom/google/protobuf/InvalidProtocolBufferException;
.locals 2
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "CodedInputStream encountered an embedded string or message which claimed to have negative size."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method public static g()Lcom/google/protobuf/InvalidProtocolBufferException;
.locals 2
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "Failed to parse the message."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
return-object v0
.end method
.method public static h()Lcom/google/protobuf/InvalidProtocolBufferException;
.locals 2
new-instance v0, Lcom/google/protobuf/InvalidProtocolBufferException;
const-string v1, "While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either that the input has been truncated or that an embedded message misreported its own length."
invoke-direct {v0, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V