| /third_party/rust/rust/compiler/rustc_hir/src/ |
| D | stable_hash_impls.rs | 22 fn to_stable_hash_key(&self, hcx: &HirCtx) -> (DefPathHash, ItemLocalId) { in to_stable_hash_key() 41 fn to_stable_hash_key(&self, hcx: &HirCtx) -> (DefPathHash, ItemLocalId) { in to_stable_hash_key() 51 fn to_stable_hash_key(&self, hcx: &HirCtx) -> DefPathHash { in to_stable_hash_key() 60 fn to_stable_hash_key(&self, hcx: &HirCtx) -> DefPathHash { in to_stable_hash_key() 69 fn to_stable_hash_key(&self, hcx: &HirCtx) -> DefPathHash { in to_stable_hash_key() 78 fn to_stable_hash_key(&self, hcx: &HirCtx) -> DefPathHash { in to_stable_hash_key()
|
| D | tests.rs | 27 fn mk_test_hash(stable_crate_id: StableCrateId) -> DefPathHash { in def_path_hash_depends_on_crate_id()
|
| D | def_path_hash_map.rs | 27 fn decode_key(k: &[u8; 16]) -> DefPathHash { in decode_key()
|
| D | definitions.rs | 77 pub fn def_path_hash(&self, index: DefIndex) -> DefPathHash { in def_path_hash() 117 pub(crate) fn compute_stable_hash(&self, parent: DefPathHash) -> DefPathHash { in compute_stable_hash() 303 pub fn def_path_hash(&self, id: LocalDefId) -> DefPathHash { in def_path_hash() 375 hash: DefPathHash, in local_def_path_hash_to_def_id()
|
| D | hir_id.rs | 61 fn to_stable_hash_key(&self, hcx: &CTX) -> DefPathHash { in to_stable_hash_key()
|
| /third_party/rust/rust/compiler/rustc_span/src/ |
| D | def_id.rs | 100 pub struct DefPathHash(pub Fingerprint); struct 102 impl DefPathHash { impl 120 pub fn new(stable_crate_id: StableCrateId, local_hash: Hash64) -> DefPathHash { in new() 125 impl Default for DefPathHash { implementation 466 fn to_stable_hash_key(&self, hcx: &CTX) -> DefPathHash { in to_stable_hash_key() 475 fn to_stable_hash_key(&self, hcx: &CTX) -> DefPathHash { in to_stable_hash_key() 484 fn to_stable_hash_key(&self, hcx: &CTX) -> DefPathHash { in to_stable_hash_key()
|
| D | lib.rs | 2103 fn def_path_hash(&self, def_id: DefId) -> DefPathHash; in def_path_hash()
|
| /third_party/rust/rust/compiler/rustc_query_system/src/ich/ |
| D | hcx.rs | 89 pub fn def_path_hash(&self, def_id: DefId) -> DefPathHash { in def_path_hash() 98 pub fn local_def_path_hash(&self, def_id: LocalDefId) -> DefPathHash { in local_def_path_hash() 143 fn def_path_hash(&self, def_id: DefId) -> DefPathHash { in def_path_hash()
|
| /third_party/rust/rust/compiler/rustc_middle/src/dep_graph/ |
| D | dep_node.rs | 160 def_path_hash: DefPathHash, in from_label_string() 192 def_path_hash: DefPathHash, in from_label_string()
|
| /third_party/rust/rust/compiler/rustc_metadata/src/rmeta/ |
| D | table.rs | 47 impl IsDefault for DefPathHash { implementation 211 impl FixedSizeEncoding for DefPathHash { implementation
|
| D | decoder.rs | 1292 def_path_hashes: &mut FxHashMap<DefIndex, DefPathHash>, in def_path_hash_unlocked() argument 1293 ) -> DefPathHash { in def_path_hash_unlocked() 1300 fn def_path_hash(self, index: DefIndex) -> DefPathHash { in def_path_hash()
|
| /third_party/rust/rust/compiler/rustc_query_system/src/dep_graph/ |
| D | mod.rs | 119 DefPathHash, enumerator
|
| D | dep_node.rs | 96 pub fn from_def_path_hash<Tcx>(tcx: Tcx, def_path_hash: DefPathHash, kind: K) -> Self in from_def_path_hash()
|
| /third_party/rust/rust/compiler/rustc_session/src/ |
| D | cstore.rs | 231 fn def_path_hash(&self, def: DefId) -> DefPathHash; in def_path_hash()
|
| /third_party/rust/rust/compiler/rustc_metadata/src/rmeta/decoder/ |
| D | cstore_impl.rs | 617 fn def_path_hash(&self, def: DefId) -> DefPathHash { in def_path_hash()
|
| /third_party/rust/rust/compiler/rustc_middle/src/ty/ |
| D | context.rs | 792 pub fn def_path_hash(self, def_id: DefId) -> rustc_hir::definitions::DefPathHash { in def_path_hash() 824 pub fn def_path_hash_to_def_id(self, hash: DefPathHash, err: &mut dyn FnMut() -> !) -> DefId { in def_path_hash_to_def_id()
|
| /third_party/rust/rust/compiler/rustc_middle/src/hir/map/ |
| D | mod.rs | 166 pub fn def_path_hash(self, def_id: LocalDefId) -> DefPathHash { in def_path_hash()
|