booster / com.didiglobal.booster.aapt2 / Resources / RawString

RawString

class RawString : GeneratedMessageV3, RawStringOrBuilder


    A value that is a raw string, which is unescaped/uninterpreted. This is typically used to
    represent the value of a style attribute before the attribute is compiled and the set of
    allowed values is known.
    
Protobuf type aapt.pb.RawString

Types

Builder


      A value that is a raw string, which is unescaped/uninterpreted. This is typically used to
      represent the value of a style attribute before the attribute is compiled and the set of
      allowed values is known.
      
Protobuf type aapt.pb.RawString

class Builder : Builder<Builder!>, RawStringOrBuilder

Properties

VALUE_FIELD_NUMBER

static val VALUE_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getDefaultInstance

static fun getDefaultInstance(): RawString!

getDefaultInstanceForType

fun getDefaultInstanceForType(): RawString!

getDescriptor

static fun getDescriptor(): Descriptor!

getParserForType

fun getParserForType(): Parser<RawString!>!

getSerializedSize

fun getSerializedSize(): Int

getUnknownFields

fun getUnknownFields(): UnknownFieldSet!

getValue

string value = 1;

fun getValue(): String!

getValueBytes

string value = 1;

fun getValueBytes(): ByteString!

hashCode

fun hashCode(): Int

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

newBuilder

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

newBuilderForType

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

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

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

parseFrom

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

parser

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

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit