Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Ddef_path_hash_map.rs9 pub(crate) enum DefPathHashMapRef<'tcx> { enum
18 impl DefPathHashMapRef<'_> { implementation
30 impl<'a, 'tcx> Encodable<EncodeContext<'a, 'tcx>> for DefPathHashMapRef<'tcx> { implementation
45 impl<'a, 'tcx> Decodable<DecodeContext<'a, 'tcx>> for DefPathHashMapRef<'static> { implementation