Searched refs:topological_sort (Results 1 – 5 of 5) sorted by relevance
20 let ret = graph.topological_sort()?; in parse()
51 pub fn topological_sort(&mut self) -> Result<Vec<usize>, RuntimeError> { in topological_sort() method
53 pub fn topological_sort(&mut self) -> Result<Vec<String>, ParseError> { in topological_sort() method