Home | History | Annotate | Download | only in aapt

Lines Matching refs:parsedValue

3317         if (!table->stringToValue(&it.parsedValue, strings,
3329 if (!table->stringToValue(&it.parsedValue, strings,
3348 if (it.parsedValue.dataType == Res_value::TYPE_STRING) {
3349 it.parsedValue.data = strings->mapOriginalPosToNewPos(it.parsedValue.data);
3355 if (it.parsedValue.dataType == Res_value::TYPE_STRING) {
3356 it.parsedValue.data = strings->mapOriginalPosToNewPos(it.parsedValue.data);
3393 par.size = htods(it.parsedValue.size);
3394 par.dataType = it.parsedValue.dataType;
3395 par.res0 = it.parsedValue.res0;
3396 par.data = htodl(it.parsedValue.data);
3399 String8(mName).string(), it.parsedValue.dataType,
3400 it.parsedValue.data, par.res0);
3402 err = data->writeData(&par, it.parsedValue.size);
3407 amt += it.parsedValue.size;
3434 map.value.size = htods(it.parsedValue.size);
3435 map.value.dataType = it.parsedValue.dataType;
3436 map.value.res0 = it.parsedValue.res0;
3437 map.value.data = htodl(it.parsedValue.data);