Lines Matching refs:outResIds
1335 status_t XMLNode::collect_strings(StringPool* dest, Vector<uint32_t>* outResIds, in collect_strings() argument
1338 collect_attr_strings(dest, outResIds, true); in collect_strings()
1383 mChildren.itemAt(i)->collect_strings(dest, outResIds, in collect_strings()
1391 Vector<uint32_t>* outResIds, bool allAttrs) const { in collect_attr_strings() argument
1404 const size_t NR = outResIds->size(); in collect_attr_strings()
1416 } else if (outResIds->itemAt(strIdx) == id) { in collect_attr_strings()
1429 while ((ssize_t)outResIds->size() <= idx) { in collect_attr_strings()
1430 outResIds->add(0); in collect_attr_strings()
1432 outResIds->replaceAt(id, idx); in collect_attr_strings()
1446 Vector<uint32_t>* outResIds) const in collect_resid_strings()
1448 collect_attr_strings(outPool, outResIds, false); in collect_resid_strings()
1453 mChildren.itemAt(i)->collect_resid_strings(outPool, outResIds); in collect_resid_strings()