Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_span/src/
Dlib.rs1190 pub enum SourceFileHashAlgorithm { enum
1196 impl FromStr for SourceFileHashAlgorithm { implementation
1199 fn from_str(s: &str) -> Result<SourceFileHashAlgorithm, ()> { in from_str()
1218 pub fn new(kind: SourceFileHashAlgorithm, src: &str) -> SourceFileHash { in new()
1491 hash_kind: SourceFileHashAlgorithm, in new()
Dsource_map.rs202 hash_kind: SourceFileHashAlgorithm, in with_file_loader_and_hash_kind()
/third_party/rust/rust/compiler/rustc_session/src/
Doptions.rs1106 slot: &mut Option<SourceFileHashAlgorithm>, in parse_src_file_hash()