Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/benches/
Dbench.rs508 let first_map: HashMap<u64, _> = (0..MERGE).map(|i| (i, ())).collect(); in hashmap_merge_simple() localVariable
519 let first_map: HashMap<u64, _> = (0..MERGE).map(|i| (i, ())).collect(); in hashmap_merge_shuffle() localVariable
535 let first_map: IndexMap<u64, _> = (0..MERGE).map(|i| (i, ())).collect(); in indexmap_merge_simple() localVariable
546 let first_map: IndexMap<u64, _> = (0..MERGE).map(|i| (i, ())).collect(); in indexmap_merge_shuffle() localVariable
/aosp_15_r20/external/cronet/components/prefs/
H A Dpref_value_map_unittest.cc147 PrefValueMap first_map; in TEST() local