Home
last modified time | relevance | path

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

/external/rust/crates/hashbrown/src/raw/
Dmod.rs1051 pub unsafe fn iter_hash(&self, hash: u64) -> RawIterHash<'_, T, A> { in iter_hash()
1052 RawIterHash::new(self, hash) in iter_hash()
2151 pub struct RawIterHash<'a, T, A: Allocator + Clone = Global> { struct
2171 impl<'a, T, A: Allocator + Clone> RawIterHash<'a, T, A> { impl
2174 RawIterHash { in new()
2200 impl<'a, T, A: Allocator + Clone> Iterator for RawIterHash<'a, T, A> { implementation