Home
last modified time | relevance | path

Searched defs:with_start_node (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_data_structures/src/graph/iterate/
Dmod.rs92 pub fn with_start_node(mut self, start_node: G::Node) -> Self { in with_start_node() function
/third_party/rust/rust/compiler/rustc_data_structures/src/graph/implementation/
Dmod.rs308 pub fn with_start_node( in with_start_node() method