Duration.smali

.class public final Lcom/google/protobuf/Duration;
.super Lcom/google/protobuf/GeneratedMessageV3;
.source "SourceFile"

# interfaces
.implements Lcom/google/protobuf/r1;


# annotations
.annotation system Ldalvik/annotation/MemberClasses;
    value = {
        Lcom/google/protobuf/Duration$b;
    }
.end annotation


# static fields
.field private static final DEFAULT_INSTANCE:Lcom/google/protobuf/Duration;

.field public static final NANOS_FIELD_NUMBER:I = 0x2

.field private static final PARSER:Lcom/google/protobuf/f2;
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "Lcom/google/protobuf/f2<",
            "Lcom/google/protobuf/Duration;",
            ">;"
        }
    .end annotation
.end field

.field public static final SECONDS_FIELD_NUMBER:I = 0x1

.field private static final serialVersionUID:J


# instance fields
.field private memoizedIsInitialized:B

.field private nanos_:I

.field private seconds_:J


# direct methods
.method public static constructor <clinit>()V
    .registers 1

    .line 1
    new-instance v0, Lcom/google/protobuf/Duration;

    invoke-direct {v0}, Lcom/google/protobuf/Duration;-><init>()V

    sput-object v0, Lcom/google/protobuf/Duration;->DEFAULT_INSTANCE:Lcom/google/protobuf/Duration;

    .line 2
    new-instance v0, Lcom/google/protobuf/Duration$a;

    invoke-direct {v0}, Lcom/google/protobuf/Duration$a;-><init>()V

    sput-object v0, Lcom/google/protobuf/Duration;->PARSER:Lcom/google/protobuf/f2;

    return-void
.end method

.method private constructor <init>()V
    .registers 3

    .line 6
    invoke-direct {p0}, Lcom/google/protobuf/GeneratedMessageV3;-><init>()V

    const-wide/16 v0, 0x0

    .line 7
    iput-wide v0, p0, Lcom/google/protobuf/Duration;->seconds_:J

    const/4 v0, 0x0

    .line 8
    iput v0, p0, Lcom/google/protobuf/Duration;->nanos_:I

    const/4 v0, -0x1

    .line 9
    iput-byte v0, p0, Lcom/google/protobuf/Duration;->memoizedIsInitialized:B

    return-void
.end method

.method private constructor <init>(Lcom/google/protobuf/GeneratedMessageV3$b;)V
    .registers 4
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "(",
            "Lcom/google/protobuf/GeneratedMessageV3$b<",
            "*>;)V"
        }
    .end annotation

    .line 2
    invoke-direct {p0, p1}, Lcom/google/protobuf/GeneratedMessageV3;-><init>(Lcom/google/protobuf/GeneratedMessageV3$b;)V

    const-wide/16 v0, 0x0

    .line 3
    iput-wide v0, p0, Lcom/google/protobuf/Duration;->seconds_:J

    const/4 p1, 0x0

    .line 4
    iput p1, p0, Lcom/google/protobuf/Duration;->nanos_:I

    const/4 p1, -0x1

    .line 5
    iput-byte p1, p0, Lcom/google/protobuf/Duration;->memoizedIsInitialized:B

    return-void
.end method

.method public synthetic constructor <init>(Lcom/google/protobuf/GeneratedMessageV3$b;Lcom/google/protobuf/Duration$a;)V
    .registers 3

    .line 1
    invoke-direct {p0, p1}, Lcom/google/protobuf/Duration;-><init>(Lcom/google/protobuf/GeneratedMessageV3$b;)V

    return-void
.end method

.method public static synthetic access$302(Lcom/google/protobuf/Duration;J)J
    .registers 3

    iput-wide p1, p0, Lcom/google/protobuf/Duration;->seconds_:J

    return-wide p1
.end method

.method public static synthetic access$402(Lcom/google/protobuf/Duration;I)I
    .registers 2

    iput p1, p0, Lcom/google/protobuf/Duration;->nanos_:I

    return p1
.end method

.method public static getDefaultInstance()Lcom/google/protobuf/Duration;
    .registers 1

    sget-object v0, Lcom/google/protobuf/Duration;->DEFAULT_INSTANCE:Lcom/google/protobuf/Duration;

    return-object v0
.end method

.method public static final getDescriptor()Lcom/google/protobuf/t$b;
    .registers 1

    sget-object v0, Lcom/google/protobuf/v;->a:Lcom/google/protobuf/t$b;

    return-object v0
