AbstractParser.smali
.class public abstract Lcom/google/protobuf/AbstractParser;
.super Ljava/lang/Object;
.source "AbstractParser.java"
# interfaces
.implements Lcom/google/protobuf/Parser;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<MessageType::",
"Lcom/google/protobuf/MessageLite;",
">",
"Ljava/lang/Object;",
"Lcom/google/protobuf/Parser<",
"TMessageType;>;"
}
.end annotation
# static fields
.field private static final EMPTY_REGISTRY:Lcom/google/protobuf/ExtensionRegistryLite;
# direct methods
.method static constructor <clinit>()V
.registers 1
.line 79
invoke-static {}, Lcom/google/protobuf/ExtensionRegistryLite;->getEmptyRegistry()Lcom/google/protobuf/ExtensionRegistryLite;
move-result-object v0
sput-object v0, Lcom/google/protobuf/AbstractParser;->EMPTY_REGISTRY:Lcom/google/protobuf/ExtensionRegistryLite;
.line 78
return-void
.end method
.method public constructor <init>()V
.registers 1
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method private checkMessageInitialized(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/MessageLite;
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(TMessageType;)TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 70
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
.local p1, "message":Lcom/google/protobuf/MessageLite;, "TMessageType;"
if-eqz p1, :cond_16
invoke-interface {p1}, Lcom/google/protobuf/MessageLite;->isInitialized()Z
move-result v0
if-eqz v0, :cond_9
goto :goto_16
.line 71
:cond_9
invoke-direct {p0, p1}, Lcom/google/protobuf/AbstractParser;->newUninitializedMessageException(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/UninitializedMessageException;
move-result-object v0
.line 72
invoke-virtual {v0}, Lcom/google/protobuf/UninitializedMessageException;->asInvalidProtocolBufferException()Lcom/google/protobuf/InvalidProtocolBufferException;
move-result-object v0
.line 73
invoke-virtual {v0, p1}, Lcom/google/protobuf/InvalidProtocolBufferException;->setUnfinishedMessage(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
move-result-object v0
throw v0
.line 75
:cond_16
:goto_16
return-object p1
.end method
.method private newUninitializedMessageException(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/UninitializedMessageException;
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(TMessageType;)",
"Lcom/google/protobuf/UninitializedMessageException;"
}
.end annotation
.line 56
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
.local p1, "message":Lcom/google/protobuf/MessageLite;, "TMessageType;"
instance-of v0, p1, Lcom/google/protobuf/AbstractMessageLite;
if-eqz v0, :cond_c
.line 57
move-object v0, p1
check-cast v0, Lcom/google/protobuf/AbstractMessageLite;
invoke-virtual {v0}, Lcom/google/protobuf/AbstractMessageLite;->newUninitializedMessageException()Lcom/google/protobuf/UninitializedMessageException;
move-result-object v0
return-object v0
.line 59
:cond_c
new-instance v0, Lcom/google/protobuf/UninitializedMessageException;
invoke-direct {v0, p1}, Lcom/google/protobuf/UninitializedMessageException;-><init>(Lcom/google/protobuf/MessageLite;)V
return-object v0
.end method
# virtual methods
.method public parseDelimitedFrom(Ljava/io/InputStream;)Lcom/google/protobuf/MessageLite;
.registers 3
.param p1, "input" # Ljava/io/InputStream;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/io/InputStream;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 256
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
sget-object v0, Lcom/google/protobuf/AbstractParser;->EMPTY_REGISTRY:Lcom/google/protobuf/ExtensionRegistryLite;
invoke-virtual {p0, p1, v0}, Lcom/google/protobuf/AbstractParser;->parseDelimitedFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public parseDelimitedFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
.registers 4
.param p1, "input" # Ljava/io/InputStream;
.param p2, "extensionRegistry" # Lcom/google/protobuf/ExtensionRegistryLite;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/io/InputStream;",
"Lcom/google/protobuf/ExtensionRegistryLite;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 250
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
nop
.line 251
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/AbstractParser;->parsePartialDelimitedFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
.line 250
invoke-direct {p0, v0}, Lcom/google/protobuf/AbstractParser;->checkMessageInitialized(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic parseDelimitedFrom(Ljava/io/InputStream;)Ljava/lang/Object;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1}, Lcom/google/protobuf/AbstractParser;->parseDelimitedFrom(Ljava/io/InputStream;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parseDelimitedFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/AbstractParser;->parseDelimitedFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public parseFrom(Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/MessageLite;
.registers 3
.param p1, "data" # Lcom/google/protobuf/ByteString;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/protobuf/ByteString;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 130
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
sget-object v0, Lcom/google/protobuf/AbstractParser;->EMPTY_REGISTRY:Lcom/google/protobuf/ExtensionRegistryLite;
invoke-virtual {p0, p1, v0}, Lcom/google/protobuf/AbstractParser;->parseFrom(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public parseFrom(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
.registers 4
.param p1, "data" # Lcom/google/protobuf/ByteString;
.param p2, "extensionRegistry" # Lcom/google/protobuf/ExtensionRegistryLite;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/protobuf/ByteString;",
"Lcom/google/protobuf/ExtensionRegistryLite;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 125
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
invoke-direct {p0, v0}, Lcom/google/protobuf/AbstractParser;->checkMessageInitialized(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public parseFrom(Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/MessageLite;
.registers 3
.param p1, "input" # Lcom/google/protobuf/CodedInputStream;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/protobuf/CodedInputStream;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 96
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
sget-object v0, Lcom/google/protobuf/AbstractParser;->EMPTY_REGISTRY:Lcom/google/protobuf/ExtensionRegistryLite;
invoke-virtual {p0, p1, v0}, Lcom/google/protobuf/AbstractParser;->parseFrom(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public parseFrom(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
.registers 4
.param p1, "input" # Lcom/google/protobuf/CodedInputStream;
.param p2, "extensionRegistry" # Lcom/google/protobuf/ExtensionRegistryLite;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/protobuf/CodedInputStream;",
"Lcom/google/protobuf/ExtensionRegistryLite;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 90
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
nop
.line 91
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/google/protobuf/MessageLite;
.line 90
invoke-direct {p0, v0}, Lcom/google/protobuf/AbstractParser;->checkMessageInitialized(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public parseFrom(Ljava/io/InputStream;)Lcom/google/protobuf/MessageLite;
.registers 3
.param p1, "input" # Ljava/io/InputStream;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/io/InputStream;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 220
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
sget-object v0, Lcom/google/protobuf/AbstractParser;->EMPTY_REGISTRY:Lcom/google/protobuf/ExtensionRegistryLite;
invoke-virtual {p0, p1, v0}, Lcom/google/protobuf/AbstractParser;->parseFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public parseFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
.registers 4
.param p1, "input" # Ljava/io/InputStream;
.param p2, "extensionRegistry" # Lcom/google/protobuf/ExtensionRegistryLite;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/io/InputStream;",
"Lcom/google/protobuf/ExtensionRegistryLite;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 214
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
nop
.line 215
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
.line 214
invoke-direct {p0, v0}, Lcom/google/protobuf/AbstractParser;->checkMessageInitialized(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public parseFrom([B)Lcom/google/protobuf/MessageLite;
.registers 3
.param p1, "data" # [B
.annotation system Ldalvik/annotation/Signature;
value = {
"([B)TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 190
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
sget-object v0, Lcom/google/protobuf/AbstractParser;->EMPTY_REGISTRY:Lcom/google/protobuf/ExtensionRegistryLite;
invoke-virtual {p0, p1, v0}, Lcom/google/protobuf/AbstractParser;->parseFrom([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public parseFrom([BII)Lcom/google/protobuf/MessageLite;
.registers 5
.param p1, "data" # [B
.param p2, "off" # I
.param p3, "len" # I
.annotation system Ldalvik/annotation/Signature;
value = {
"([BII)TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 179
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
sget-object v0, Lcom/google/protobuf/AbstractParser;->EMPTY_REGISTRY:Lcom/google/protobuf/ExtensionRegistryLite;
invoke-virtual {p0, p1, p2, p3, v0}, Lcom/google/protobuf/AbstractParser;->parseFrom([BIILcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public parseFrom([BIILcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
.registers 6
.param p1, "data" # [B
.param p2, "off" # I
.param p3, "len" # I
.param p4, "extensionRegistry" # Lcom/google/protobuf/ExtensionRegistryLite;
.annotation system Ldalvik/annotation/Signature;
value = {
"([BII",
"Lcom/google/protobuf/ExtensionRegistryLite;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 172
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
nop
.line 173
invoke-virtual {p0, p1, p2, p3, p4}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom([BIILcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
.line 172
invoke-direct {p0, v0}, Lcom/google/protobuf/AbstractParser;->checkMessageInitialized(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public parseFrom([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
.registers 5
.param p1, "data" # [B
.param p2, "extensionRegistry" # Lcom/google/protobuf/ExtensionRegistryLite;
.annotation system Ldalvik/annotation/Signature;
value = {
"([B",
"Lcom/google/protobuf/ExtensionRegistryLite;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 185
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
array-length v0, p1
const/4 v1, 0x0
invoke-virtual {p0, p1, v1, v0, p2}, Lcom/google/protobuf/AbstractParser;->parseFrom([BIILcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic parseFrom(Lcom/google/protobuf/ByteString;)Ljava/lang/Object;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1}, Lcom/google/protobuf/AbstractParser;->parseFrom(Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parseFrom(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/AbstractParser;->parseFrom(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parseFrom(Lcom/google/protobuf/CodedInputStream;)Ljava/lang/Object;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1}, Lcom/google/protobuf/AbstractParser;->parseFrom(Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parseFrom(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/AbstractParser;->parseFrom(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parseFrom(Ljava/io/InputStream;)Ljava/lang/Object;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1}, Lcom/google/protobuf/AbstractParser;->parseFrom(Ljava/io/InputStream;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parseFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/AbstractParser;->parseFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parseFrom([B)Ljava/lang/Object;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1}, Lcom/google/protobuf/AbstractParser;->parseFrom([B)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parseFrom([BII)Ljava/lang/Object;
.registers 4
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1, p2, p3}, Lcom/google/protobuf/AbstractParser;->parseFrom([BII)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parseFrom([BIILcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
.registers 5
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1, p2, p3, p4}, Lcom/google/protobuf/AbstractParser;->parseFrom([BIILcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parseFrom([BLcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/AbstractParser;->parseFrom([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public parsePartialDelimitedFrom(Ljava/io/InputStream;)Lcom/google/protobuf/MessageLite;
.registers 3
.param p1, "input" # Ljava/io/InputStream;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/io/InputStream;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 244
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
sget-object v0, Lcom/google/protobuf/AbstractParser;->EMPTY_REGISTRY:Lcom/google/protobuf/ExtensionRegistryLite;
invoke-virtual {p0, p1, v0}, Lcom/google/protobuf/AbstractParser;->parsePartialDelimitedFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public parsePartialDelimitedFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
.registers 6
.param p1, "input" # Ljava/io/InputStream;
.param p2, "extensionRegistry" # Lcom/google/protobuf/ExtensionRegistryLite;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/io/InputStream;",
"Lcom/google/protobuf/ExtensionRegistryLite;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 229
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
:try_start_0
invoke-virtual {p1}, Ljava/io/InputStream;->read()I
move-result v0
.line 230
.local v0, "firstByte":I
const/4 v1, -0x1
if-ne v0, v1, :cond_9
.line 231
const/4 v1, 0x0
return-object v1
.line 233
:cond_9
invoke-static {v0, p1}, Lcom/google/protobuf/CodedInputStream;->readRawVarint32(ILjava/io/InputStream;)I
move-result v1
:try_end_d
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_d} :catch_19
move v0, v1
.line 236
.local v0, "size":I
nop
.line 237
new-instance v1, Lcom/google/protobuf/AbstractMessageLite$Builder$LimitedInputStream;
invoke-direct {v1, p1, v0}, Lcom/google/protobuf/AbstractMessageLite$Builder$LimitedInputStream;-><init>(Ljava/io/InputStream;I)V
.line 238
.local v1, "limitedInput":Ljava/io/InputStream;
invoke-virtual {p0, v1, p2}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v2
return-object v2
.line 234
.end local v0 # "size":I
.end local v1 # "limitedInput":Ljava/io/InputStream;
:catch_19
move-exception v0
.line 235
.local v0, "e":Ljava/io/IOException;
new-instance v1, Lcom/google/protobuf/InvalidProtocolBufferException;
invoke-virtual {v0}, Ljava/io/IOException;->getMessage()Ljava/lang/String;
move-result-object v2
invoke-direct {v1, v2}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/lang/String;)V
throw v1
.end method
.method public bridge synthetic parsePartialDelimitedFrom(Ljava/io/InputStream;)Ljava/lang/Object;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1}, Lcom/google/protobuf/AbstractParser;->parsePartialDelimitedFrom(Ljava/io/InputStream;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parsePartialDelimitedFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/AbstractParser;->parsePartialDelimitedFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public parsePartialFrom(Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/MessageLite;
.registers 3
.param p1, "data" # Lcom/google/protobuf/ByteString;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/protobuf/ByteString;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 119
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
sget-object v0, Lcom/google/protobuf/AbstractParser;->EMPTY_REGISTRY:Lcom/google/protobuf/ExtensionRegistryLite;
invoke-virtual {p0, p1, v0}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public parsePartialFrom(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
.registers 7
.param p1, "data" # Lcom/google/protobuf/ByteString;
.param p2, "extensionRegistry" # Lcom/google/protobuf/ExtensionRegistryLite;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/protobuf/ByteString;",
"Lcom/google/protobuf/ExtensionRegistryLite;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 104
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
:try_start_0
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->newCodedInput()Lcom/google/protobuf/CodedInputStream;
move-result-object v0
.line 105
.local v0, "input":Lcom/google/protobuf/CodedInputStream;
invoke-virtual {p0, v0, p2}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
move-result-object v1
check-cast v1, Lcom/google/protobuf/MessageLite;
:try_end_a
.catch Lcom/google/protobuf/InvalidProtocolBufferException; {:try_start_0 .. :try_end_a} :catch_16
.line 107
.local v1, "message":Lcom/google/protobuf/MessageLite;, "TMessageType;"
const/4 v2, 0x0
:try_start_b
invoke-virtual {v0, v2}, Lcom/google/protobuf/CodedInputStream;->checkLastTagWas(I)V
:try_end_e
.catch Lcom/google/protobuf/InvalidProtocolBufferException; {:try_start_b .. :try_end_e} :catch_10
.line 110
nop
.line 111
return-object v1
.line 108
:catch_10
move-exception v2
.line 109
.local v2, "e":Lcom/google/protobuf/InvalidProtocolBufferException;
:try_start_11
invoke-virtual {v2, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;->setUnfinishedMessage(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
move-result-object v3
.end local p1 # "data":Lcom/google/protobuf/ByteString;
.end local p2 # "extensionRegistry":Lcom/google/protobuf/ExtensionRegistryLite;
throw v3
:try_end_16
.catch Lcom/google/protobuf/InvalidProtocolBufferException; {:try_start_11 .. :try_end_16} :catch_16
.line 112
.end local v0 # "input":Lcom/google/protobuf/CodedInputStream;
.end local v1 # "message":Lcom/google/protobuf/MessageLite;, "TMessageType;"
.end local v2 # "e":Lcom/google/protobuf/InvalidProtocolBufferException;
.restart local p1 # "data":Lcom/google/protobuf/ByteString;
.restart local p2 # "extensionRegistry":Lcom/google/protobuf/ExtensionRegistryLite;
:catch_16
move-exception v0
.line 113
.local v0, "e":Lcom/google/protobuf/InvalidProtocolBufferException;
throw v0
.end method
.method public parsePartialFrom(Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/MessageLite;
.registers 3
.param p1, "input" # Lcom/google/protobuf/CodedInputStream;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/protobuf/CodedInputStream;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 84
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
sget-object v0, Lcom/google/protobuf/AbstractParser;->EMPTY_REGISTRY:Lcom/google/protobuf/ExtensionRegistryLite;
invoke-virtual {p0, p1, v0}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
move-result-object v0
check-cast v0, Lcom/google/protobuf/MessageLite;
return-object v0
.end method
.method public parsePartialFrom(Ljava/io/InputStream;)Lcom/google/protobuf/MessageLite;
.registers 3
.param p1, "input" # Ljava/io/InputStream;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/io/InputStream;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 208
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
sget-object v0, Lcom/google/protobuf/AbstractParser;->EMPTY_REGISTRY:Lcom/google/protobuf/ExtensionRegistryLite;
invoke-virtual {p0, p1, v0}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public parsePartialFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
.registers 7
.param p1, "input" # Ljava/io/InputStream;
.param p2, "extensionRegistry" # Lcom/google/protobuf/ExtensionRegistryLite;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/io/InputStream;",
"Lcom/google/protobuf/ExtensionRegistryLite;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 196
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-static {p1}, Lcom/google/protobuf/CodedInputStream;->newInstance(Ljava/io/InputStream;)Lcom/google/protobuf/CodedInputStream;
move-result-object v0
.line 197
.local v0, "codedInput":Lcom/google/protobuf/CodedInputStream;
invoke-virtual {p0, v0, p2}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
move-result-object v1
check-cast v1, Lcom/google/protobuf/MessageLite;
.line 199
.local v1, "message":Lcom/google/protobuf/MessageLite;, "TMessageType;"
const/4 v2, 0x0
:try_start_b
invoke-virtual {v0, v2}, Lcom/google/protobuf/CodedInputStream;->checkLastTagWas(I)V
:try_end_e
.catch Lcom/google/protobuf/InvalidProtocolBufferException; {:try_start_b .. :try_end_e} :catch_10
.line 202
nop
.line 203
return-object v1
.line 200
:catch_10
move-exception v2
.line 201
.local v2, "e":Lcom/google/protobuf/InvalidProtocolBufferException;
invoke-virtual {v2, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;->setUnfinishedMessage(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
move-result-object v3
throw v3
.end method
.method public parsePartialFrom([B)Lcom/google/protobuf/MessageLite;
.registers 5
.param p1, "data" # [B
.annotation system Ldalvik/annotation/Signature;
value = {
"([B)TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 165
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
array-length v0, p1
sget-object v1, Lcom/google/protobuf/AbstractParser;->EMPTY_REGISTRY:Lcom/google/protobuf/ExtensionRegistryLite;
const/4 v2, 0x0
invoke-virtual {p0, p1, v2, v0, v1}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom([BIILcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public parsePartialFrom([BII)Lcom/google/protobuf/MessageLite;
.registers 5
.param p1, "data" # [B
.param p2, "off" # I
.param p3, "len" # I
.annotation system Ldalvik/annotation/Signature;
value = {
"([BII)TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 154
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
sget-object v0, Lcom/google/protobuf/AbstractParser;->EMPTY_REGISTRY:Lcom/google/protobuf/ExtensionRegistryLite;
invoke-virtual {p0, p1, p2, p3, v0}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom([BIILcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public parsePartialFrom([BIILcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
.registers 9
.param p1, "data" # [B
.param p2, "off" # I
.param p3, "len" # I
.param p4, "extensionRegistry" # Lcom/google/protobuf/ExtensionRegistryLite;
.annotation system Ldalvik/annotation/Signature;
value = {
"([BII",
"Lcom/google/protobuf/ExtensionRegistryLite;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 138
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
:try_start_0
invoke-static {p1, p2, p3}, Lcom/google/protobuf/CodedInputStream;->newInstance([BII)Lcom/google/protobuf/CodedInputStream;
move-result-object v0
.line 139
.local v0, "input":Lcom/google/protobuf/CodedInputStream;
invoke-virtual {p0, v0, p4}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
move-result-object v1
check-cast v1, Lcom/google/protobuf/MessageLite;
:try_end_a
.catch Lcom/google/protobuf/InvalidProtocolBufferException; {:try_start_0 .. :try_end_a} :catch_16
.line 141
.local v1, "message":Lcom/google/protobuf/MessageLite;, "TMessageType;"
const/4 v2, 0x0
:try_start_b
invoke-virtual {v0, v2}, Lcom/google/protobuf/CodedInputStream;->checkLastTagWas(I)V
:try_end_e
.catch Lcom/google/protobuf/InvalidProtocolBufferException; {:try_start_b .. :try_end_e} :catch_10
.line 144
nop
.line 145
return-object v1
.line 142
:catch_10
move-exception v2
.line 143
.local v2, "e":Lcom/google/protobuf/InvalidProtocolBufferException;
:try_start_11
invoke-virtual {v2, v1}, Lcom/google/protobuf/InvalidProtocolBufferException;->setUnfinishedMessage(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
move-result-object v3
.end local p1 # "data":[B
.end local p2 # "off":I
.end local p3 # "len":I
.end local p4 # "extensionRegistry":Lcom/google/protobuf/ExtensionRegistryLite;
throw v3
:try_end_16
.catch Lcom/google/protobuf/InvalidProtocolBufferException; {:try_start_11 .. :try_end_16} :catch_16
.line 146
.end local v0 # "input":Lcom/google/protobuf/CodedInputStream;
.end local v1 # "message":Lcom/google/protobuf/MessageLite;, "TMessageType;"
.end local v2 # "e":Lcom/google/protobuf/InvalidProtocolBufferException;
.restart local p1 # "data":[B
.restart local p2 # "off":I
.restart local p3 # "len":I
.restart local p4 # "extensionRegistry":Lcom/google/protobuf/ExtensionRegistryLite;
:catch_16
move-exception v0
.line 147
.local v0, "e":Lcom/google/protobuf/InvalidProtocolBufferException;
throw v0
.end method
.method public parsePartialFrom([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
.registers 5
.param p1, "data" # [B
.param p2, "extensionRegistry" # Lcom/google/protobuf/ExtensionRegistryLite;
.annotation system Ldalvik/annotation/Signature;
value = {
"([B",
"Lcom/google/protobuf/ExtensionRegistryLite;",
")TMessageType;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 160
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
array-length v0, p1
const/4 v1, 0x0
invoke-virtual {p0, p1, v1, v0, p2}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom([BIILcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic parsePartialFrom(Lcom/google/protobuf/ByteString;)Ljava/lang/Object;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom(Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parsePartialFrom(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parsePartialFrom(Lcom/google/protobuf/CodedInputStream;)Ljava/lang/Object;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom(Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parsePartialFrom(Ljava/io/InputStream;)Ljava/lang/Object;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom(Ljava/io/InputStream;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parsePartialFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parsePartialFrom([B)Ljava/lang/Object;
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom([B)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parsePartialFrom([BII)Ljava/lang/Object;
.registers 4
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1, p2, p3}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom([BII)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parsePartialFrom([BIILcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
.registers 5
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1, p2, p3, p4}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom([BIILcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic parsePartialFrom([BLcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
.registers 3
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 49
.local p0, "this":Lcom/google/protobuf/AbstractParser;, "Lcom/google/protobuf/AbstractParser<TMessageType;>;"
invoke-virtual {p0, p1, p2}, Lcom/google/protobuf/AbstractParser;->parsePartialFrom([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object p1
return-object p1
.end method