Searched refs:outPool (Results 1 – 2 of 2) sorted by relevance
175 status_t collect_attr_strings(StringPool* outPool,178 status_t collect_resid_strings(StringPool* outPool,
1277 status_t XMLNode::collect_attr_strings(StringPool* outPool, in collect_attr_strings() argument1287 const Vector<size_t>* indices = outPool->offsetsForString(attr.name); in collect_attr_strings()1310 idx = outPool->add(attr.name); in collect_attr_strings()1329 status_t XMLNode::collect_resid_strings(StringPool* outPool, in collect_resid_strings() argument1332 collect_attr_strings(outPool, outResIds, false); in collect_resid_strings()1337 mChildren.itemAt(i)->collect_resid_strings(outPool, outResIds); in collect_resid_strings()