Searched refs:new_deps (Results 1 – 1 of 1) sorted by relevance
145 std::map<std::string, std::vector<std::string>> new_deps; in FilterDependencies() local150 new_deps[mod_name].clear(); in FilterDependencies()155 new_deps[mod_name].emplace_back(child); in FilterDependencies()158 return new_deps; in FilterDependencies()164 std::map<std::string, std::vector<std::string>> new_deps; in FilterOutDependencies() local169 new_deps[mod_name].clear(); in FilterOutDependencies()174 new_deps[mod_name].emplace_back(child); in FilterOutDependencies()177 return new_deps; in FilterOutDependencies()185 std::map<std::string, std::vector<std::string>> new_deps; in UpdateGKIModulePaths() local195 new_deps[mod_name].clear(); in UpdateGKIModulePaths()[all …]