Home
last modified time | relevance | path

Searched refs:hasher (Results 1 – 1 of 1) sorted by relevance

/tonic/tonic/src/metadata/
H A Dvalue.rs900 let mut hasher = DefaultHasher::new(); in test_ascii_value_hash() localVariable
901 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() localVariable
924 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() localVariable
946 value.hash(&mut hasher); in test_invalid_binary_value_hash()
947 hasher.finish() in test_invalid_binary_value_hash()