Searched refs:FxHashMap (Results 1 – 3 of 3) sorted by relevance
22 use rustc_hash::FxHashMap;24 let mut map: FxHashMap<u32, u32> = FxHashMap::default();38 `FxHashMap`/`FxHashSet` type aliases are omitted.
43 pub type FxHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>; typedef
86 type HashMap<K, V> = ::rustc_hash::FxHashMap<K, V>;