booster / com.didiglobal.booster.aapt2 / Resources / Source

Source

class Source : GeneratedMessageV3, SourceOrBuilder


    Developer friendly source file information for an entity in the resource table.
    
Protobuf type aapt.pb.Source

Types

Builder


      Developer friendly source file information for an entity in the resource table.
      
Protobuf type aapt.pb.Source

class Builder : Builder<Builder!>, SourceOrBuilder

Properties

PATH_IDX_FIELD_NUMBER

static val PATH_IDX_FIELD_NUMBER: Int

POSITION_FIELD_NUMBER

static val POSITION_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getDefaultInstance

static fun getDefaultInstance(): Source!

getDefaultInstanceForType

fun getDefaultInstanceForType(): Source!

getDescriptor

static fun getDescriptor(): Descriptor!

getParserForType

fun getParserForType(): Parser<Source!>!

getPathIdx


      The index of the string path within the source string pool of a ResourceTable.
      
uint32 path_idx = 1;

fun getPathIdx(): Int

getPosition

.aapt.pb.SourcePosition position = 2;

fun getPosition(): SourcePosition!

getPositionOrBuilder

.aapt.pb.SourcePosition position = 2;

fun getPositionOrBuilder(): SourcePositionOrBuilder!

getSerializedSize

fun getSerializedSize(): Int

getUnknownFields

fun getUnknownFields(): UnknownFieldSet!

hashCode

fun hashCode(): Int

hasPosition

.aapt.pb.SourcePosition position = 2;

fun hasPosition(): Boolean

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

newBuilder

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

newBuilderForType

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

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

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

parseFrom

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

parser

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

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit