Searched refs:OutputArchivesMap (Results 1 – 1 of 1) sorted by relevance
1498 StringMap<std::vector<NewArchiveMember>> OutputArchivesMap; in UnbundleArchive() local1626 if (!OutputArchivesMap.contains(CompatibleTarget)) { in UnbundleArchive()1630 OutputArchivesMap.insert_or_assign(CompatibleTarget, in UnbundleArchive()1633 OutputArchivesMap[CompatibleTarget].push_back( in UnbundleArchive()1657 OutputArchivesMap.find(Target); in UnbundleArchive()1658 if (CurArchiveMembers != OutputArchivesMap.end()) { in UnbundleArchive()