Home
last modified time | relevance | path

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

/rust/alloc/
Dlib.rs278 let mut hasher = std::collections::hash_map::RandomState::new().build_hasher(); in test_rng() localVariable
279 std::panic::Location::caller().hash(&mut hasher); in test_rng()
280 let hc64 = hasher.finish(); in test_rng()