Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/hashbrown/src/external_trait_impls/rayon/
Draw.rs111 pub struct RawParDrain<'a, T, A: Allocator = Global> { struct
118 unsafe impl<T: Send, A: Allocator> Send for RawParDrain<'_, T, A> {} argument
120 impl<T, A: Allocator> RawParDrain<'_, T, A> { impl
127 impl<T: Send, A: Allocator> ParallelIterator for RawParDrain<'_, T, A> { implementation
145 impl<T, A: Allocator> Drop for RawParDrain<'_, T, A> { implementation
/external/rust/android-crates-io/extra_versions/crates/hashbrown/src/external_trait_impls/rayon/
Draw.rs112 pub struct RawParDrain<'a, T, A: Allocator + Clone = Global> { struct
119 unsafe impl<T: Send, A: Allocator + Clone> Send for RawParDrain<'_, T, A> {} argument
121 impl<T, A: Allocator + Clone> RawParDrain<'_, T, A> { impl
128 impl<T: Send, A: Allocator + Clone> ParallelIterator for RawParDrain<'_, T, A> { implementation
146 impl<T, A: Allocator + Clone> Drop for RawParDrain<'_, T, A> { implementation