Searched defs:first_map (Results 1 – 2 of 2) sorted by relevance
508 let first_map: HashMap<u64, _> = (0..MERGE).map(|i| (i, ())).collect(); in hashmap_merge_simple() localVariable519 let first_map: HashMap<u64, _> = (0..MERGE).map(|i| (i, ())).collect(); in hashmap_merge_shuffle() localVariable535 let first_map: IndexMap<u64, _> = (0..MERGE).map(|i| (i, ())).collect(); in indexmap_merge_simple() localVariable546 let first_map: IndexMap<u64, _> = (0..MERGE).map(|i| (i, ())).collect(); in indexmap_merge_shuffle() localVariable
147 PrefValueMap first_map; in TEST() local