Searched defs:SourceFileHash (Results 1 – 2 of 2) sorted by relevance
1212 pub struct SourceFileHash { struct1213 pub kind: SourceFileHashAlgorithm, argument1217 impl SourceFileHash { impl1218 pub fn new(kind: SourceFileHashAlgorithm, src: &str) -> SourceFileHash { in new()
335 src_hash: SourceFileHash, in new_imported_source_file()