Home | History | Annotate | Download | only in aapt

Lines Matching refs:ResTable

199         const ResTable& res = assets.getResources(false);
296 static int32_t getResolvedIntegerAttribute(const ResTable* resTable, const ResXMLTree& tree,
306 resTable->resolveReference(&value, 0);
317 static String8 getResolvedAttribute(const ResTable* resTable, const ResXMLTree& tree,
331 resTable->resolveReference(&value, 0);
339 const char16_t* str = const_cast<ResTable*>(resTable)->valueToString(value2, 0, NULL, &len);
532 const ResTable& res = assets.getResources(false);