- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
1328 lines
38 KiB
Smali
1328 lines
38 KiB
Smali
.class public final Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
.super Lcom/google/protobuf/GeneratedMessageLite;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lgatewayprotocol/v1/BidRequestEventOuterClass$GeoOrBuilder;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lgatewayprotocol/v1/BidRequestEventOuterClass;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "Geo"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo$Builder;
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/protobuf/GeneratedMessageLite<",
|
|
"Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;",
|
|
"Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo$Builder;",
|
|
">;",
|
|
"Lgatewayprotocol/v1/BidRequestEventOuterClass$GeoOrBuilder;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final CITY_FIELD_NUMBER:I = 0x6
|
|
|
|
.field public static final COUNTRY_FIELD_NUMBER:I = 0x4
|
|
|
|
.field private static final DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.field public static final LAT_FIELD_NUMBER:I = 0x1
|
|
|
|
.field public static final LON_FIELD_NUMBER:I = 0x2
|
|
|
|
.field private static volatile PARSER:Lcom/google/protobuf/Parser; = null
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/google/protobuf/Parser<",
|
|
"Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
.field public static final REGION_FIELD_NUMBER:I = 0x5
|
|
|
|
.field public static final TYPE_FIELD_NUMBER:I = 0x3
|
|
|
|
.field public static final ZIP_FIELD_NUMBER:I = 0x7
|
|
|
|
|
|
# instance fields
|
|
.field private bitField0_:I
|
|
|
|
.field private city_:Ljava/lang/String;
|
|
|
|
.field private country_:Ljava/lang/String;
|
|
|
|
.field private lat_:F
|
|
|
|
.field private lon_:F
|
|
|
|
.field private region_:Ljava/lang/String;
|
|
|
|
.field private type_:I
|
|
|
|
.field private zip_:Ljava/lang/String;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
.line 7878
|
|
new-instance v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
invoke-direct {v0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;-><init>()V
|
|
|
|
sput-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
const-class v1, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7882
|
|
invoke-static {v1, v0}, Lcom/google/protobuf/GeneratedMessageLite;->registerDefaultInstance(Ljava/lang/Class;Lcom/google/protobuf/GeneratedMessageLite;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 7054
|
|
invoke-direct {p0}, Lcom/google/protobuf/GeneratedMessageLite;-><init>()V
|
|
|
|
const-string v0, ""
|
|
|
|
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->country_:Ljava/lang/String;
|
|
|
|
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->region_:Ljava/lang/String;
|
|
|
|
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->city_:Ljava/lang/String;
|
|
|
|
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->zip_:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$14600()Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
.locals 1
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static synthetic access$14700(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;F)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->setLat(F)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$14800(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->clearLat()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$14900(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;F)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->setLon(F)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$15000(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->clearLon()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$15100(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;I)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->setType(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$15200(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->clearType()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$15300(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;Ljava/lang/String;)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->setCountry(Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$15400(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->clearCountry()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$15500(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;Lcom/google/protobuf/ByteString;)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->setCountryBytes(Lcom/google/protobuf/ByteString;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$15600(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;Ljava/lang/String;)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->setRegion(Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$15700(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->clearRegion()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$15800(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;Lcom/google/protobuf/ByteString;)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->setRegionBytes(Lcom/google/protobuf/ByteString;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$15900(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;Ljava/lang/String;)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->setCity(Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$16000(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->clearCity()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$16100(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;Lcom/google/protobuf/ByteString;)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->setCityBytes(Lcom/google/protobuf/ByteString;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$16200(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;Ljava/lang/String;)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->setZip(Ljava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$16300(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->clearZip()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic access$16400(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;Lcom/google/protobuf/ByteString;)V
|
|
.locals 0
|
|
|
|
.line 7049
|
|
invoke-direct {p0, p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->setZipBytes(Lcom/google/protobuf/ByteString;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearCity()V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, -0x21
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
.line 7315
|
|
invoke-static {}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->getDefaultInstance()Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->getCity()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->city_:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearCountry()V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, -0x9
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
.line 7205
|
|
invoke-static {}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->getDefaultInstance()Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->getCountry()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->country_:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearLat()V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, -0x2
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
const/4 v0, 0x0
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->lat_:F
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearLon()V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, -0x3
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
const/4 v0, 0x0
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->lon_:F
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearRegion()V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, -0x11
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
.line 7260
|
|
invoke-static {}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->getDefaultInstance()Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->getRegion()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->region_:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearType()V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, -0x5
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
const/4 v0, 0x0
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->type_:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private clearZip()V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, -0x41
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
.line 7370
|
|
invoke-static {}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->getDefaultInstance()Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->getZip()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->zip_:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static getDefaultInstance()Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
.locals 1
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static newBuilder()Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo$Builder;
|
|
.locals 1
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7458
|
|
invoke-virtual {v0}, Lcom/google/protobuf/GeneratedMessageLite;->createBuilder()Lcom/google/protobuf/GeneratedMessageLite$Builder;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo$Builder;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public static newBuilder(Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo$Builder;
|
|
.locals 1
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7461
|
|
invoke-virtual {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->createBuilder(Lcom/google/protobuf/GeneratedMessageLite;)Lcom/google/protobuf/GeneratedMessageLite$Builder;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo$Builder;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseDelimitedFrom(Ljava/io/InputStream;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7435
|
|
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseDelimitedFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseDelimitedFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7441
|
|
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseDelimitedFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Lcom/google/protobuf/ByteString;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7399
|
|
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/ByteString;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7406
|
|
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/ByteString;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Lcom/google/protobuf/CodedInputStream;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7446
|
|
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7453
|
|
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Lcom/google/protobuf/CodedInputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Ljava/io/InputStream;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7423
|
|
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Ljava/io/IOException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7430
|
|
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/io/InputStream;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Ljava/nio/ByteBuffer;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7386
|
|
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/nio/ByteBuffer;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom(Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7393
|
|
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;Ljava/nio/ByteBuffer;Lcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom([B)Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7411
|
|
invoke-static {v0, p0}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;[B)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method public static parseFrom([BLcom/google/protobuf/ExtensionRegistryLite;)Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/google/protobuf/InvalidProtocolBufferException;
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7418
|
|
invoke-static {v0, p0, p1}, Lcom/google/protobuf/GeneratedMessageLite;->parseFrom(Lcom/google/protobuf/GeneratedMessageLite;[BLcom/google/protobuf/ExtensionRegistryLite;)Lcom/google/protobuf/GeneratedMessageLite;
|
|
|
|
move-result-object p0
|
|
|
|
check-cast p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
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<",
|
|
"Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
sget-object v0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7893
|
|
invoke-virtual {v0}, Lcom/google/protobuf/GeneratedMessageLite;->getParserForType()Lcom/google/protobuf/Parser;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method private setCity(Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
.line 7306
|
|
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
or-int/lit8 v0, v0, 0x20
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->city_:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setCityBytes(Lcom/google/protobuf/ByteString;)V
|
|
.locals 0
|
|
|
|
.line 7323
|
|
invoke-static {p1}, Lcom/google/protobuf/AbstractMessageLite;->checkByteStringIsUtf8(Lcom/google/protobuf/ByteString;)V
|
|
|
|
.line 7324
|
|
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->city_:Ljava/lang/String;
|
|
|
|
iget p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
or-int/lit8 p1, p1, 0x20
|
|
|
|
iput p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setCountry(Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
.line 7196
|
|
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
or-int/lit8 v0, v0, 0x8
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->country_:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setCountryBytes(Lcom/google/protobuf/ByteString;)V
|
|
.locals 0
|
|
|
|
.line 7213
|
|
invoke-static {p1}, Lcom/google/protobuf/AbstractMessageLite;->checkByteStringIsUtf8(Lcom/google/protobuf/ByteString;)V
|
|
|
|
.line 7214
|
|
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->country_:Ljava/lang/String;
|
|
|
|
iget p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
or-int/lit8 p1, p1, 0x8
|
|
|
|
iput p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setLat(F)V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
or-int/lit8 v0, v0, 0x1
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
iput p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->lat_:F
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setLon(F)V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
or-int/lit8 v0, v0, 0x2
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
iput p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->lon_:F
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setRegion(Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
.line 7251
|
|
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
or-int/lit8 v0, v0, 0x10
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->region_:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setRegionBytes(Lcom/google/protobuf/ByteString;)V
|
|
.locals 0
|
|
|
|
.line 7268
|
|
invoke-static {p1}, Lcom/google/protobuf/AbstractMessageLite;->checkByteStringIsUtf8(Lcom/google/protobuf/ByteString;)V
|
|
|
|
.line 7269
|
|
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->region_:Ljava/lang/String;
|
|
|
|
iget p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
or-int/lit8 p1, p1, 0x10
|
|
|
|
iput p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setType(I)V
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
or-int/lit8 v0, v0, 0x4
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
iput p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->type_:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setZip(Ljava/lang/String;)V
|
|
.locals 1
|
|
|
|
.line 7361
|
|
invoke-virtual {p1}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
or-int/lit8 v0, v0, 0x40
|
|
|
|
iput v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->zip_:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private setZipBytes(Lcom/google/protobuf/ByteString;)V
|
|
.locals 0
|
|
|
|
.line 7378
|
|
invoke-static {p1}, Lcom/google/protobuf/AbstractMessageLite;->checkByteStringIsUtf8(Lcom/google/protobuf/ByteString;)V
|
|
|
|
.line 7379
|
|
invoke-virtual {p1}, Lcom/google/protobuf/ByteString;->toStringUtf8()Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->zip_:Ljava/lang/String;
|
|
|
|
iget p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
or-int/lit8 p1, p1, 0x40
|
|
|
|
iput p1, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final dynamicMethod(Lcom/google/protobuf/GeneratedMessageLite$MethodToInvoke;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
.locals 8
|
|
|
|
.line 7821
|
|
sget-object p2, Lgatewayprotocol/v1/BidRequestEventOuterClass$1;->$SwitchMap$com$google$protobuf$GeneratedMessageLite$MethodToInvoke:[I
|
|
|
|
invoke-virtual {p1}, Ljava/lang/Enum;->ordinal()I
|
|
|
|
move-result p1
|
|
|
|
aget p1, p2, p1
|
|
|
|
const/4 p2, 0x0
|
|
|
|
packed-switch p1, :pswitch_data_0
|
|
|
|
.line 7871
|
|
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
|
|
|
invoke-direct {p1}, Ljava/lang/UnsupportedOperationException;-><init>()V
|
|
|
|
throw p1
|
|
|
|
:pswitch_0
|
|
return-object p2
|
|
|
|
:pswitch_1
|
|
const/4 p1, 0x1
|
|
|
|
.line 7865
|
|
invoke-static {p1}, Ljava/lang/Byte;->valueOf(B)Ljava/lang/Byte;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
:pswitch_2
|
|
sget-object p1, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->PARSER:Lcom/google/protobuf/Parser;
|
|
|
|
if-nez p1, :cond_1
|
|
|
|
const-class p2, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7852
|
|
monitor-enter p2
|
|
|
|
:try_start_0
|
|
sget-object p1, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->PARSER:Lcom/google/protobuf/Parser;
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
.line 7855
|
|
new-instance p1, Lcom/google/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser;
|
|
|
|
sget-object p3, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
invoke-direct {p1, p3}, Lcom/google/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser;-><init>(Lcom/google/protobuf/GeneratedMessageLite;)V
|
|
|
|
sput-object p1, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->PARSER:Lcom/google/protobuf/Parser;
|
|
|
|
goto :goto_0
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
goto :goto_1
|
|
|
|
.line 7860
|
|
:cond_0
|
|
:goto_0
|
|
monitor-exit p2
|
|
|
|
goto :goto_2
|
|
|
|
:goto_1
|
|
monitor-exit p2
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
throw p1
|
|
|
|
:cond_1
|
|
:goto_2
|
|
return-object p1
|
|
|
|
:pswitch_3
|
|
sget-object p1, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
return-object p1
|
|
|
|
:pswitch_4
|
|
const-string v0, "bitField0_"
|
|
|
|
const-string v1, "lat_"
|
|
|
|
const-string v2, "lon_"
|
|
|
|
const-string v3, "type_"
|
|
|
|
const-string v4, "country_"
|
|
|
|
const-string v5, "region_"
|
|
|
|
const-string v6, "city_"
|
|
|
|
const-string v7, "zip_"
|
|
|
|
filled-new-array/range {v0 .. v7}, [Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
const-string p2, "\u0000\u0007\u0000\u0001\u0001\u0007\u0007\u0000\u0000\u0000\u0001\u1001\u0000\u0002\u1001\u0001\u0003\u1004\u0002\u0004\u1208\u0003\u0005\u1208\u0004\u0006\u1208\u0005\u0007\u1208\u0006"
|
|
|
|
sget-object p3, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->DEFAULT_INSTANCE:Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
.line 7843
|
|
invoke-static {p3, p2, p1}, Lcom/google/protobuf/GeneratedMessageLite;->newMessageInfo(Lcom/google/protobuf/MessageLite;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
|
|
.line 7826
|
|
:pswitch_5
|
|
new-instance p1, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo$Builder;
|
|
|
|
invoke-direct {p1, p2}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo$Builder;-><init>(Lgatewayprotocol/v1/BidRequestEventOuterClass$1;)V
|
|
|
|
return-object p1
|
|
|
|
.line 7823
|
|
:pswitch_6
|
|
new-instance p1, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;
|
|
|
|
invoke-direct {p1}, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;-><init>()V
|
|
|
|
return-object p1
|
|
|
|
nop
|
|
|
|
:pswitch_data_0
|
|
.packed-switch 0x1
|
|
:pswitch_6
|
|
:pswitch_5
|
|
:pswitch_4
|
|
:pswitch_3
|
|
:pswitch_2
|
|
:pswitch_1
|
|
:pswitch_0
|
|
.end packed-switch
|
|
.end method
|
|
|
|
.method public getCity()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->city_:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getCityBytes()Lcom/google/protobuf/ByteString;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->city_:Ljava/lang/String;
|
|
|
|
.line 7298
|
|
invoke-static {v0}, Lcom/google/protobuf/ByteString;->copyFromUtf8(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getCountry()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->country_:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getCountryBytes()Lcom/google/protobuf/ByteString;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->country_:Ljava/lang/String;
|
|
|
|
.line 7188
|
|
invoke-static {v0}, Lcom/google/protobuf/ByteString;->copyFromUtf8(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getLat()F
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->lat_:F
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getLon()F
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->lon_:F
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getRegion()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->region_:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getRegionBytes()Lcom/google/protobuf/ByteString;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->region_:Ljava/lang/String;
|
|
|
|
.line 7243
|
|
invoke-static {v0}, Lcom/google/protobuf/ByteString;->copyFromUtf8(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getType()I
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->type_:I
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public getZip()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->zip_:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getZipBytes()Lcom/google/protobuf/ByteString;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->zip_:Ljava/lang/String;
|
|
|
|
.line 7353
|
|
invoke-static {v0}, Lcom/google/protobuf/ByteString;->copyFromUtf8(Ljava/lang/String;)Lcom/google/protobuf/ByteString;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public hasCity()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, 0x20
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasCountry()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, 0x8
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasLat()Z
|
|
.locals 2
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
const/4 v1, 0x1
|
|
|
|
and-int/2addr v0, v1
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v1, 0x0
|
|
|
|
:goto_0
|
|
return v1
|
|
.end method
|
|
|
|
.method public hasLon()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, 0x2
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasRegion()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, 0x10
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasType()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, 0x4
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|
|
|
|
.method public hasZip()Z
|
|
.locals 1
|
|
|
|
iget v0, p0, Lgatewayprotocol/v1/BidRequestEventOuterClass$Geo;->bitField0_:I
|
|
|
|
and-int/lit8 v0, v0, 0x40
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
const/4 v0, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 v0, 0x0
|
|
|
|
:goto_0
|
|
return v0
|
|
.end method
|