Searched refs:outPool (Results 1 – 2 of 2) sorted by relevance
182 status_t collect_attr_strings(StringPool* outPool,185 status_t collect_resid_strings(StringPool* outPool,
1362 status_t XMLNode::collect_attr_strings(StringPool* outPool, in collect_attr_strings() argument1372 const Vector<size_t>* indices = outPool->offsetsForString(attr.name); in collect_attr_strings()1395 idx = outPool->add(attr.name); in collect_attr_strings()1414 status_t XMLNode::collect_resid_strings(StringPool* outPool, in collect_resid_strings() argument1417 collect_attr_strings(outPool, outResIds, false); in collect_resid_strings()1422 mChildren.itemAt(i)->collect_resid_strings(outPool, outResIds); in collect_resid_strings()