.end method

.method public static newBuilder()Lcom/google/protobuf/Duration$b;
    .registers 1

    .line 1
    sget-object v0, Lcom/google/protobuf/Duration;->DEFAULT_INSTANCE:Lcom/google/protobuf/Duration;

    invoke-virtual {v0}, Lcom/google/protobuf/Duration;->toBuilder()Lcom/google/protobuf/Duration$b;

    move-result-object v0

    return-object v0
.end method

.method public static newBuilder(Lcom/google/protobuf/Duration;)Lcom/google/protobuf/Duration$b;
    .registers 2

    .line 2
    sget-object v0, Lcom/google/protobuf/Duration;->DEFAULT_INSTANCE:Lcom/google/protobuf/Duration;

    invoke-virtual {v0}, Lcom/google/protobuf/Duration;->toBuilder()Lcom/google/protobuf/Duration$b;

    move-result-object v0

    invoke-virtual {v0, p0}, Lcom/google/protobuf/Duration$b;->f(Lcom/google/protobuf/Duration;)Lcom/google/protobuf/Duration$b;

    return-object v0
.end method

.method public static parseDelimitedFrom(Ljava/io/InputStream;)Lcom/google/protobuf/Duration;
    .registers 2
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/io/IOException;
        }
    .end annotation

    .line 1
    sget-object v0, Lcom/google/protobuf/Duration;->PARSER:Lcom/google/protobuf/f2;

    .line 2
    invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageV3;->parseDelimitedWithIOException(Lcom/google/protobuf/f2;Ljava/io/InputStream;)Lcom/google/protobuf/l1;

    move-result-object p0

    check-cast p0, Lcom/google/protobuf/Duration;

    return-object p0
.end method

.method public static parseDelimitedFrom(Ljava/io/InputStream;Lcom/google/protobuf/d0;)Lcom/google/protobuf/Duration;
    .registers 3
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/io/IOException;
        }
    .end annotation

    .line 3
    sget-object v0, Lcom/google/protobuf/Duration;->PARSER:Lcom/google/protobuf/f2;

    .line 4
    invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageV3;->parseDelimitedWithIOException(Lcom/google/protobuf/f2;Ljava/io/InputStream;Lcom/google/protobuf/d0;)Lcom/google/protobuf/l1;

    move-result-object p0

    check-cast p0, Lcom/google/protobuf/Duration;

    return-object p0
.end method

.method public static parseFrom(Lcom/google/protobuf/l;)Lcom/google/protobuf/Duration;
    .registers 2
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Lcom/google/protobuf/t0;
        }
    .end annotation

    .line 3
    sget-object v0, Lcom/google/protobuf/Duration;->PARSER:Lcom/google/protobuf/f2;

    invoke-interface {v0, p0}, Lcom/google/protobuf/f2;->parseFrom(Lcom/google/protobuf/l;)Ljava/lang/Object;

    move-result-object p0

    check-cast p0, Lcom/google/protobuf/Duration;

    return-object p0
.end method

.method public static parseFrom(Lcom/google/protobuf/l;Lcom/google/protobuf/d0;)Lcom/google/protobuf/Duration;
    .registers 3
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Lcom/google/protobuf/t0;
        }
    .end annotation

    .line 4
    sget-object v0, Lcom/google/protobuf/Duration;->PARSER:Lcom/google/protobuf/f2;

    invoke-interface {v0, p0, p1}, Lcom/google/protobuf/f2;->parseFrom(Lcom/google/protobuf/l;Lcom/google/protobuf/d0;)Ljava/lang/Object;

    move-result-object p0

    check-cast p0, Lcom/google/protobuf/Duration;

    return-object p0
.end method

.method public static parseFrom(Lcom/google/protobuf/m;)Lcom/google/protobuf/Duration;
    .registers 2
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/io/IOException;
        }
    .end annotation

    .line 11
    sget-object v0, Lcom/google/protobuf/Duration;->PARSER:Lcom/google/protobuf/f2;

    .line 12
    invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageV3;->parseWithIOException(Lcom/google/protobuf/f2;Lcom/google/protobuf/m;)Lcom/google/protobuf/l1;

    move-result-object p0

    check-cast p0, Lcom/google/protobuf/Duration;

    return-object p0
.end method

