Searched refs:RawIntoParIter (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/hashbrown/src/external_trait_impls/rayon/ |
D | raw.rs | 79 pub struct RawIntoParIter<T, A: Allocator + Clone = Global> { struct 83 impl<T, A: Allocator + Clone> RawIntoParIter<T, A> { argument 90 impl<T: Send, A: Allocator + Clone> ParallelIterator for RawIntoParIter<T, A> { implementation 216 pub fn into_par_iter(self) -> RawIntoParIter<T, A> { in into_par_iter() 217 RawIntoParIter { table: self } in into_par_iter()
|
D | map.rs | 3 use super::raw::{RawIntoParIter, RawParDrain, RawParIter}; 236 inner: RawIntoParIter<(K, V), A>,
|