Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/query/
Don_disk_cache.rs467 pub struct CacheDecoder<'a, 'tcx> { struct
480 impl<'a, 'tcx> CacheDecoder<'a, 'tcx> { argument
483 let CacheDecoder { in file_index_to_file() localVariable
539 impl<'a, 'tcx> TyDecoder for CacheDecoder<'a, 'tcx> { implementation