2022-06-10 21:38:30 +09:00

1959 lines
45 KiB
Smali

.class public final Lcom/google/protobuf/Value;
.super Lcom/google/protobuf/GeneratedMessageV3;
.source "Value.java"
# interfaces
.implements Lcom/google/protobuf/ValueOrBuilder;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/protobuf/Value$Builder;,
Lcom/google/protobuf/Value$KindCase;
}
.end annotation
# static fields
.field public static final BOOL_VALUE_FIELD_NUMBER:I = 0x4
.field private static final DEFAULT_INSTANCE:Lcom/google/protobuf/Value;
.field public static final LIST_VALUE_FIELD_NUMBER:I = 0x6
.field public static final NULL_VALUE_FIELD_NUMBER:I = 0x1
.field public static final NUMBER_VALUE_FIELD_NUMBER:I = 0x2
.field private static final PARSER:Lcom/google/protobuf/Parser;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/google/protobuf/Parser<",
"Lcom/google/protobuf/Value;",
">;"
}
.end annotation
.end field
.field public static final STRING_VALUE_FIELD_NUMBER:I = 0x3
.field public static final STRUCT_VALUE_FIELD_NUMBER:I = 0x5
.field private static final serialVersionUID:J
# instance fields
.field private kindCase_:I
.field private kind_:Ljava/lang/Object;
.field private memoizedIsInitialized:B
# direct methods
.method public static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/google/protobuf/Value;
invoke-direct {v0}, Lcom/google/protobuf/Value;-><init>()V
sput-object v0, Lcom/google/protobuf/Value;->DEFAULT_INSTANCE:Lcom/google/protobuf/Value;
.line 2
new-instance v0, Lcom/google/protobuf/Value$1;
invoke-direct {v0}, Lcom/google/protobuf/Value$1;-><init>()V
sput-object v0, Lcom/google/protobuf/Value;->PARSER:Lcom/google/protobuf/Parser;
return-void
.end method
.method private constructor <init>()V
.locals 1
.line 6
invoke-direct {p0}, Lcom/google/protobuf/GeneratedMessageV3;-><init>()V
const/4 v0, 0x0
.line 7
iput v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v0, -0x1
.line 8
iput-byte v0, p0, Lcom/google/protobuf/Value;->memoizedIsInitialized:B
return-void
.end method
.method private constructor <init>(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)V
.locals 5
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 9
invoke-direct {p0}, Lcom/google/protobuf/Value;-><init>()V
const/4 v0, 0x0
:cond_0
:goto_0
if-nez v0, :cond_c
.line 10
:try_start_0
invoke-virtual {p1}, Lcom/google/protobuf/CodedInputStream;->readTag()I
move-result v1
const/4 v2, 0x1
if-eqz v1, :cond_b
const/16 v3, 0x8
if-eq v1, v3, :cond_a
const/16 v3, 0x11
if-eq v1, v3, :cond_9
const/16 v3, 0x1a
if-eq v1, v3, :cond_8
const/16 v3, 0x20
if-eq v1, v3, :cond_7
const/16 v3, 0x2a
const/4 v4, 0x0
if-eq v1, v3, :cond_4
const/16 v3, 0x32
if-eq v1, v3, :cond_1
.line 11
invoke-virtual {p1, v1}, Lcom/google/protobuf/CodedInputStream;->skipField(I)Z
move-result v1
if-nez v1, :cond_0
goto/16 :goto_1
.line 12
:cond_1
iget v1, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v2, 0x6
if-ne v1, v2, :cond_2
.line 13
iget-object v1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v1, Lcom/google/protobuf/ListValue;
invoke-virtual {v1}, Lcom/google/protobuf/ListValue;->toBuilder()Lcom/google/protobuf/ListValue$Builder;
move-result-object v4
.line 14
:cond_2
invoke-static {}, Lcom/google/protobuf/ListValue;->parser()Lcom/google/protobuf/Parser;
move-result-object v1
invoke-virtual {p1, v1, p2}, Lcom/google/protobuf/CodedInputStream;->readMessage(Lcom/google/protobuf/Parser;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v1
iput-object v1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
if-eqz v4, :cond_3
.line 15
check-cast v1, Lcom/google/protobuf/ListValue;
invoke-virtual {v4, v1}, Lcom/google/protobuf/ListValue$Builder;->mergeFrom(Lcom/google/protobuf/ListValue;)Lcom/google/protobuf/ListValue$Builder;
.line 16
invoke-virtual {v4}, Lcom/google/protobuf/ListValue$Builder;->buildPartial()Lcom/google/protobuf/ListValue;
move-result-object v1
iput-object v1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
.line 17
:cond_3
iput v2, p0, Lcom/google/protobuf/Value;->kindCase_:I
goto :goto_0
.line 18
:cond_4
iget v1, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v2, 0x5
if-ne v1, v2, :cond_5
.line 19
iget-object v1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v1, Lcom/google/protobuf/Struct;
invoke-virtual {v1}, Lcom/google/protobuf/Struct;->toBuilder()Lcom/google/protobuf/Struct$Builder;
move-result-object v4
.line 20
:cond_5
invoke-static {}, Lcom/google/protobuf/Struct;->parser()Lcom/google/protobuf/Parser;
move-result-object v1
invoke-virtual {p1, v1, p2}, Lcom/google/protobuf/CodedInputStream;->readMessage(Lcom/google/protobuf/Parser;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/MessageLite;
move-result-object v1
iput-object v1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
if-eqz v4, :cond_6
.line 21
check-cast v1, Lcom/google/protobuf/Struct;
invoke-virtual {v4, v1}, Lcom/google/protobuf/Struct$Builder;->mergeFrom(Lcom/google/protobuf/Struct;)Lcom/google/protobuf/Struct$Builder;
.line 22
invoke-virtual {v4}, Lcom/google/protobuf/Struct$Builder;->buildPartial()Lcom/google/protobuf/Struct;
move-result-object v1
iput-object v1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
.line 23
:cond_6
iput v2, p0, Lcom/google/protobuf/Value;->kindCase_:I
goto :goto_0
:cond_7
const/4 v1, 0x4
.line 24
iput v1, p0, Lcom/google/protobuf/Value;->kindCase_:I
.line 25
invoke-virtual {p1}, Lcom/google/protobuf/CodedInputStream;->readBool()Z
move-result v1
invoke-static {v1}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v1
iput-object v1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
goto/16 :goto_0
.line 26
:cond_8
invoke-virtual {p1}, Lcom/google/protobuf/CodedInputStream;->readStringRequireUtf8()Ljava/lang/String;
move-result-object v1
const/4 v2, 0x3
.line 27
iput v2, p0, Lcom/google/protobuf/Value;->kindCase_:I
.line 28
iput-object v1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
goto/16 :goto_0
:cond_9
const/4 v1, 0x2
.line 29
iput v1, p0, Lcom/google/protobuf/Value;->kindCase_:I
.line 30
invoke-virtual {p1}, Lcom/google/protobuf/CodedInputStream;->readDouble()D
move-result-wide v1
invoke-static {v1, v2}, Ljava/lang/Double;->valueOf(D)Ljava/lang/Double;
move-result-object v1
iput-object v1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
goto/16 :goto_0
.line 31
:cond_a
invoke-virtual {p1}, Lcom/google/protobuf/CodedInputStream;->readEnum()I
move-result v1
.line 32
iput v2, p0, Lcom/google/protobuf/Value;->kindCase_:I
.line 33
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v1
iput-object v1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
:try_end_0
.catch Lcom/google/protobuf/InvalidProtocolBufferException; {:try_start_0 .. :try_end_0} :catch_1
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
goto/16 :goto_0
:cond_b
:goto_1
move v0, v2
goto/16 :goto_0
:catchall_0
move-exception p1
goto :goto_2
:catch_0
move-exception p1
.line 34
:try_start_1
new-instance p2, Lcom/google/protobuf/InvalidProtocolBufferException;
invoke-direct {p2, p1}, Lcom/google/protobuf/InvalidProtocolBufferException;-><init>(Ljava/io/IOException;)V
.line 35
invoke-virtual {p2, p0}, Lcom/google/protobuf/InvalidProtocolBufferException;->setUnfinishedMessage(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
move-result-object p1
throw p1
:catch_1
move-exception p1
.line 36
invoke-virtual {p1, p0}, Lcom/google/protobuf/InvalidProtocolBufferException;->setUnfinishedMessage(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/InvalidProtocolBufferException;
move-result-object p1
throw p1
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 37
:goto_2
invoke-virtual {p0}, Lcom/google/protobuf/GeneratedMessageV3;->makeExtensionsImmutable()V
throw p1
:cond_c
invoke-virtual {p0}, Lcom/google/protobuf/GeneratedMessageV3;->makeExtensionsImmutable()V
return-void
.end method
.method public synthetic constructor <init>(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;Lcom/google/protobuf/Value$1;)V
.locals 0
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 1
invoke-direct {p0, p1, p2}, Lcom/google/protobuf/Value;-><init>(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)V
return-void
.end method
.method private constructor <init>(Lcom/google/protobuf/GeneratedMessageV3$Builder;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/protobuf/GeneratedMessageV3$Builder<",
"*>;)V"
}
.end annotation
.line 3
invoke-direct {p0, p1}, Lcom/google/protobuf/GeneratedMessageV3;-><init>(Lcom/google/protobuf/GeneratedMessageV3$Builder;)V
const/4 p1, 0x0
.line 4
iput p1, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 p1, -0x1
.line 5
iput-byte p1, p0, Lcom/google/protobuf/Value;->memoizedIsInitialized:B
return-void
.end method
.method public synthetic constructor <init>(Lcom/google/protobuf/GeneratedMessageV3$Builder;Lcom/google/protobuf/Value$1;)V
.locals 0
.line 2
invoke-direct {p0, p1}, Lcom/google/protobuf/Value;-><init>(Lcom/google/protobuf/GeneratedMessageV3$Builder;)V
return-void
.end method
.method public static synthetic access$300(Lcom/google/protobuf/Value;)Ljava/lang/Object;
.locals 0
.line 1
iget-object p0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
return-object p0
.end method
.method public static synthetic access$302(Lcom/google/protobuf/Value;Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 1
iput-object p1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
return-object p1
.end method
.method public static synthetic access$402(Lcom/google/protobuf/Value;I)I
.locals 0
.line 1
iput p1, p0, Lcom/google/protobuf/Value;->kindCase_:I
return p1
.end method
.method public static synthetic access$500()Lcom/google/protobuf/Parser;
.locals 1
.line 1
sget-object v0, Lcom/google/protobuf/Value;->PARSER:Lcom/google/protobuf/Parser;
return-object v0
.end method
.method public static getDefaultInstance()Lcom/google/protobuf/Value;
.locals 1
.line 1
sget-object v0, Lcom/google/protobuf/Value;->DEFAULT_INSTANCE:Lcom/google/protobuf/Value;
return-object v0
.end method
.method public static final getDescriptor()Lcom/google/protobuf/Descriptors$Descriptor;
.locals 1
.line 1
sget-object v0, Lcom/google/protobuf/StructProto;->internal_static_google_protobuf_Value_descriptor:Lcom/google/protobuf/Descriptors$Descriptor;
return-object v0
.end method
.method public static newBuilder()Lcom/google/protobuf/Value$Builder;
.locals 1
.line 1
sget-object v0, Lcom/google/protobuf/Value;->DEFAULT_INSTANCE:Lcom/google/protobuf/Value;
invoke-virtual {v0}, Lcom/google/protobuf/Value;->toBuilder()Lcom/google/protobuf/Value$Builder;
move-result-object v0
return-object v0
.end method
.method public static newBuilder(Lcom/google/protobuf/Value;)Lcom/google/protobuf/Value$Builder;
.locals 1
.line 2
sget-object v0, Lcom/google/protobuf/Value;->DEFAULT_INSTANCE:Lcom/google/protobuf/Value;
invoke-virtual {v0}, Lcom/google/protobuf/Value;->toBuilder()Lcom/google/protobuf/Value$Builder;
move-result-object v0
invoke-virtual {v0, p0}, Lcom/google/protobuf/Value$Builder;->mergeFrom(Lcom/google/protobuf/Value;)Lcom/google/protobuf/Value$Builder;
move-result-object p0
return-object p0
.end method
.method public static parseDelimitedFrom(Ljava/io/InputStream;)Lcom/google/protobuf/Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 1
sget-object v0, Lcom/google/protobuf/Value;->PARSER:Lcom/google/protobuf/Parser;
.line 2
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageV3;->parseDelimitedWithIOException(Lcom/google/protobuf/Parser;Ljava/io/InputStream;)Lcom/google/protobuf/Message;
move-result-object p0
check-cast p0, Lcom/google/protobuf/Value;
return-object p0
.end method
.method public static parseDelimitedFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 3
sget-object v0, Lcom/google/protobuf/Value;->PARSER:Lcom/google/protobuf/Parser;
.line 4
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageV3;->parseDelimitedWithIOException(Lcom/google/protobuf/Parser;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Message;
move-result-object p0
check-cast p0, Lcom/google/protobuf/Value;
return-object p0
.end method
.method public static parseFrom(Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 1
sget-object v0, Lcom/google/protobuf/Value;->PARSER:Lcom/google/protobuf/Parser;
invoke-interface {v0, p0}, Lcom/google/protobuf/Parser;->parseFrom(Lcom/google/protobuf/ByteString;)Ljava/lang/Object;
move-result-object p0
check-cast p0, Lcom/google/protobuf/Value;
return-object p0
.end method
.method public static parseFrom(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 2
sget-object v0, Lcom/google/protobuf/Value;->PARSER:Lcom/google/protobuf/Parser;
invoke-interface {v0, p0, p1}, Lcom/google/protobuf/Parser;->parseFrom(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
move-result-object p0
check-cast p0, Lcom/google/protobuf/Value;
return-object p0
.end method
.method public static parseFrom(Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 9
sget-object v0, Lcom/google/protobuf/Value;->PARSER:Lcom/google/protobuf/Parser;
.line 10
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageV3;->parseWithIOException(Lcom/google/protobuf/Parser;Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/Message;
move-result-object p0
check-cast p0, Lcom/google/protobuf/Value;
return-object p0
.end method
.method public static parseFrom(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 11
sget-object v0, Lcom/google/protobuf/Value;->PARSER:Lcom/google/protobuf/Parser;
.line 12
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageV3;->parseWithIOException(Lcom/google/protobuf/Parser;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Message;
move-result-object p0
check-cast p0, Lcom/google/protobuf/Value;
return-object p0
.end method
.method public static parseFrom(Ljava/io/InputStream;)Lcom/google/protobuf/Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 5
sget-object v0, Lcom/google/protobuf/Value;->PARSER:Lcom/google/protobuf/Parser;
.line 6
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageV3;->parseWithIOException(Lcom/google/protobuf/Parser;Ljava/io/InputStream;)Lcom/google/protobuf/Message;
move-result-object p0
check-cast p0, Lcom/google/protobuf/Value;
return-object p0
.end method
.method public static parseFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 7
sget-object v0, Lcom/google/protobuf/Value;->PARSER:Lcom/google/protobuf/Parser;
.line 8
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageV3;->parseWithIOException(Lcom/google/protobuf/Parser;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Message;
move-result-object p0
check-cast p0, Lcom/google/protobuf/Value;
return-object p0
.end method
.method public static parseFrom([B)Lcom/google/protobuf/Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 3
sget-object v0, Lcom/google/protobuf/Value;->PARSER:Lcom/google/protobuf/Parser;
invoke-interface {v0, p0}, Lcom/google/protobuf/Parser;->parseFrom([B)Ljava/lang/Object;
move-result-object p0
check-cast p0, Lcom/google/protobuf/Value;
return-object p0
.end method
.method public static parseFrom([BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/Value;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Lcom/google/protobuf/InvalidProtocolBufferException;
}
.end annotation
.line 4
sget-object v0, Lcom/google/protobuf/Value;->PARSER:Lcom/google/protobuf/Parser;
invoke-interface {v0, p0, p1}, Lcom/google/protobuf/Parser;->parseFrom([BLcom/google/protobuf/ExtensionRegistryLite;)Ljava/lang/Object;
move-result-object p0
check-cast p0, Lcom/google/protobuf/Value;
return-object p0
.end method
.method public static parser()Lcom/google/protobuf/Parser;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/protobuf/Parser<",
"Lcom/google/protobuf/Value;",
">;"
}
.end annotation
.line 1
sget-object v0, Lcom/google/protobuf/Value;->PARSER:Lcom/google/protobuf/Parser;
return-object v0
.end method
# virtual methods
.method public equals(Ljava/lang/Object;)Z
.locals 7
const/4 v0, 0x1
if-ne p1, p0, :cond_0
return v0
.line 1
:cond_0
instance-of v1, p1, Lcom/google/protobuf/Value;
if-nez v1, :cond_1
.line 2
invoke-super {p0, p1}, Lcom/google/protobuf/AbstractMessage;->equals(Ljava/lang/Object;)Z
move-result p1
return p1
.line 3
:cond_1
check-cast p1, Lcom/google/protobuf/Value;
.line 4
invoke-virtual {p0}, Lcom/google/protobuf/Value;->getKindCase()Lcom/google/protobuf/Value$KindCase;
move-result-object v1
.line 5
invoke-virtual {p1}, Lcom/google/protobuf/Value;->getKindCase()Lcom/google/protobuf/Value$KindCase;
move-result-object v2
.line 6
invoke-virtual {v1, v2}, Ljava/lang/Enum;->equals(Ljava/lang/Object;)Z
move-result v1
const/4 v2, 0x0
if-eqz v1, :cond_2
move v1, v0
goto :goto_0
:cond_2
move v1, v2
:goto_0
if-nez v1, :cond_3
return v2
.line 7
:cond_3
iget v3, p0, Lcom/google/protobuf/Value;->kindCase_:I
packed-switch v3, :pswitch_data_0
goto/16 :goto_2
:pswitch_0
if-eqz v1, :cond_4
.line 8
invoke-virtual {p0}, Lcom/google/protobuf/Value;->getListValue()Lcom/google/protobuf/ListValue;
move-result-object v1
.line 9
invoke-virtual {p1}, Lcom/google/protobuf/Value;->getListValue()Lcom/google/protobuf/ListValue;
move-result-object p1
invoke-virtual {v1, p1}, Lcom/google/protobuf/ListValue;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_4
goto :goto_1
:pswitch_1
if-eqz v1, :cond_4
.line 10
invoke-virtual {p0}, Lcom/google/protobuf/Value;->getStructValue()Lcom/google/protobuf/Struct;
move-result-object v1
.line 11
invoke-virtual {p1}, Lcom/google/protobuf/Value;->getStructValue()Lcom/google/protobuf/Struct;
move-result-object p1
invoke-virtual {v1, p1}, Lcom/google/protobuf/Struct;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_4
goto :goto_1
:pswitch_2
if-eqz v1, :cond_4
.line 12
invoke-virtual {p0}, Lcom/google/protobuf/Value;->getBoolValue()Z
move-result v1
.line 13
invoke-virtual {p1}, Lcom/google/protobuf/Value;->getBoolValue()Z
move-result p1
if-ne v1, p1, :cond_4
goto :goto_1
:pswitch_3
if-eqz v1, :cond_4
.line 14
invoke-virtual {p0}, Lcom/google/protobuf/Value;->getStringValue()Ljava/lang/String;
move-result-object v1
.line 15
invoke-virtual {p1}, Lcom/google/protobuf/Value;->getStringValue()Ljava/lang/String;
move-result-object p1
invoke-virtual {v1, p1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_4
goto :goto_1
:pswitch_4
if-eqz v1, :cond_4
.line 16
invoke-virtual {p0}, Lcom/google/protobuf/Value;->getNumberValue()D
move-result-wide v3
invoke-static {v3, v4}, Ljava/lang/Double;->doubleToLongBits(D)J
move-result-wide v3
.line 17
invoke-virtual {p1}, Lcom/google/protobuf/Value;->getNumberValue()D
move-result-wide v5
.line 18
invoke-static {v5, v6}, Ljava/lang/Double;->doubleToLongBits(D)J
move-result-wide v5
cmp-long p1, v3, v5
if-nez p1, :cond_4
goto :goto_1
:pswitch_5
if-eqz v1, :cond_4
.line 19
invoke-virtual {p0}, Lcom/google/protobuf/Value;->getNullValueValue()I
move-result v1
.line 20
invoke-virtual {p1}, Lcom/google/protobuf/Value;->getNullValueValue()I
move-result p1
if-ne v1, p1, :cond_4
goto :goto_1
:cond_4
move v0, v2
:goto_1
move v1, v0
:goto_2
return v1
:pswitch_data_0
.packed-switch 0x1
:pswitch_5
:pswitch_4
:pswitch_3
:pswitch_2
:pswitch_1
:pswitch_0
.end packed-switch
.end method
.method public getBoolValue()Z
.locals 2
.line 1
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v1, 0x4
if-ne v0, v1, :cond_0
.line 2
iget-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v0, Ljava/lang/Boolean;
invoke-virtual {v0}, Ljava/lang/Boolean;->booleanValue()Z
move-result v0
return v0
:cond_0
const/4 v0, 0x0
return v0
.end method
.method public bridge synthetic getDefaultInstanceForType()Lcom/google/protobuf/Message;
.locals 1
.line 1
invoke-virtual {p0}, Lcom/google/protobuf/Value;->getDefaultInstanceForType()Lcom/google/protobuf/Value;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic getDefaultInstanceForType()Lcom/google/protobuf/MessageLite;
.locals 1
.line 2
invoke-virtual {p0}, Lcom/google/protobuf/Value;->getDefaultInstanceForType()Lcom/google/protobuf/Value;
move-result-object v0
return-object v0
.end method
.method public getDefaultInstanceForType()Lcom/google/protobuf/Value;
.locals 1
.line 3
sget-object v0, Lcom/google/protobuf/Value;->DEFAULT_INSTANCE:Lcom/google/protobuf/Value;
return-object v0
.end method
.method public getKindCase()Lcom/google/protobuf/Value$KindCase;
.locals 1
.line 1
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
invoke-static {v0}, Lcom/google/protobuf/Value$KindCase;->forNumber(I)Lcom/google/protobuf/Value$KindCase;
move-result-object v0
return-object v0
.end method
.method public getListValue()Lcom/google/protobuf/ListValue;
.locals 2
.line 1
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v1, 0x6
if-ne v0, v1, :cond_0
.line 2
iget-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v0, Lcom/google/protobuf/ListValue;
return-object v0
.line 3
:cond_0
invoke-static {}, Lcom/google/protobuf/ListValue;->getDefaultInstance()Lcom/google/protobuf/ListValue;
move-result-object v0
return-object v0
.end method
.method public getListValueOrBuilder()Lcom/google/protobuf/ListValueOrBuilder;
.locals 2
.line 1
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v1, 0x6
if-ne v0, v1, :cond_0
.line 2
iget-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v0, Lcom/google/protobuf/ListValue;
return-object v0
.line 3
:cond_0
invoke-static {}, Lcom/google/protobuf/ListValue;->getDefaultInstance()Lcom/google/protobuf/ListValue;
move-result-object v0
return-object v0
.end method
.method public getNullValue()Lcom/google/protobuf/NullValue;
.locals 2
.line 1
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v1, 0x1
if-ne v0, v1, :cond_1
.line 2
iget-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v0, Ljava/lang/Integer;
.line 3
invoke-virtual {v0}, Ljava/lang/Integer;->intValue()I
move-result v0
.line 4
invoke-static {v0}, Lcom/google/protobuf/NullValue;->valueOf(I)Lcom/google/protobuf/NullValue;
move-result-object v0
if-nez v0, :cond_0
.line 5
sget-object v0, Lcom/google/protobuf/NullValue;->UNRECOGNIZED:Lcom/google/protobuf/NullValue;
:cond_0
return-object v0
.line 6
:cond_1
sget-object v0, Lcom/google/protobuf/NullValue;->NULL_VALUE:Lcom/google/protobuf/NullValue;
return-object v0
.end method
.method public getNullValueValue()I
.locals 2
.line 1
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v1, 0x1
if-ne v0, v1, :cond_0
.line 2
iget-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v0, Ljava/lang/Integer;
invoke-virtual {v0}, Ljava/lang/Integer;->intValue()I
move-result v0
return v0
:cond_0
const/4 v0, 0x0
return v0
.end method
.method public getNumberValue()D
.locals 2
.line 1
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v1, 0x2
if-ne v0, v1, :cond_0
.line 2
iget-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v0, Ljava/lang/Double;
invoke-virtual {v0}, Ljava/lang/Double;->doubleValue()D
move-result-wide v0
return-wide v0
:cond_0
const-wide/16 v0, 0x0
return-wide v0
.end method
.method public getParserForType()Lcom/google/protobuf/Parser;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Lcom/google/protobuf/Parser<",
"Lcom/google/protobuf/Value;",
">;"
}
.end annotation
.line 1
sget-object v0, Lcom/google/protobuf/Value;->PARSER:Lcom/google/protobuf/Parser;
return-object v0
.end method
.method public getSerializedSize()I
.locals 5
.line 1
iget v0, p0, Lcom/google/protobuf/AbstractMessage;->memoizedSize:I
const/4 v1, -0x1
if-eq v0, v1, :cond_0
return v0
:cond_0
const/4 v0, 0x0
.line 2
iget v1, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v2, 0x1
if-ne v1, v2, :cond_1
.line 3
iget-object v1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v1, Ljava/lang/Integer;
.line 4
invoke-virtual {v1}, Ljava/lang/Integer;->intValue()I
move-result v1
invoke-static {v2, v1}, Lcom/google/protobuf/CodedOutputStream;->computeEnumSize(II)I
move-result v1
add-int/2addr v0, v1
.line 5
:cond_1
iget v1, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v2, 0x2
if-ne v1, v2, :cond_2
.line 6
iget-object v1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v1, Ljava/lang/Double;
.line 7
invoke-virtual {v1}, Ljava/lang/Double;->doubleValue()D
move-result-wide v3
.line 8
invoke-static {v2, v3, v4}, Lcom/google/protobuf/CodedOutputStream;->computeDoubleSize(ID)I
move-result v1
add-int/2addr v0, v1
.line 9
:cond_2
iget v1, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v2, 0x3
if-ne v1, v2, :cond_3
.line 10
iget-object v1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
invoke-static {v2, v1}, Lcom/google/protobuf/GeneratedMessageV3;->computeStringSize(ILjava/lang/Object;)I
move-result v1
add-int/2addr v0, v1
.line 11
:cond_3
iget v1, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v2, 0x4
if-ne v1, v2, :cond_4
.line 12
iget-object v1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v1, Ljava/lang/Boolean;
.line 13
invoke-virtual {v1}, Ljava/lang/Boolean;->booleanValue()Z
move-result v1
.line 14
invoke-static {v2, v1}, Lcom/google/protobuf/CodedOutputStream;->computeBoolSize(IZ)I
move-result v1
add-int/2addr v0, v1
.line 15
:cond_4
iget v1, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v2, 0x5
if-ne v1, v2, :cond_5
.line 16
iget-object v1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v1, Lcom/google/protobuf/Struct;
.line 17
invoke-static {v2, v1}, Lcom/google/protobuf/CodedOutputStream;->computeMessageSize(ILcom/google/protobuf/MessageLite;)I
move-result v1
add-int/2addr v0, v1
.line 18
:cond_5
iget v1, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v2, 0x6
if-ne v1, v2, :cond_6
.line 19
iget-object v1, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v1, Lcom/google/protobuf/ListValue;
.line 20
invoke-static {v2, v1}, Lcom/google/protobuf/CodedOutputStream;->computeMessageSize(ILcom/google/protobuf/MessageLite;)I
move-result v1
add-int/2addr v0, v1
.line 21
:cond_6
iput v0, p0, Lcom/google/protobuf/AbstractMessage;->memoizedSize:I
return v0
.end method
.method public getStringValue()Ljava/lang/String;
.locals 3
.line 1
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v1, 0x3
if-ne v0, v1, :cond_0
.line 2
iget-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
goto :goto_0
:cond_0
const-string v0, ""
.line 3
:goto_0
instance-of v2, v0, Ljava/lang/String;
if-eqz v2, :cond_1
.line 4
check-cast v0, Ljava/lang/String;
return-object v0
.line 5
:cond_1
check-cast v0, Lcom/google/protobuf/ByteString;
.line 6
invoke-virtual {v0}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
move-result-object v0
.line 7
iget v2, p0, Lcom/google/protobuf/Value;->kindCase_:I
if-ne v2, v1, :cond_2
.line 8
iput-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
:cond_2
return-object v0
.end method
.method public getStringValueBytes()Lcom/google/protobuf/ByteString;
.locals 3
.line 1
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v1, 0x3
if-ne v0, v1, :cond_0
.line 2
iget-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
goto :goto_0
:cond_0
const-string v0, ""
.line 3
:goto_0
instance-of v2, v0, Ljava/lang/String;
if-eqz v2, :cond_2
.line 4
check-cast v0, Ljava/lang/String;
.line 5
invoke-static {v0}, Lcom/google/protobuf/ByteString;->copyFromUtf8(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
move-result-object v0
.line 6
iget v2, p0, Lcom/google/protobuf/Value;->kindCase_:I
if-ne v2, v1, :cond_1
.line 7
iput-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
:cond_1
return-object v0
.line 8
:cond_2
check-cast v0, Lcom/google/protobuf/ByteString;
return-object v0
.end method
.method public getStructValue()Lcom/google/protobuf/Struct;
.locals 2
.line 1
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v1, 0x5
if-ne v0, v1, :cond_0
.line 2
iget-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v0, Lcom/google/protobuf/Struct;
return-object v0
.line 3
:cond_0
invoke-static {}, Lcom/google/protobuf/Struct;->getDefaultInstance()Lcom/google/protobuf/Struct;
move-result-object v0
return-object v0
.end method
.method public getStructValueOrBuilder()Lcom/google/protobuf/StructOrBuilder;
.locals 2
.line 1
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v1, 0x5
if-ne v0, v1, :cond_0
.line 2
iget-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v0, Lcom/google/protobuf/Struct;
return-object v0
.line 3
:cond_0
invoke-static {}, Lcom/google/protobuf/Struct;->getDefaultInstance()Lcom/google/protobuf/Struct;
move-result-object v0
return-object v0
.end method
.method public final getUnknownFields()Lcom/google/protobuf/UnknownFieldSet;
.locals 1
.line 1
invoke-static {}, Lcom/google/protobuf/UnknownFieldSet;->getDefaultInstance()Lcom/google/protobuf/UnknownFieldSet;
move-result-object v0
return-object v0
.end method
.method public hashCode()I
.locals 4
.line 1
iget v0, p0, Lcom/google/protobuf/AbstractMessageLite;->memoizedHashCode:I
if-eqz v0, :cond_0
return v0
.line 2
:cond_0
invoke-virtual {p0}, Lcom/google/protobuf/GeneratedMessageV3;->getDescriptorForType()Lcom/google/protobuf/Descriptors$Descriptor;
move-result-object v0
invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
move-result v0
add-int/lit16 v0, v0, 0x30b
.line 3
iget v1, p0, Lcom/google/protobuf/Value;->kindCase_:I
packed-switch v1, :pswitch_data_0
goto :goto_1
:pswitch_0
const/16 v1, 0x25
const/4 v2, 0x6
const/16 v3, 0x35
invoke-static {v0, v1, v2, v3}, Lcom/google/protobuf/a;->a(IIII)I
move-result v0
.line 4
invoke-virtual {p0}, Lcom/google/protobuf/Value;->getListValue()Lcom/google/protobuf/ListValue;
move-result-object v1
invoke-virtual {v1}, Lcom/google/protobuf/ListValue;->hashCode()I
move-result v1
goto :goto_0
:pswitch_1
const/16 v1, 0x25
const/4 v2, 0x5
const/16 v3, 0x35
invoke-static {v0, v1, v2, v3}, Lcom/google/protobuf/a;->a(IIII)I
move-result v0
.line 5
invoke-virtual {p0}, Lcom/google/protobuf/Value;->getStructValue()Lcom/google/protobuf/Struct;
move-result-object v1
invoke-virtual {v1}, Lcom/google/protobuf/Struct;->hashCode()I
move-result v1
goto :goto_0
:pswitch_2
const/16 v1, 0x25
const/4 v2, 0x4
const/16 v3, 0x35
invoke-static {v0, v1, v2, v3}, Lcom/google/protobuf/a;->a(IIII)I
move-result v0
.line 6
invoke-virtual {p0}, Lcom/google/protobuf/Value;->getBoolValue()Z
move-result v1
.line 7
invoke-static {v1}, Lcom/google/protobuf/Internal;->hashBoolean(Z)I
move-result v1
goto :goto_0
:pswitch_3
const/16 v1, 0x25
const/4 v2, 0x3
const/16 v3, 0x35
invoke-static {v0, v1, v2, v3}, Lcom/google/protobuf/a;->a(IIII)I
move-result v0
.line 8
invoke-virtual {p0}, Lcom/google/protobuf/Value;->getStringValue()Ljava/lang/String;
move-result-object v1
invoke-virtual {v1}, Ljava/lang/String;->hashCode()I
move-result v1
goto :goto_0
:pswitch_4
const/16 v1, 0x25
const/4 v2, 0x2
const/16 v3, 0x35
invoke-static {v0, v1, v2, v3}, Lcom/google/protobuf/a;->a(IIII)I
move-result v0
.line 9
invoke-virtual {p0}, Lcom/google/protobuf/Value;->getNumberValue()D
move-result-wide v1
invoke-static {v1, v2}, Ljava/lang/Double;->doubleToLongBits(D)J
move-result-wide v1
.line 10
invoke-static {v1, v2}, Lcom/google/protobuf/Internal;->hashLong(J)I
move-result v1
goto :goto_0
:pswitch_5
const/16 v1, 0x25
const/4 v2, 0x1
const/16 v3, 0x35
invoke-static {v0, v1, v2, v3}, Lcom/google/protobuf/a;->a(IIII)I
move-result v0
.line 11
invoke-virtual {p0}, Lcom/google/protobuf/Value;->getNullValueValue()I
move-result v1
:goto_0
add-int/2addr v0, v1
:goto_1
mul-int/lit8 v0, v0, 0x1d
.line 12
iget-object v1, p0, Lcom/google/protobuf/GeneratedMessageV3;->unknownFields:Lcom/google/protobuf/UnknownFieldSet;
invoke-virtual {v1}, Lcom/google/protobuf/UnknownFieldSet;->hashCode()I
move-result v1
add-int/2addr v1, v0
.line 13
iput v1, p0, Lcom/google/protobuf/AbstractMessageLite;->memoizedHashCode:I
return v1
nop
:pswitch_data_0
.packed-switch 0x1
:pswitch_5
:pswitch_4
:pswitch_3
:pswitch_2
:pswitch_1
:pswitch_0
.end packed-switch
.end method
.method public internalGetFieldAccessorTable()Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
.locals 3
.line 1
sget-object v0, Lcom/google/protobuf/StructProto;->internal_static_google_protobuf_Value_fieldAccessorTable:Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
const-class v1, Lcom/google/protobuf/Value;
const-class v2, Lcom/google/protobuf/Value$Builder;
.line 2
invoke-virtual {v0, v1, v2}, Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;->ensureFieldAccessorsInitialized(Ljava/lang/Class;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageV3$FieldAccessorTable;
move-result-object v0
return-object v0
.end method
.method public final isInitialized()Z
.locals 2
.line 1
iget-byte v0, p0, Lcom/google/protobuf/Value;->memoizedIsInitialized:B
const/4 v1, 0x1
if-ne v0, v1, :cond_0
return v1
:cond_0
if-nez v0, :cond_1
const/4 v0, 0x0
return v0
.line 2
:cond_1
iput-byte v1, p0, Lcom/google/protobuf/Value;->memoizedIsInitialized:B
return v1
.end method
.method public bridge synthetic newBuilderForType()Lcom/google/protobuf/Message$Builder;
.locals 1
.line 1
invoke-virtual {p0}, Lcom/google/protobuf/Value;->newBuilderForType()Lcom/google/protobuf/Value$Builder;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic newBuilderForType(Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)Lcom/google/protobuf/Message$Builder;
.locals 0
.line 2
invoke-virtual {p0, p1}, Lcom/google/protobuf/Value;->newBuilderForType(Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)Lcom/google/protobuf/Value$Builder;
move-result-object p1
return-object p1
.end method
.method public bridge synthetic newBuilderForType()Lcom/google/protobuf/MessageLite$Builder;
.locals 1
.line 3
invoke-virtual {p0}, Lcom/google/protobuf/Value;->newBuilderForType()Lcom/google/protobuf/Value$Builder;
move-result-object v0
return-object v0
.end method
.method public newBuilderForType()Lcom/google/protobuf/Value$Builder;
.locals 1
.line 4
invoke-static {}, Lcom/google/protobuf/Value;->newBuilder()Lcom/google/protobuf/Value$Builder;
move-result-object v0
return-object v0
.end method
.method public newBuilderForType(Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;)Lcom/google/protobuf/Value$Builder;
.locals 2
.line 5
new-instance v0, Lcom/google/protobuf/Value$Builder;
const/4 v1, 0x0
invoke-direct {v0, p1, v1}, Lcom/google/protobuf/Value$Builder;-><init>(Lcom/google/protobuf/GeneratedMessageV3$BuilderParent;Lcom/google/protobuf/Value$1;)V
return-object v0
.end method
.method public bridge synthetic toBuilder()Lcom/google/protobuf/Message$Builder;
.locals 1
.line 1
invoke-virtual {p0}, Lcom/google/protobuf/Value;->toBuilder()Lcom/google/protobuf/Value$Builder;
move-result-object v0
return-object v0
.end method
.method public bridge synthetic toBuilder()Lcom/google/protobuf/MessageLite$Builder;
.locals 1
.line 2
invoke-virtual {p0}, Lcom/google/protobuf/Value;->toBuilder()Lcom/google/protobuf/Value$Builder;
move-result-object v0
return-object v0
.end method
.method public toBuilder()Lcom/google/protobuf/Value$Builder;
.locals 2
.line 3
sget-object v0, Lcom/google/protobuf/Value;->DEFAULT_INSTANCE:Lcom/google/protobuf/Value;
const/4 v1, 0x0
if-ne p0, v0, :cond_0
new-instance v0, Lcom/google/protobuf/Value$Builder;
invoke-direct {v0, v1}, Lcom/google/protobuf/Value$Builder;-><init>(Lcom/google/protobuf/Value$1;)V
goto :goto_0
:cond_0
new-instance v0, Lcom/google/protobuf/Value$Builder;
invoke-direct {v0, v1}, Lcom/google/protobuf/Value$Builder;-><init>(Lcom/google/protobuf/Value$1;)V
.line 4
invoke-virtual {v0, p0}, Lcom/google/protobuf/Value$Builder;->mergeFrom(Lcom/google/protobuf/Value;)Lcom/google/protobuf/Value$Builder;
move-result-object v0
:goto_0
return-object v0
.end method
.method public writeTo(Lcom/google/protobuf/CodedOutputStream;)V
.locals 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 1
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v1, 0x1
if-ne v0, v1, :cond_0
.line 2
iget-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v0, Ljava/lang/Integer;
invoke-virtual {v0}, Ljava/lang/Integer;->intValue()I
move-result v0
invoke-virtual {p1, v1, v0}, Lcom/google/protobuf/CodedOutputStream;->writeEnum(II)V
.line 3
:cond_0
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v1, 0x2
if-ne v0, v1, :cond_1
.line 4
iget-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v0, Ljava/lang/Double;
.line 5
invoke-virtual {v0}, Ljava/lang/Double;->doubleValue()D
move-result-wide v2
.line 6
invoke-virtual {p1, v1, v2, v3}, Lcom/google/protobuf/CodedOutputStream;->writeDouble(ID)V
.line 7
:cond_1
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v1, 0x3
if-ne v0, v1, :cond_2
.line 8
iget-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
invoke-static {p1, v1, v0}, Lcom/google/protobuf/GeneratedMessageV3;->writeString(Lcom/google/protobuf/CodedOutputStream;ILjava/lang/Object;)V
.line 9
:cond_2
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v1, 0x4
if-ne v0, v1, :cond_3
.line 10
iget-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v0, Ljava/lang/Boolean;
.line 11
invoke-virtual {v0}, Ljava/lang/Boolean;->booleanValue()Z
move-result v0
.line 12
invoke-virtual {p1, v1, v0}, Lcom/google/protobuf/CodedOutputStream;->writeBool(IZ)V
.line 13
:cond_3
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v1, 0x5
if-ne v0, v1, :cond_4
.line 14
iget-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v0, Lcom/google/protobuf/Struct;
invoke-virtual {p1, v1, v0}, Lcom/google/protobuf/CodedOutputStream;->writeMessage(ILcom/google/protobuf/MessageLite;)V
.line 15
:cond_4
iget v0, p0, Lcom/google/protobuf/Value;->kindCase_:I
const/4 v1, 0x6
if-ne v0, v1, :cond_5
.line 16
iget-object v0, p0, Lcom/google/protobuf/Value;->kind_:Ljava/lang/Object;
check-cast v0, Lcom/google/protobuf/ListValue;
invoke-virtual {p1, v1, v0}, Lcom/google/protobuf/CodedOutputStream;->writeMessage(ILcom/google/protobuf/MessageLite;)V
:cond_5
return-void
.end method