Searched refs:nested_namespaces (Results 1 – 1 of 1) sorted by relevance
26 let mut nested_namespaces = Vec::new(); in sort_by_inner_namespace() localVariable33 index_of_namespace.insert(first_ns_elem, nested_namespaces.len()); in sort_by_inner_namespace()34 nested_namespaces.push((first_ns_elem, vec![*api])); in sort_by_inner_namespace()36 Some(&index) => nested_namespaces[index].1.push(*api), in sort_by_inner_namespace()43 let nested = nested_namespaces in sort_by_inner_namespace()