Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DXMLNode.h186 status_t collect_attr_strings(StringPool* outPool,
189 status_t collect_resid_strings(StringPool* outPool,
DXMLNode.cpp1393 status_t XMLNode::collect_attr_strings(StringPool* outPool, in collect_attr_strings() argument
1403 const Vector<size_t>* indices = outPool->offsetsForString(attr.name); in collect_attr_strings()
1426 idx = outPool->add(attr.name); in collect_attr_strings()
1448 status_t XMLNode::collect_resid_strings(StringPool* outPool, in collect_resid_strings() argument
1451 collect_attr_strings(outPool, outResIds, false); in collect_resid_strings()
1456 mChildren.itemAt(i)->collect_resid_strings(outPool, outResIds); in collect_resid_strings()