Home
last modified time | relevance | path

Searched defs:IntoParallelIterator (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/rayon/src/iter/
Dmultizip.rs136 impl<$( $T, )+> IntoParallelIterator for ($( $T, )+) impl
153 impl<'a, $( $T, )+> IntoParallelIterator for &'a ($( $T, )+) impl
170 impl<'a, $( $T, )+> IntoParallelIterator for &'a mut ($( $T, )+) impl
Dmod.rs204 pub trait IntoParallelIterator { trait
849 PI: IntoParallelIterator, in flat_map()
917 Self::Item: IntoParallelIterator, in flatten()
2244 Z: IntoParallelIterator, in zip()
2271 Z: IntoParallelIterator, in zip_eq()
2401 I: IntoParallelIterator, in partial_cmp()
2427 I: IntoParallelIterator, in eq()
2444 I: IntoParallelIterator, in ne()
2455 I: IntoParallelIterator, in lt()
2466 I: IntoParallelIterator, in le()
[all …]
Dfrom_par_iter.rs13 I: IntoParallelIterator, in collect_extended()
Dextend.rs14 I: IntoParallelIterator, in extend()
25 pub(super) fn collect<I>(par_iter: I) -> LinkedList<Vec<I::Item>> in collect()
Drepeat.rs48 Z: IntoParallelIterator, in zip()
/external/rust/crates/rayon/src/
Dresult.rs50 impl<'a, T: Sync, E> IntoParallelIterator for &'a Result<T, E> { impl
72 impl<'a, T: Send, E> IntoParallelIterator for &'a mut Result<T, E> { impl
Doption.rs99 impl<'a, T: Sync> IntoParallelIterator for &'a Option<T> { impl
129 impl<'a, T: Send> IntoParallelIterator for &'a mut Option<T> { impl
/external/rust/crates/rayon/src/collections/
Dvec_deque.rs51 impl<'a, T: Sync> IntoParallelIterator for &'a VecDeque<T> { impl
74 impl<'a, T: Send> IntoParallelIterator for &'a mut VecDeque<T> { impl
/external/rust/crates/rayon/tests/
Dproducer_split_at.rs8 I: IntoParallelIterator, in check()
42 I: IntoParallelIterator, in forward()
57 I: IntoParallelIterator, in reverse()
/external/rust/crates/hashbrown/src/external_trait_impls/rayon/
Dmap.rs357 impl<K: Send, V: Send, S, A: Allocator + Clone + Send> IntoParallelIterator impl
371 impl<'a, K: Sync, V: Sync, S, A: Allocator + Clone> IntoParallelIterator impl
386 impl<'a, K: Sync, V: Send, S, A: Allocator + Clone> IntoParallelIterator impl
458 I: IntoParallelIterator, in extend()
Dset.rs316 impl<'a, T: Sync, S, A: Allocator + Clone> IntoParallelIterator for &'a HashSet<T, S, A> { impl
378 I: IntoParallelIterator, in extend()
/external/rust/crates/rayon/src/slice/
Dmod.rs464 impl<'data, T: Sync + 'data> IntoParallelIterator for &'data [T] { impl
473 impl<'data, T: Sync + 'data> IntoParallelIterator for &'data Vec<T> { impl
482 impl<'data, T: Send + 'data> IntoParallelIterator for &'data mut [T] { impl
491 impl<'data, T: Send + 'data> IntoParallelIterator for &'data mut Vec<T> { impl