Searched refs:OutputArchivesMap (Results 1 – 1 of 1) sorted by relevance
1637 StringMap<std::vector<NewArchiveMember>> OutputArchivesMap; in UnbundleArchive() local1763 if (!OutputArchivesMap.contains(CompatibleTarget)) { in UnbundleArchive()1767 OutputArchivesMap.insert_or_assign(CompatibleTarget, in UnbundleArchive()1770 OutputArchivesMap[CompatibleTarget].push_back( in UnbundleArchive()1794 OutputArchivesMap.find(Target); in UnbundleArchive()1795 if (CurArchiveMembers != OutputArchivesMap.end()) { in UnbundleArchive()