Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_data_structures/src/
Dsharded.rs92 pub type ShardedHashMap<K, V> = Sharded<FxHashMap<K, V>>; typedef
94 impl<K: Eq, V> ShardedHashMap<K, V> { implementation
100 impl<K: Eq + Hash + Copy> ShardedHashMap<K, ()> { implementation
147 impl<K: Eq + Hash + Copy + IntoPointer> ShardedHashMap<K, ()> { impl