Home
last modified time | relevance | path

Searched defs:all_impls (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dtrait_def.rs205 pub fn all_impls(self, trait_def_id: DefId) -> impl Iterator<Item = DefId> + 'tcx { in all_impls() method
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Dencoder.rs1976 let mut all_impls: Vec<_> = fx_hash_map.into_iter().collect(); in encode_impls() localVariable
1981 let all_impls: Vec<_> = all_impls in encode_impls() localVariable
2003 let mut all_impls: Vec<_> = tcx.crate_inherent_impls(()).incoherent_impls.iter().collect(); in encode_incoherent_impls() localVariable
2011 let all_impls: Vec<_> = all_impls in encode_incoherent_impls() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dmethod_resolution.rs256 pub fn all_impls(&self) -> impl Iterator<Item = ImplId> + '_ { in all_impls() method
342 pub fn all_impls(&self) -> impl Iterator<Item = ImplId> + '_ { in all_impls() method
/third_party/rust/rust/src/librustdoc/clean/
Dtypes.rs1838 pub(crate) fn all_impls(tcx: TyCtxt<'_>) -> impl Iterator<Item = DefId> + '_ { in all_impls() method