Searched defs:names_map (Results 1 – 1 of 1) sorted by relevance
43 pub(super) names_map: super::HashMap<String, usize>, field422 let mut names_map = HashMap::with_capacity(file_capacity); in new() localVariable