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