Home
last modified time | relevance | path

Searched defs:second_map (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/indexmap/benches/
Dbench.rs509 let second_map: HashMap<u64, _> = (MERGE..MERGE * 2).map(|i| (i, ())).collect(); in hashmap_merge_simple() localVariable
520 let second_map: HashMap<u64, _> = (MERGE..MERGE * 2).map(|i| (i, ())).collect(); in hashmap_merge_shuffle() localVariable
536 let second_map: IndexMap<u64, _> = (MERGE..MERGE * 2).map(|i| (i, ())).collect(); in indexmap_merge_simple() localVariable
547 let second_map: IndexMap<u64, _> = (MERGE..MERGE * 2).map(|i| (i, ())).collect(); in indexmap_merge_shuffle() localVariable
/external/cronet/components/prefs/
Dpref_value_map_unittest.cc152 PrefValueMap second_map; in TEST() local