.method public static parseFrom(Lcom/google/protobuf/m;Lcom/google/protobuf/d0;)Lcom/google/protobuf/Duration;
    .registers 3
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/io/IOException;
        }
    .end annotation

    .line 13
    sget-object v0, Lcom/google/protobuf/Duration;->PARSER:Lcom/google/protobuf/f2;

    .line 14
    invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageV3;->parseWithIOException(Lcom/google/protobuf/f2;Lcom/google/protobuf/m;Lcom/google/protobuf/d0;)Lcom/google/protobuf/l1;

    move-result-object p0

    check-cast p0, Lcom/google/protobuf/Duration;

    return-object p0
.end method

.method public static parseFrom(Ljava/io/InputStream;)Lcom/google/protobuf/Duration;
    .registers 2
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/io/IOException;
        }
    .end annotation

    .line 7
    sget-object v0, Lcom/google/protobuf/Duration;->PARSER:Lcom/google/protobuf/f2;

    .line 8
    invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageV3;->parseWithIOException(Lcom/google/protobuf/f2;Ljava/io/InputStream;)Lcom/google/protobuf/l1;

    move-result-object p0

    check-cast p0, Lcom/google/protobuf/Duration;

    return-object p0
.end method

.method public static parseFrom(Ljava/io/InputStream;Lcom/google/protobuf/d0;)Lcom/google/protobuf/Duration;
    .registers 3
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/io/IOException;
        }
    .end annotation

    .line 9
    sget-object v0, Lcom/google/protobuf/Duration;->PARSER:Lcom/google/protobuf/f2;

    .line 10
    invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageV3;->parseWithIOException(Lcom/google/protobuf/f2;Ljava/io/InputStream;Lcom/google/protobuf/d0;)Lcom/google/protobuf/l1;

    move-result-object p0

    check-cast p0, Lcom/google/protobuf/Duration;

    return-object p0
.end method

.method public static parseFrom(Ljava/nio/ByteBuffer;)Lcom/google/protobuf/Duration;
    .registers 2
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Lcom/google/protobuf/t0;
        }
    .end annotation

    .line 1
    sget-object v0, Lcom/google/protobuf/Duration;->PARSER:Lcom/google/protobuf/f2;

    invoke-interface {v0, p0}, Lcom/google/protobuf/f2;->parseFrom(Ljava/nio/ByteBuffer;)Ljava/lang/Object;

    move-result-object p0

    check-cast p0, Lcom/google/protobuf/Duration;

    return-object p0
.end method

.method public static parseFrom(Ljava/nio/ByteBuffer;Lcom/google/protobuf/d0;)Lcom/google/protobuf/Duration;
    .registers 3
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Lcom/google/protobuf/t0;
        }
    .end annotation

    .line 2
    sget-object v0, Lcom/google/protobuf/Duration;->PARSER:Lcom/google/protobuf/f2;

    invoke-interface {v0, p0, p1}, Lcom/google/protobuf/f2;->parseFrom(Ljava/nio/ByteBuffer;Lcom/google/protobuf/d0;)Ljava/lang/Object;

    move-result-object p0

    check-cast p0, Lcom/google/protobuf/Duration;

    return-object p0
.end method

