Home | History | Annotate | Download | only in aapt

Lines Matching refs:parsedValue

3682         if (!table->stringToValue(&it.parsedValue, strings,
3694 if (!table->stringToValue(&it.parsedValue, strings,
3713 if (it.parsedValue.dataType == Res_value::TYPE_STRING) {
3714 it.parsedValue.data = strings->mapOriginalPosToNewPos(it.parsedValue.data);
3720 if (it.parsedValue.dataType == Res_value::TYPE_STRING) {
3721 it.parsedValue.data = strings->mapOriginalPosToNewPos(it.parsedValue.data);
3756 par.size = htods(it.parsedValue.size);
3757 par.dataType = it.parsedValue.dataType;
3758 par.res0 = it.parsedValue.res0;
3759 par.data = htodl(it.parsedValue.data);
3762 String8(mName).string(), it.parsedValue.dataType,
3763 it.parsedValue.data, par.res0);
3765 err = data->writeData(&par, it.parsedValue.size);
3770 amt += it.parsedValue.size;
3797 map.value.size = htods(it.parsedValue.size);
3798 map.value.dataType = it.parsedValue.dataType;
3799 map.value.res0 = it.parsedValue.res0;
3800 map.value.data = htodl(it.parsedValue.data);