Home | History | Annotate | Download | only in aapt

Lines Matching refs:ResTable

198         const ResTable& res = assets.getResources(false);
295 static int32_t getResolvedIntegerAttribute(const ResTable* resTable, const ResXMLTree& tree,
305 resTable->resolveReference(&value, 0);
316 static String8 getResolvedAttribute(const ResTable* resTable, const ResXMLTree& tree,
330 resTable->resolveReference(&value, 0);
338 const char16_t* str = const_cast<ResTable*>(resTable)->valueToString(value2, 0, NULL, &len);
471 const ResTable& res = assets.getResources(false);