.method public static parseFrom([B)Lcom/google/protobuf/Duration;
    .registers 2
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Lcom/google/protobuf/t0;
        }
    .end annotation

    .line 5
    sget-object v0, Lcom/google/protobuf/Duration;->PARSER:Lcom/google/protobuf/f2;

    invoke-interface {v0, p0}, Lcom/google/protobuf/f2;->parseFrom([B)Ljava/lang/Object;

    move-result-object p0

    check-cast p0, Lcom/google/protobuf/Duration;

    return-object p0
.end method

.method public static parseFrom([BLcom/google/protobuf/d0;)Lcom/google/protobuf/Duration;
    .registers 3
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Lcom/google/protobuf/t0;
        }
    .end annotation

    .line 6
    sget-object v0, Lcom/google/protobuf/Duration;->PARSER:Lcom/google/protobuf/f2;

    invoke-interface {v0, p0, p1}, Lcom/google/protobuf/f2;->parseFrom([BLcom/google/protobuf/d0;)Ljava/lang/Object;

    move-result-object p0

    check-cast p0, Lcom/google/protobuf/Duration;

    return-object p0
.end method

.method public static parser()Lcom/google/protobuf/f2;
    .registers 1
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Lcom/google/protobuf/f2<",
            "Lcom/google/protobuf/Duration;",
            ">;"
        }
    .end annotation

    sget-object v0, Lcom/google/protobuf/Duration;->PARSER:Lcom/google/protobuf/f2;

    return-object v0
.end method


# virtual methods
.method public equals(Ljava/lang/Object;)Z
    .registers 9

    const/4 v0, 0x1

    if-ne p1, p0, :cond_4

    return v0

    .line 1
    :cond_4
    instance-of v1, p1, Lcom/google/protobuf/Duration;

    if-nez v1, :cond_d

    .line 2
    invoke-super {p0, p1}, Lcom/google/protobuf/a;->equals(Ljava/lang/Object;)Z

    move-result p1

    return p1

    .line 3
    :cond_d
    check-cast p1, Lcom/google/protobuf/Duration;

    .line 4
    invoke-virtual {p0}, Lcom/google/protobuf/Duration;->getSeconds()J

    move-result-wide v1

    .line 5
    invoke-virtual {p1}, Lcom/google/protobuf/Duration;->getSeconds()J

    move-result-wide v3

    const/4 v5, 0x0

    cmp-long v6, v1, v3

    if-eqz v6, :cond_1d

    return v5

    .line 6
    :cond_1d
    invoke-virtual {p0}, Lcom/google/protobuf/Duration;->getNanos()I

    move-result v1

    .line 7
    invoke-virtual {p1}, Lcom/google/protobuf/Duration;->getNanos()I

    move-result v2

    if-eq v1, v2, :cond_28

    return v5

    .line 8
    :cond_28
    invoke-virtual {p0}, Lcom/google/protobuf/Duration;->getUnknownFields()Lcom/google/protobuf/i3;

    move-result-object v1

    invoke-virtual {p1}, Lcom/google/protobuf/Duration;->getUnknownFields()Lcom/google/protobuf/i3;

    move-result-object p1

    invoke-virtual {v1, p1}, Lcom/google/protobuf/i3;->equals(Ljava/lang/Object;)Z

    move-result p1

    if-nez p1, :cond_37

    return v5

    :cond_37
    return v0
.end method

.method public getDefaultInstanceForType()Lcom/google/protobuf/Duration;
    .registers 2

    .line 3
    sget-object v0, Lcom/google/protobuf/Duration;->DEFAULT_INSTANCE:Lcom/google/protobuf/Duration;

    return-object v0
.end method

.method public bridge synthetic getDefaultInstanceForType()Lcom/google/protobuf/l1;
    .registers 2

    .line 1
    invoke-virtual {p0}, Lcom/google/protobuf/Duration;->getDefaultInstanceForType()Lcom/google/protobuf/Duration;

    move-result-object v0

    return-object v0
.end method

.method public bridge synthetic getDefaultInstanceForType()Lcom/google/protobuf/o1;
    .registers 2

    .line 2
    invoke-virtual {p0}, Lcom/google/protobuf/Duration;->getDefaultInstanceForType()Lcom/google/protobuf/Duration;

    move-result-object v0

    return-object v0
.end method

.method public getNanos()I
    .registers 2

    iget v0, p0, Lcom/google/protobuf/Duration;->nanos_:I

    return v0
.end method

.method public getParserForType()Lcom/google/protobuf/f2;
    .registers 2
    .annotation system Ldalvik/annotation/Signature;
        value = {
            "()",
            "Lcom/google/protobuf/f2<",
            "Lcom/google/protobuf/Duration;",
            ">;"
        }
    .end annotation

    sget-object v0, Lcom/google/protobuf/Duration;->PARSER:Lcom/google/protobuf/f2;

    return-object v0
.end method

.method public getSeconds()J
    .registers 3

    iget-wide v0, p0, Lcom/google/protobuf/Duration;->seconds_:J

    return-wide v0
.end method

.method public getSerializedSize()I
    .registers 7

    .line 1
    iget v0, p0, Lcom/google/protobuf/a;->memoizedSize:I

    const/4 v1, -0x1

    if-eq v0, v1, :cond_6

    return v0

    :cond_6
    const/4 v0, 0x0

    .line 2
    iget-wide v1, p0, Lcom/google/protobuf/Duration;->seconds_:J

    const-wide/16 v3, 0x0

    cmp-long v5, v1, v3

    if-eqz v5, :cond_15

    const/4 v3, 0x1

    .line 3
    invoke-static {v3, v1, v2}, Lcom/google/protobuf/o;->n(IJ)I

    move-result v1

    add-int/2addr v0, v1

    .line 4
    :cond_15
    iget v1, p0, Lcom/google/protobuf/Duration;->nanos_:I

    if-eqz v1, :cond_1f

    const/4 v2, 0x2

    .line 5
    invoke-static {v2, v1}, Lcom/google/protobuf/o;->l(II)I

    move-result v1

    add-int/2addr v0, v1

    .line 6
    :cond_1f
    invoke-virtual {p0}, Lcom/google/protobuf/Duration;->getUnknownFields()Lcom/google/protobuf/i3;

    move-result-object v1

    invoke-virtual {v1}, Lcom/google/protobuf/i3;->getSerializedSize()I

    move-result v1

    add-int/2addr v1, v0

    .line 7
    iput v1, p0, Lcom/google/protobuf/a;->memoizedSize:I

    return v1
.end method

.method public final getUnknownFields()Lcom/google/protobuf/i3;
    .registers 2

    iget-object v0, p0, Lcom/google/protobuf/GeneratedMessageV3;->unknownFields:Lcom/google/protobuf/i3;

    return-object v0
.end method

.method public hashCode()I
    .registers 4

    .line 1
    iget v0, p0, Lcom/google/protobuf/b;->memoizedHashCode:I

    if-eqz v0, :cond_5

    return v0

    .line 2
    :cond_5
    invoke-static {}, Lcom/google/protobuf/Duration;->getDescriptor()Lcom/google/protobuf/t$b;

    move-result-object v0

    invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I

    move-result v0

    add-int/lit16 v0, v0, 0x30b

    mul-int/lit8 v0, v0, 0x25

    add-int/lit8 v0, v0, 0x1

    mul-int/lit8 v0, v0, 0x35

    .line 3
    invoke-virtual {p0}, Lcom/google/protobuf/Duration;->getSeconds()J

    move-result-wide v1

    .line 4
    invoke-static {v1, v2}, Lcom/google/protobuf/s0;->c(J)I

    move-result v1

    add-int/2addr v1, v0

    mul-int/lit8 v1, v1, 0x25

    add-int/lit8 v1, v1, 0x2

    mul-int/lit8 v1, v1, 0x35

    .line 5
    invoke-virtual {p0}, Lcom/google/protobuf/Duration;->getNanos()I

    move-result v0

    add-int/2addr v0, v1

    mul-int/lit8 v0, v0, 0x1d

    .line 6
    invoke-virtual {p0}, Lcom/google/protobuf/Duration;->getUnknownFields()Lcom/google/protobuf/i3;

    move-result-object v1

    invoke-virtual {v1}, Lcom/google/protobuf/i3;->hashCode()I

    move-result v1

    add-int/2addr v1, v0

    .line 7
    iput v1, p0, Lcom/google/protobuf/b;->memoizedHashCode:I

    return v1
.end method

.method public internalGetFieldAccessorTable()Lcom/google/protobuf/GeneratedMessageV3$e;
    .registers 4

    .line 1
    sget-object v0, Lcom/google/protobuf/v;->b:Lcom/google/protobuf/GeneratedMessageV3$e;

    const-class v1, Lcom/google/protobuf/Duration;

    const-class v2, Lcom/google/protobuf/Duration$b;

    .line 2
    invoke-virtual {v0, v1, v2}, Lcom/google/protobuf/GeneratedMessageV3$e;->c(Ljava/lang/Class;Ljava/lang/Class;)Lcom/google/protobuf/GeneratedMessageV3$e;

    return-object v0
.end method

.method public final isInitialized()Z
    .registers 3

    .line 1
    iget-byte v0, p0, Lcom/google/protobuf/Duration;->memoizedIsInitialized:B

    const/4 v1, 0x1

    if-ne v0, v1, :cond_6

    return v1

    :cond_6
    if-nez v0, :cond_a

    const/4 v0, 0x0

    return v0

    .line 2
    :cond_a
    iput-byte v1, p0, Lcom/google/protobuf/Duration;->memoizedIsInitialized:B

    return v1
.end method

.method public newBuilderForType()Lcom/google/protobuf/Duration$b;
    .registers 2

    .line 4
    invoke-static {}, Lcom/google/protobuf/Duration;->newBuilder()Lcom/google/protobuf/Duration$b;

    move-result-object v0

    return-object v0
.end method

.method public newBuilderForType(Lcom/google/protobuf/GeneratedMessageV3$c;)Lcom/google/protobuf/Duration$b;
    .registers 4

    .line 5
    new-instance v0, Lcom/google/protobuf/Duration$b;

    const/4 v1, 0x0

    invoke-direct {v0, p1, v1}, Lcom/google/protobuf/Duration$b;-><init>(Lcom/google/protobuf/GeneratedMessageV3$c;Lcom/google/protobuf/Duration$a;)V

    return-object v0
.end method

.method public bridge synthetic newBuilderForType()Lcom/google/protobuf/l1$a;
    .registers 2

    .line 1
    invoke-virtual {p0}, Lcom/google/protobuf/Duration;->newBuilderForType()Lcom/google/protobuf/Duration$b;

    move-result-object v0

    return-object v0
.end method

.method public bridge synthetic newBuilderForType(Lcom/google/protobuf/GeneratedMessageV3$c;)Lcom/google/protobuf/l1$a;
    .registers 2

    .line 2
    invoke-virtual {p0, p1}, Lcom/google/protobuf/Duration;->newBuilderForType(Lcom/google/protobuf/GeneratedMessageV3$c;)Lcom/google/protobuf/Duration$b;

    move-result-object p1

    return-object p1
.end method

.method public bridge synthetic newBuilderForType()Lcom/google/protobuf/o1$a;
    .registers 2

    .line 3
    invoke-virtual {p0}, Lcom/google/protobuf/Duration;->newBuilderForType()Lcom/google/protobuf/Duration$b;

    move-result-object v0

    return-object v0
.end method

.method public newInstance(Lcom/google/protobuf/GeneratedMessageV3$f;)Ljava/lang/Object;
    .registers 2

    new-instance p1, Lcom/google/protobuf/Duration;

    invoke-direct {p1}, Lcom/google/protobuf/Duration;-><init>()V

    return-object p1
.end method

.method public toBuilder()Lcom/google/protobuf/Duration$b;
    .registers 3

    .line 3
    sget-object v0, Lcom/google/protobuf/Duration;->DEFAULT_INSTANCE:Lcom/google/protobuf/Duration;

    const/4 v1, 0x0

    if-ne p0, v0, :cond_b

    .line 4
    new-instance v0, Lcom/google/protobuf/Duration$b;

    invoke-direct {v0, v1}, Lcom/google/protobuf/Duration$b;-><init>(Lcom/google/protobuf/Duration$a;)V

    goto :goto_13

    :cond_b
    new-instance v0, Lcom/google/protobuf/Duration$b;

    invoke-direct {v0, v1}, Lcom/google/protobuf/Duration$b;-><init>(Lcom/google/protobuf/Duration$a;)V

    invoke-virtual {v0, p0}, Lcom/google/protobuf/Duration$b;->f(Lcom/google/protobuf/Duration;)Lcom/google/protobuf/Duration$b;

    :goto_13
    return-object v0
.end method

.method public bridge synthetic toBuilder()Lcom/google/protobuf/l1$a;
    .registers 2

    .line 1
    invoke-virtual {p0}, Lcom/google/protobuf/Duration;->toBuilder()Lcom/google/protobuf/Duration$b;

    move-result-object v0

    return-object v0
.end method

.method public bridge synthetic toBuilder()Lcom/google/protobuf/o1$a;
    .registers 2

    .line 2
    invoke-virtual {p0}, Lcom/google/protobuf/Duration;->toBuilder()Lcom/google/protobuf/Duration$b;

    move-result-object v0

    return-object v0
.end method

.method public writeTo(Lcom/google/protobuf/o;)V
    .registers 7
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/io/IOException;
        }
    .end annotation

    .line 1
    iget-wide v0, p0, Lcom/google/protobuf/Duration;->seconds_:J

    const-wide/16 v2, 0x0

    cmp-long v4, v0, v2

    if-eqz v4, :cond_c

    const/4 v2, 0x1

    .line 2
    invoke-virtual {p1, v2, v0, v1}, Lcom/google/protobuf/o;->e0(IJ)V

    .line 3
    :cond_c
    iget v0, p0, Lcom/google/protobuf/Duration;->nanos_:I

    if-eqz v0, :cond_14

    const/4 v1, 0x2

    .line 4
    invoke-virtual {p1, v1, v0}, Lcom/google/protobuf/o;->S(II)V

    .line 5
    :cond_14
    invoke-virtual {p0}, Lcom/google/protobuf/Duration;->getUnknownFields()Lcom/google/protobuf/i3;

    move-result-object v0

    invoke-virtual {v0, p1}, Lcom/google/protobuf/i3;->writeTo(Lcom/google/protobuf/o;)V

    return-void
.end method