Files
rr3-apk/smali_classes3/com/google/protobuf/StructuralMessageInfo.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

121 lines
3.3 KiB
Smali

.class public final Lcom/google/protobuf/StructuralMessageInfo;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/protobuf/MessageInfo;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/protobuf/StructuralMessageInfo$Builder;
}
.end annotation
# instance fields
.field private final checkInitialized:[I
.field private final defaultInstance:Lcom/google/protobuf/MessageLite;
.field private final fields:[Lcom/google/protobuf/FieldInfo;
.field private final messageSetWireFormat:Z
.field private final syntax:Lcom/google/protobuf/ProtoSyntax;
# direct methods
.method public constructor <init>(Lcom/google/protobuf/ProtoSyntax;Z[I[Lcom/google/protobuf/FieldInfo;Ljava/lang/Object;)V
.locals 0
.line 63
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/google/protobuf/StructuralMessageInfo;->syntax:Lcom/google/protobuf/ProtoSyntax;
iput-boolean p2, p0, Lcom/google/protobuf/StructuralMessageInfo;->messageSetWireFormat:Z
iput-object p3, p0, Lcom/google/protobuf/StructuralMessageInfo;->checkInitialized:[I
iput-object p4, p0, Lcom/google/protobuf/StructuralMessageInfo;->fields:[Lcom/google/protobuf/FieldInfo;
const-string p1, "defaultInstance"
.line 68
invoke-static {p5, p1}, Lcom/google/protobuf/Internal;->checkNotNull(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
move-result-object p1
check-cast p1, Lcom/google/protobuf/MessageLite;
iput-object p1, p0, Lcom/google/protobuf/StructuralMessageInfo;->defaultInstance:Lcom/google/protobuf/MessageLite;
return-void
.end method
.method public static newBuilder()Lcom/google/protobuf/StructuralMessageInfo$Builder;
.locals 1
.line 103
new-instance v0, Lcom/google/protobuf/StructuralMessageInfo$Builder;
invoke-direct {v0}, Lcom/google/protobuf/StructuralMessageInfo$Builder;-><init>()V
return-object v0
.end method
.method public static newBuilder(I)Lcom/google/protobuf/StructuralMessageInfo$Builder;
.locals 1
.line 108
new-instance v0, Lcom/google/protobuf/StructuralMessageInfo$Builder;
invoke-direct {v0, p0}, Lcom/google/protobuf/StructuralMessageInfo$Builder;-><init>(I)V
return-object v0
.end method
# virtual methods
.method public getCheckInitialized()[I
.locals 1
iget-object v0, p0, Lcom/google/protobuf/StructuralMessageInfo;->checkInitialized:[I
return-object v0
.end method
.method public getDefaultInstance()Lcom/google/protobuf/MessageLite;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/StructuralMessageInfo;->defaultInstance:Lcom/google/protobuf/MessageLite;
return-object v0
.end method
.method public getFields()[Lcom/google/protobuf/FieldInfo;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/StructuralMessageInfo;->fields:[Lcom/google/protobuf/FieldInfo;
return-object v0
.end method
.method public getSyntax()Lcom/google/protobuf/ProtoSyntax;
.locals 1
iget-object v0, p0, Lcom/google/protobuf/StructuralMessageInfo;->syntax:Lcom/google/protobuf/ProtoSyntax;
return-object v0
.end method
.method public isMessageSetWireFormat()Z
.locals 1
iget-boolean v0, p0, Lcom/google/protobuf/StructuralMessageInfo;->messageSetWireFormat:Z
return v0
.end method