Home
last modified time | relevance | path

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

/external/rust/crates/fnv/
Dlib.rs128 pub type FnvBuildHasher = BuildHasherDefault<FnvHasher>; typedef
132 pub type FnvHashMap<K, V> = HashMap<K, V, FnvBuildHasher>;
136 pub type FnvHashSet<T> = HashSet<T, FnvBuildHasher>;