Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/intertrait/src/
H A Dhasher.rs10 pub type BuildFastHasher = BuildHasherDefault<FastHasher>; typedef
H A Dlib.rs79 use crate::hasher::BuildFastHasher;
104 static CASTER_MAP: once_cell::sync::Lazy<HashMap<(TypeId, TypeId), BoxedCaster, BuildFastHasher>> =
122 static mut CASTER_MAP: Option<HashMap<(TypeId, TypeId), BoxedCaster, BuildFastHasher>> = None;
125 pub fn caster_map() -> &'static HashMap<(TypeId, TypeId), BoxedCaster, BuildFastHasher> { in caster_map()