Home
last modified time | relevance | path

Searched defs:DefPathHash (Results 1 – 17 of 17) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir/src/
Dstable_hash_impls.rs22 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()
Dtests.rs27 fn mk_test_hash(stable_crate_id: StableCrateId) -> DefPathHash { in def_path_hash_depends_on_crate_id()
Ddef_path_hash_map.rs27 fn decode_key(k: &[u8; 16]) -> DefPathHash { in decode_key()
Ddefinitions.rs77 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()
Dhir_id.rs61 fn to_stable_hash_key(&self, hcx: &CTX) -> DefPathHash { in to_stable_hash_key()
/third_party/rust/rust/compiler/rustc_span/src/
Ddef_id.rs100 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()
Dlib.rs2103 fn def_path_hash(&self, def_id: DefId) -> DefPathHash; in def_path_hash()
/third_party/rust/rust/compiler/rustc_query_system/src/ich/
Dhcx.rs89 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/
Ddep_node.rs160 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/
Dtable.rs47 impl IsDefault for DefPathHash { implementation
211 impl FixedSizeEncoding for DefPathHash { implementation
Ddecoder.rs1292 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/
Dmod.rs119 DefPathHash, enumerator
Ddep_node.rs96 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/
Dcstore.rs231 fn def_path_hash(&self, def: DefId) -> DefPathHash; in def_path_hash()
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/decoder/
Dcstore_impl.rs617 fn def_path_hash(&self, def: DefId) -> DefPathHash { in def_path_hash()
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dcontext.rs792 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/
Dmod.rs166 pub fn def_path_hash(self, def_id: LocalDefId) -> DefPathHash { in def_path_hash()