Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Dhash.rs8 use std::hash::{Hash, Hasher};
14 H: Hasher, in hash() argument
24 H: Hasher, in hash() argument
35 H: Hasher, in hash() argument
49 H: Hasher, in hash() argument
61 H: Hasher, in hash() argument
73 H: Hasher, in hash() argument
90 H: Hasher, in hash() argument
101 H: Hasher, in hash() argument
113 H: Hasher, in hash() argument
[all …]
/linux/rust/zerocopy-derive/derive/
H A Dmod.rs49 fn hash<H: #core::hash::Hasher>(&self, state: &mut H) { in derive_hash()
50 #core::hash::Hasher::write(state, #zerocopy_crate::IntoBytes::as_bytes(self)) in derive_hash()
53 fn hash_slice<H: #core::hash::Hasher>(data: &[Self], state: &mut H) { in derive_hash()
54 #core::hash::Hasher::write(state, #zerocopy_crate::IntoBytes::as_bytes(data)) in derive_hash()
/linux/rust/syn/
H A Dtt.rs4 use std::hash::{Hash, Hasher};
51 fn hash<H: Hasher>(&self, h: &mut H) { in hash()
102 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
H A Dlifetime.rs8 use std::hash::{Hash, Hasher};
111 fn hash<H: Hasher>(&self, h: &mut H) { in hash()
H A Dtoken.rs120 use std::hash::{Hash, Hasher};
267 fn hash<H: Hasher>(&self, _state: &mut H) {}
394 fn hash<H: Hasher>(&self, _state: &mut H) {}
501 fn hash<H: Hasher>(&self, _state: &mut H) {}
631 fn hash<H: Hasher>(&self, _state: &mut H) {} in hash()
H A Dexport.rs14 pub use std::hash::{Hash, Hasher};
H A Dcustom_keyword.rs251 fn hash<__H: $crate::__private::Hasher>(&self, _state: &mut __H) {}
H A Dcustom_punctuation.rs215 fn hash<__H: $crate::__private::Hasher>(&self, _state: &mut __H) {}
H A Dparse.rs198 use std::hash::{Hash, Hasher};
1420 fn hash<H: Hasher>(&self, _state: &mut H) {} in hash()
H A Dpunctuated.rs35 use std::hash::{Hash, Hasher};
434 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
H A Dgenerics.rs15 use std::hash::{Hash, Hasher};
332 fn hash<H: Hasher>(&self, state: &mut H) {
H A Dlit.rs14 use std::hash::{Hash, Hasher};
798 H: Hasher,
H A Dexpr.rs33 use std::hash::{Hash, Hasher};
1016 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
1079 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
/linux/rust/proc-macro2/
H A Dlib.rs176 use core::hash::{Hash, Hasher};
1037 fn hash<H: Hasher>(&self, hasher: &mut H) { in hash()
/linux/rust/zerocopy/src/
H A Dwrappers.rs450 H: Hasher, in hash() argument
H A Dlib.rs376 hash::Hasher,