Searched refs:dynamicRefTable (Results 1 – 4 of 4) sorted by relevance
268 auto& dynamicRefTable = table.GetReferencedPackages(); in PrintTable() local269 if (!dynamicRefTable.empty()) { in PrintTable()270 printer->Println(StringPrintf("DynamicRefTable entryCount=%d", int(dynamicRefTable.size()))); in PrintTable()272 for (auto&& [id, name] : dynamicRefTable) { in PrintTable()
1794 ResXMLTree::ResXMLTree(std::shared_ptr<const DynamicRefTable> dynamicRefTable) in ResXMLTree() argument1796 , mDynamicRefTable(std::move(dynamicRefTable)) in ResXMLTree()3774 , dynamicRefTable(static_cast<uint8_t>(_id), appAsLib) in PackageGroup()3876 DynamicRefTable dynamicRefTable; member4323 pg->dynamicRefTable.addMappings(srcPg->dynamicRefTable); in add()4637 if (grp->dynamicRefTable.lookupResourceValue(outValue) != NO_ERROR) { in getResource()4847 status_t err = grp->dynamicRefTable.lookupResourceId(&resolvedParent); in getBagLocked()4915 if (grp->dynamicRefTable.lookupResourceId(&newName) != NO_ERROR) { in getBagLocked()4974 status_t err = grp->dynamicRefTable.lookupResourceValue(&cur->map.value); in getBagLocked()6427 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()
849 explicit ResXMLTree(std::shared_ptr<const DynamicRefTable> dynamicRefTable);