Searched refs:hasher (Results 1 – 1 of 1) sorted by relevance
900 let mut hasher = DefaultHasher::new(); in test_ascii_value_hash() localVariable901 value.hash(&mut hasher); in test_ascii_value_hash()902 hasher.finish() in test_ascii_value_hash()923 let mut hasher = DefaultHasher::new(); in test_valid_binary_value_hash() localVariable924 value.hash(&mut hasher); in test_valid_binary_value_hash()925 hasher.finish() in test_valid_binary_value_hash()945 let mut hasher = DefaultHasher::new(); in test_invalid_binary_value_hash() localVariable946 value.hash(&mut hasher); in test_invalid_binary_value_hash()947 hasher.finish() in test_invalid_binary_value_hash()