Searched refs:SortEdges (Results 1 – 2 of 2) sorted by relevance
70 std::vector<const TStructure *> SortEdges(const std::unordered_set<const TStructure *> &structs) in SortEdges() function123 std::vector<T> sorted = SortEdges(enIter->second); in Toposort()142 std::vector<T> sorted = SortEdges(invPerms); in Toposort()
392 SortDstEdgesFunctor SortEdges; in sortDstEdges() local393 std::stable_sort(DstEdges.begin(), DstEdges.end(), SortEdges); in sortDstEdges()