Home | History | Annotate | Download | only in aapt

Lines Matching refs:parsedValue

3522         if (!table->stringToValue(&it.parsedValue, strings,
3534 if (!table->stringToValue(&it.parsedValue, strings,
3553 if (it.parsedValue.dataType == Res_value::TYPE_STRING) {
3554 it.parsedValue.data = strings->mapOriginalPosToNewPos(it.parsedValue.data);
3560 if (it.parsedValue.dataType == Res_value::TYPE_STRING) {
3561 it.parsedValue.data = strings->mapOriginalPosToNewPos(it.parsedValue.data);
3598 par.size = htods(it.parsedValue.size);
3599 par.dataType = it.parsedValue.dataType;
3600 par.res0 = it.parsedValue.res0;
3601 par.data = htodl(it.parsedValue.data);
3604 String8(mName).string(), it.parsedValue.dataType,
3605 it.parsedValue.data, par.res0);
3607 err = data->writeData(&par, it.parsedValue.size);
3612 amt += it.parsedValue.size;
3639 map.value.size = htods(it.parsedValue.size);
3640 map.value.dataType = it.parsedValue.dataType;
3641 map.value.res0 = it.parsedValue.res0;
3642 map.value.data = htodl(it.parsedValue.data);