Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_query_system/src/dep_graph/
Dserialized.rs36 pub struct SerializedDepGraph<K: DepKind> { struct
53 impl<K: DepKind> Default for SerializedDepGraph<K> { argument
65 impl<K: DepKind> SerializedDepGraph<K> { implementation
92 impl<'a, K: DepKind + Decodable<MemDecoder<'a>>> Decodable<MemDecoder<'a>>
/third_party/rust/rust/compiler/rustc_incremental/src/persist/
Dsave.rs148 prev_graph: SerializedDepGraph, in build_dep_graph()
/third_party/rust/rust/compiler/rustc_middle/src/dep_graph/
Dmod.rs22 pub type SerializedDepGraph = rustc_query_system::dep_graph::SerializedDepGraph<DepKind>; typedef