Home
last modified time | relevance | path

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

/external/rust/crates/hashbrown/src/
Dset.rs1365 pub struct DrainFilter<'a, K, F, A: Allocator + Clone = Global> struct
1370 inner: DrainFilterInner<'a, K, (), A>, argument
1561 impl<'a, K, F, A: Allocator + Clone> Drop for DrainFilter<'a, K, F, A> implementation
1575 impl<K, F, A: Allocator + Clone> Iterator for DrainFilter<'_, K, F, A> implementation
1594 impl<K, F, A: Allocator + Clone> FusedIterator for DrainFilter<'_, K, F, A> where implementation
Dmap.rs1661 pub struct DrainFilter<'a, K, V, F, A: Allocator + Clone = Global> struct
1666 inner: DrainFilterInner<'a, K, V, A>, argument
1669 impl<'a, K, V, F, A> Drop for DrainFilter<'a, K, V, F, A> implementation
1693 impl<K, V, F, A> Iterator for DrainFilter<'_, K, V, F, A> implementation
1711 impl<K, V, F> FusedIterator for DrainFilter<'_, K, V, F> where F: FnMut(&K, &mut V) -> bool {} implementation