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

150 lines
4.4 KiB
Smali

.class public abstract Lcom/google/protobuf/ExtensionSchema;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public constructor <init>()V
.locals 0
.line 37
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public abstract extensionNumber(Ljava/util/Map$Entry;)I
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/Map$Entry<",
"**>;)I"
}
.end annotation
.end method
.method public abstract findExtensionByNumber(Lcom/google/protobuf/ExtensionRegistryLite;Lcom/google/protobuf/MessageLite;I)Ljava/lang/Object;
.end method
.method public abstract getExtensions(Ljava/lang/Object;)Lcom/google/protobuf/FieldSet;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Object;",
")",
"Lcom/google/protobuf/FieldSet;"
}
.end annotation
.end method
.method public abstract getMutableExtensions(Ljava/lang/Object;)Lcom/google/protobuf/FieldSet;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Object;",
")",
"Lcom/google/protobuf/FieldSet;"
}
.end annotation
.end method
.method public abstract hasExtensions(Lcom/google/protobuf/MessageLite;)Z
.end method
.method public abstract makeImmutable(Ljava/lang/Object;)V
.end method
.method public abstract parseExtension(Ljava/lang/Object;Lcom/google/protobuf/Reader;Ljava/lang/Object;Lcom/google/protobuf/ExtensionRegistryLite;Lcom/google/protobuf/FieldSet;Ljava/lang/Object;Lcom/google/protobuf/UnknownFieldSchema;)Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"<UT:",
"Ljava/lang/Object;",
"UB:",
"Ljava/lang/Object;",
">(",
"Ljava/lang/Object;",
"Lcom/google/protobuf/Reader;",
"Ljava/lang/Object;",
"Lcom/google/protobuf/ExtensionRegistryLite;",
"Lcom/google/protobuf/FieldSet;",
"TUB;",
"Lcom/google/protobuf/UnknownFieldSchema;",
")TUB;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method
.method public abstract parseLengthPrefixedMessageSetItem(Lcom/google/protobuf/Reader;Ljava/lang/Object;Lcom/google/protobuf/ExtensionRegistryLite;Lcom/google/protobuf/FieldSet;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/protobuf/Reader;",
"Ljava/lang/Object;",
"Lcom/google/protobuf/ExtensionRegistryLite;",
"Lcom/google/protobuf/FieldSet;",
")V"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method
.method public abstract parseMessageSetItem(Lcom/google/protobuf/ByteString;Ljava/lang/Object;Lcom/google/protobuf/ExtensionRegistryLite;Lcom/google/protobuf/FieldSet;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/protobuf/ByteString;",
"Ljava/lang/Object;",
"Lcom/google/protobuf/ExtensionRegistryLite;",
"Lcom/google/protobuf/FieldSet;",
")V"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method
.method public abstract serializeExtension(Lcom/google/protobuf/Writer;Ljava/util/Map$Entry;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/protobuf/Writer;",
"Ljava/util/Map$Entry<",
"**>;)V"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.end method
.method public abstract setExtensions(Ljava/lang/Object;Lcom/google/protobuf/FieldSet;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/Object;",
"Lcom/google/protobuf/FieldSet;",
")V"
}
.end annotation
.end method