Home
last modified time | relevance | path

Searched refs:Hasher (Results 1 – 13 of 13) 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/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 Dparse.rs198 use std::hash::{Hash, Hasher};
1420 fn hash<H: Hasher>(&self, _state: &mut H) {} in hash()
H A Dcustom_punctuation.rs215 fn hash<__H: $crate::__private::Hasher>(&self, _state: &mut __H) {}
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.rs172 use core::hash::{Hash, Hasher};
1033 fn hash<H: Hasher>(&self, hasher: &mut H) { in hash()