Searched defs:all_impls (Results 1 – 4 of 4) sorted by relevance
205 pub fn all_impls(self, trait_def_id: DefId) -> impl Iterator<Item = DefId> + 'tcx { in all_impls() method
1976 let mut all_impls: Vec<_> = fx_hash_map.into_iter().collect(); in encode_impls() localVariable1981 let all_impls: Vec<_> = all_impls in encode_impls() localVariable2003 let mut all_impls: Vec<_> = tcx.crate_inherent_impls(()).incoherent_impls.iter().collect(); in encode_incoherent_impls() localVariable2011 let all_impls: Vec<_> = all_impls in encode_incoherent_impls() localVariable
256 pub fn all_impls(&self) -> impl Iterator<Item = ImplId> + '_ { in all_impls() method342 pub fn all_impls(&self) -> impl Iterator<Item = ImplId> + '_ { in all_impls() method
1838 pub(crate) fn all_impls(tcx: TyCtxt<'_>) -> impl Iterator<Item = DefId> + '_ { in all_impls() method