Home | History | Annotate | Download | only in aapt

Lines Matching refs:parsedValue

3212         if (!table->stringToValue(&it.parsedValue, strings,
3223 if (!table->stringToValue(&it.parsedValue, strings,
3263 par.size = htods(it.parsedValue.size);
3264 par.dataType = it.parsedValue.dataType;
3265 par.res0 = it.parsedValue.res0;
3266 par.data = htodl(it.parsedValue.data);
3269 String8(mName).string(), it.parsedValue.dataType,
3270 it.parsedValue.data, par.res0);
3272 err = data->writeData(&par, it.parsedValue.size);
3277 amt += it.parsedValue.size;
3304 map.value.size = htods(it.parsedValue.size);
3305 parsedValue.dataType;
3306 map.value.res0 = it.parsedValue.res0;
3307 map.value.data = htodl(it.parsedValue.data);