Searched refs:dynamicRefTable (Results 1 – 4 of 4) sorted by relevance
271 auto& dynamicRefTable = table.GetReferencedPackages(); in PrintTable() local272 if (!dynamicRefTable.empty()) { in PrintTable()273 printer->Println(StringPrintf("DynamicRefTable entryCount=%d", int(dynamicRefTable.size()))); in PrintTable()275 for (auto&& [id, name] : dynamicRefTable) { in PrintTable()
1797 ResXMLTree::ResXMLTree(std::shared_ptr<const DynamicRefTable> dynamicRefTable) in ResXMLTree() argument1799 , mDynamicRefTable(std::move(dynamicRefTable)) in ResXMLTree()3764 , dynamicRefTable(static_cast<uint8_t>(_id), appAsLib) in PackageGroup()3866 DynamicRefTable dynamicRefTable; member4313 pg->dynamicRefTable.addMappings(srcPg->dynamicRefTable); in add()4627 if (grp->dynamicRefTable.lookupResourceValue(outValue) != NO_ERROR) { in getResource()4837 status_t err = grp->dynamicRefTable.lookupResourceId(&resolvedParent); in getBagLocked()4905 if (grp->dynamicRefTable.lookupResourceId(&newName) != NO_ERROR) { in getBagLocked()4964 status_t err = grp->dynamicRefTable.lookupResourceValue(&cur->map.value); in getBagLocked()6417 return &pg->dynamicRefTable; in getDynamicRefTableForCookie()[all …]
792 auto dynamicRefTable = std::shared_ptr<const DynamicRefTable>( in doDump() local814 ResXMLTree tree(dynamicRefTable); in doDump()847 ResXMLTree tree(dynamicRefTable); in doDump()865 ResXMLTree tree(dynamicRefTable); in doDump()
860 explicit ResXMLTree(std::shared_ptr<const DynamicRefTable> dynamicRefTable);