Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_type_ir/src/
Dcodec.rs62 fn decode_alloc_id(&mut self) -> <Self::I as Interner>::AllocId; in decode_alloc_id() method
/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Dmod.rs308 pub fn decode_alloc_id<'tcx, D>(&self, decoder: &mut D) -> AllocId in decode_alloc_id() method
/third_party/rust/rust/compiler/rustc_middle/src/query/
Don_disk_cache.rs579 fn decode_alloc_id(&mut self) -> interpret::AllocId { in decode_alloc_id() method
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Ddecoder.rs411 fn decode_alloc_id(&mut self) -> rustc_middle::mir::interpret::AllocId { in decode_alloc_id() method