Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_type_ir/src/
Dcodec.rs37 fn encode_alloc_id(&mut self, alloc_id: &<Self::I as Interner>::AllocId); in encode_alloc_id() method
/third_party/rust/rust/compiler/rustc_middle/src/query/
Don_disk_cache.rs972 fn encode_alloc_id(&mut self, alloc_id: &interpret::AllocId) { in encode_alloc_id() method
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Dencoder.rs353 fn encode_alloc_id(&mut self, alloc_id: &rustc_middle::mir::interpret::AllocId) { in encode_alloc_id() method