tmap/smali_classes3/com/google/protobuf/Descriptors$DescriptorPool$DescriptorIntPair.smali
2022-06-10 21:38:30 +09:00

96 lines
2.4 KiB
Smali

.class final Lcom/google/protobuf/Descriptors$DescriptorPool$DescriptorIntPair;
.super Ljava/lang/Object;
.source "Descriptors.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/protobuf/Descriptors$DescriptorPool;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "DescriptorIntPair"
.end annotation
# instance fields
.field private final descriptor:Lcom/google/protobuf/Descriptors$GenericDescriptor;
.field private final number:I
# direct methods
.method public constructor <init>(Lcom/google/protobuf/Descriptors$GenericDescriptor;I)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lcom/google/protobuf/Descriptors$DescriptorPool$DescriptorIntPair;->descriptor:Lcom/google/protobuf/Descriptors$GenericDescriptor;
.line 3
iput p2, p0, Lcom/google/protobuf/Descriptors$DescriptorPool$DescriptorIntPair;->number:I
return-void
.end method
# virtual methods
.method public equals(Ljava/lang/Object;)Z
.locals 3
.line 1
instance-of v0, p1, Lcom/google/protobuf/Descriptors$DescriptorPool$DescriptorIntPair;
const/4 v1, 0x0
if-nez v0, :cond_0
return v1
.line 2
:cond_0
check-cast p1, Lcom/google/protobuf/Descriptors$DescriptorPool$DescriptorIntPair;
.line 3
iget-object v0, p0, Lcom/google/protobuf/Descriptors$DescriptorPool$DescriptorIntPair;->descriptor:Lcom/google/protobuf/Descriptors$GenericDescriptor;
iget-object v2, p1, Lcom/google/protobuf/Descriptors$DescriptorPool$DescriptorIntPair;->descriptor:Lcom/google/protobuf/Descriptors$GenericDescriptor;
if-ne v0, v2, :cond_1
iget v0, p0, Lcom/google/protobuf/Descriptors$DescriptorPool$DescriptorIntPair;->number:I
iget p1, p1, Lcom/google/protobuf/Descriptors$DescriptorPool$DescriptorIntPair;->number:I
if-ne v0, p1, :cond_1
const/4 v1, 0x1
:cond_1
return v1
.end method
.method public hashCode()I
.locals 2
.line 1
iget-object v0, p0, Lcom/google/protobuf/Descriptors$DescriptorPool$DescriptorIntPair;->descriptor:Lcom/google/protobuf/Descriptors$GenericDescriptor;
invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
move-result v0
const v1, 0xffff
mul-int/2addr v0, v1
iget v1, p0, Lcom/google/protobuf/Descriptors$DescriptorPool$DescriptorIntPair;->number:I
add-int/2addr v0, v1
return v0
.end method