Lines Matching defs:map
12 let mut map = LinkedHashMap::new(); in test_insert_and_get() localVariable
22 let mut map = LinkedHashMap::new(); in test_index() localVariable
32 let mut map = LinkedHashMap::new(); in test_insert_update() localVariable
41 let mut map = LinkedHashMap::new(); in test_entry_insert_vacant() localVariable
72 let mut map = LinkedHashMap::new(); in test_entries_replacing() localVariable
87 let mut map = LinkedHashMap::new(); in test_entries_remove() localVariable
145 let mut map = LinkedHashMap::new(); in entries_insert() localVariable
158 let mut map = LinkedHashMap::new(); in test_debug() localVariable
176 let mut map = LinkedHashMap::new(); in test_remove() localVariable
197 let mut map = LinkedHashMap::new(); in test_pop() localVariable
223 let mut map = LinkedHashMap::new(); in test_clear() localVariable
234 let mut map = LinkedHashMap::new(); in test_iter() localVariable
270 let mut map = LinkedHashMap::new(); in test_iter_mut() localVariable
299 let map = { in test_consuming_iter() localVariable
300 let mut map = LinkedHashMap::new(); in test_consuming_iter() localVariable
321 let map = LinkedHashMap::<&str, i32>::new(); in test_consuming_iter_empty() localVariable
330 let mut map = LinkedHashMap::new(); in test_consuming_iter_with_free_list() localVariable
357 let mut map = LinkedHashMap::new(); in test_into_iter_drop() localVariable
381 let mut map = LinkedHashMap::new(); in test_borrow() localVariable