Searched refs:outPool (Results 1 – 2 of 2) sorted by relevance
186 status_t collect_attr_strings(StringPool* outPool,189 status_t collect_resid_strings(StringPool* outPool,
1390 status_t XMLNode::collect_attr_strings(StringPool* outPool, in collect_attr_strings() argument1400 const Vector<size_t>* indices = outPool->offsetsForString(attr.name); in collect_attr_strings()1423 idx = outPool->add(attr.name); in collect_attr_strings()1445 status_t XMLNode::collect_resid_strings(StringPool* outPool, in collect_resid_strings() argument1448 collect_attr_strings(outPool, outResIds, false); in collect_resid_strings()1453 mChildren.itemAt(i)->collect_resid_strings(outPool, outResIds); in collect_resid_strings()