Searched refs:ordered_deps (Results 1 – 1 of 1) sorted by relevance
375 std::vector<string> ordered_deps(it->second.begin(), it->second.end()); in OutsideCompilationClusterDependencies() local376 std::sort(ordered_deps.begin(), ordered_deps.end()); in OutsideCompilationClusterDependencies()377 cluster_deps_ordered->insert(std::make_pair(it->first, ordered_deps)); in OutsideCompilationClusterDependencies()