Home
last modified time | relevance | path

Searched refs:outPool (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DXMLNode.h175 status_t collect_attr_strings(StringPool* outPool,
178 status_t collect_resid_strings(StringPool* outPool,
DXMLNode.cpp1277 status_t XMLNode::collect_attr_strings(StringPool* outPool, in collect_attr_strings() argument
1287 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() argument
1332 collect_attr_strings(outPool, outResIds, false); in collect_resid_strings()
1337 mChildren.itemAt(i)->collect_resid_strings(outPool, outResIds); in collect_resid_strings()