Searched refs:AsScheduledGraph (Results 1 – 3 of 3) sorted by relevance
117 struct AsScheduledGraph { struct118 explicit AsScheduledGraph(const Schedule* schedule) : schedule(schedule) {} in AsScheduledGraph() argument122 std::ostream& operator<<(std::ostream& os, const AsScheduledGraph& scheduled); argument
948 std::ostream& operator<<(std::ostream& os, const AsScheduledGraph& scheduled) { in operator <<()
1933 os << AsScheduledGraph(schedule); in Run()