Searched refs:CASTER_MAP (Results 1 – 2 of 2) sorted by relevance
74 use crate::CASTER_MAP; in impls()75 CASTER_MAP.contains_key(&(self.type_id(), TypeId::of::<Caster<T>>())) in impls()
104 static CASTER_MAP: once_cell::sync::Lazy<HashMap<(TypeId, TypeId), BoxedCaster, BuildFastHasher>> = constant122 static mut CASTER_MAP: Option<HashMap<(TypeId, TypeId), BoxedCaster, BuildFastHasher>> = None; constant127 CASTER_MAP.as_ref().unwrap_or_else(|| { in caster_map()160 unsafe { CASTER_MAP = Some(hashmap) }; in init_caster_map()242 CASTER_MAP in caster()