Searched refs:typeAppMap (Results 1 – 1 of 1) sorted by relevance
2560 …std::map< std::string, std::set<std::string> > typeAppMap; // Stores mapping of types to apps that… in SupportingAppsTest() local2619 typeAppMap[*type].insert(app); in SupportingAppsTest()2661 typeAppMap[type].insert(to_lower(app)); in SupportingAppsTest()2689 appSetSuper = typeAppMap[superType.Type()]; // Copy the supertype in SupportingAppsTest()