booster / com.didiglobal.booster.aapt2 / Resources / EntryId

EntryId

class EntryId : GeneratedMessageV3, EntryIdOrBuilder


    An entry ID in the range [0x0000, 0xffff].
    
Protobuf type aapt.pb.EntryId

Types

Builder


      An entry ID in the range [0x0000, 0xffff].
      
Protobuf type aapt.pb.EntryId

class Builder : Builder<Builder!>, EntryIdOrBuilder

Properties

ID_FIELD_NUMBER

static val ID_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getDefaultInstance

static fun getDefaultInstance(): EntryId!

getDefaultInstanceForType

fun getDefaultInstanceForType(): EntryId!

getDescriptor

static fun getDescriptor(): Descriptor!

getId

uint32 id = 1;

fun getId(): Int

getParserForType

fun getParserForType(): Parser<EntryId!>!

getSerializedSize

fun getSerializedSize(): Int

getUnknownFields

fun getUnknownFields(): UnknownFieldSet!

hashCode

fun hashCode(): Int

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

newBuilder

static fun newBuilder(): Builder!
static fun newBuilder(prototype: EntryId!): Builder!

newBuilderForType

fun newBuilderForType(): Builder!
fun newBuilderForType(parent: BuilderParent!): Builder!

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

static fun parseDelimitedFrom(input: InputStream!): EntryId!
static fun parseDelimitedFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): EntryId!

parseFrom

static fun parseFrom(data: ByteBuffer!): EntryId!
static fun parseFrom(data: ByteBuffer!, extensionRegistry: ExtensionRegistryLite!): EntryId!
static fun parseFrom(data: ByteString!): EntryId!
static fun parseFrom(data: ByteString!, extensionRegistry: ExtensionRegistryLite!): EntryId!
static fun parseFrom(data: ByteArray!): EntryId!
static fun parseFrom(data: ByteArray!, extensionRegistry: ExtensionRegistryLite!): EntryId!
static fun parseFrom(input: InputStream!): EntryId!
static fun parseFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): EntryId!
static fun parseFrom(input: CodedInputStream!): EntryId!
static fun parseFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): EntryId!

parser

static fun parser(): Parser<EntryId!>!

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit