Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/libs/intertrait/src/cast/
Dcast_ref.rs80 use crate::caster_map; in impls()
82 caster_map().contains_key(&(self.type_id(), TypeId::of::<Caster<T>>())) in impls()
/DragonOS-0.1.9/kernel/src/libs/intertrait/src/
Dlib.rs125 pub fn caster_map() -> &'static HashMap<(TypeId, TypeId), BoxedCaster, BuildFastHasher> { in caster_map() function
249 caster_map() in caster()