Home
last modified time | relevance | path

Searched defs:CallHasher (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ahash/src/
Dspecialize.rs30 pub trait CallHasher { trait
61 impl CallHasher for $typ { impl
68 impl CallHasher for &$typ { impl
75 impl CallHasher for &&$typ { impl
102 impl CallHasher for &u128 { impl
111 impl CallHasher for &&u128 { impl
129 impl CallHasher for &i128 { impl
138 impl CallHasher for &&i128 { impl
147 impl CallHasher for [u8] { impl
156 impl CallHasher for &[u8] { impl
[all …]