Home | History | Annotate | Download | only in aapt

Lines Matching refs:outValue

2154 bool ResourceTable::stringToValue(Res_value* outValue, StringPool* pool,
2169 .stringToValue(outValue, &finalStr, str.string(), str.size(), preserveSpaces,
2175 outValue->size = sizeof(Res_value);
2176 outValue->res0 = 0;
2177 outValue->dataType = outValue->TYPE_STRING;
2178 outValue->data = 0;
2186 if (outValue->dataType == outValue->TYPE_STRING) {
2199 outValue->data = pool->add(finalStr, *style, configTypeName, config);
2201 outValue->data = pool->add(finalStr, true, configTypeName, config);
2205 outValue->data = 0;
2340 Res_value* outValue)
2351 return getItemValue(attrID, e->getBag().valueAt(i).bagKeyId, outValue);
2360 Res_value* outValue)
2362 outValue->dataType = Res_value::TYPE_INT_HEX;
2363 outValue->data = 0;
2391 outValue->data |= val.data;
3931 uint32_t resID, uint32_t attrID, Res_value* outValue)
3952 res = stringToValue(outValue, NULL, item->value, false, false, item->bagKeyId);
3957 outValue->dataType, outValue->data);