Home | History | Annotate | Download | only in aapt

Lines Matching refs:parsedValue

3145         if (!table->stringToValue(&it.parsedValue, strings,
3156 if (!table->stringToValue(&it.parsedValue, strings,
3196 par.size = htods(it.parsedValue.size);
3197 par.dataType = it.parsedValue.dataType;
3198 par.res0 = it.parsedValue.res0;
3199 par.data = htodl(it.parsedValue.data);
3202 String8(mName).string(), it.parsedValue.dataType,
3203 it.parsedValue.data, par.res0);
3205 err = data->writeData(&par, it.parsedValue.size);
3210 amt += it.parsedValue.size;
3237 map.value.size = htods(it.parsedValue.size);
3238 map.value.dataType = it.parsedValue.dataType;
3239 map.value.res0 = it.parsedValue.res0;
3240 map.value.data = htodl(it.parsedValue.data);