Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DXMLNode.h183 status_t collect_strings(StringPool* dest, Vector<uint32_t>* outResIds,
187 Vector<uint32_t>* outResIds, bool allAttrs) const;
190 Vector<uint32_t>* outResIds) const;
DXMLNode.cpp1338 status_t XMLNode::collect_strings(StringPool* dest, Vector<uint32_t>* outResIds, in collect_strings() argument
1341 collect_attr_strings(dest, outResIds, true); in collect_strings()
1386 mChildren.itemAt(i)->collect_strings(dest, outResIds, in collect_strings()
1394 Vector<uint32_t>* outResIds, bool allAttrs) const { in collect_attr_strings() argument
1407 const size_t NR = outResIds->size(); in collect_attr_strings()
1419 } else if (outResIds->itemAt(strIdx) == id) { in collect_attr_strings()
1432 while ((ssize_t)outResIds->size() <= idx) { in collect_attr_strings()
1433 outResIds->add(0); in collect_attr_strings()
1435 outResIds->replaceAt(id, idx); in collect_attr_strings()
1449 Vector<uint32_t>* outResIds) const in collect_resid_strings()
[all …]