Searched defs:cache_on_disk (Results 1 – 3 of 3) sorted by relevance
38 fn cache_on_disk(self, tcx: Qcx::DepContext, key: &Self::Key) -> bool; in cache_on_disk() method
89 fn cache_on_disk(self, tcx: TyCtxt<'tcx>, key: &Self::Key) -> bool { in cache_on_disk() function
42 pub cache_on_disk: fn(tcx: TyCtxt<'tcx>, key: &C::Key) -> bool, field