Home
last modified time | relevance | path

Searched refs:FxHashMap (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/rustc-hash/
DREADME.md22 use rustc_hash::FxHashMap;
24 let mut map: FxHashMap<u32, u32> = FxHashMap::default();
38 `FxHashMap`/`FxHashSet` type aliases are omitted.
/external/rust/crates/rustc-hash/src/
Dlib.rs43 pub type FxHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>; typedef
/external/rust/crates/bindgen/src/
Dlib.rs86 type HashMap<K, V> = ::rustc_hash::FxHashMap<K, V>;