Searched refs:convert_algorithm_to_string (Results 1 – 1 of 1) sorted by relevance
872 …format!("cache_similar_images_{}_{}_{}.txt", hash_size, convert_algorithm_to_string(hash_alg), con… in get_cache_file()957 fn convert_algorithm_to_string(hash_alg: &HashAlg) -> String { in convert_algorithm_to_string() function