Searched defs:ProjectionCache (Results 1 – 2 of 2) sorted by relevance
68 pub struct ProjectionCache<'a, 'tcx> { struct69 map: &'a mut SnapshotMapStorage<ProjectionCacheKey<'tcx>, ProjectionCacheEntry<'tcx>>, argument74 pub struct ProjectionCacheStorage<'tcx> { argument143 impl<'tcx> ProjectionCache<'_, 'tcx> { impl
29 ProjectionCache(traits::UndoLog<'tcx>), enumerator