Searched defs:std_path (Results 1 – 2 of 2) sorted by relevance
1173 pub fn std_path(&self, components: &[Symbol]) -> Vec<Ident> { in std_path() method
3678 let mut std_path = Vec::with_capacity(1 + path.len()); in smart_resolve_path_fragment() localVariable