Searched refs:bridge_unindexed (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/rayon/src/ |
D | str.rs | 410 bridge_unindexed(CharsProducer { chars: self.chars }, consumer) in drive_unindexed() 459 bridge_unindexed(producer, consumer) in drive_unindexed() 510 bridge_unindexed(BytesProducer { chars: self.chars }, consumer) in drive_unindexed() 554 bridge_unindexed(EncodeUtf16Producer { chars: self.chars }, consumer) in drive_unindexed() 602 bridge_unindexed(producer, consumer) in drive_unindexed() 677 bridge_unindexed(producer, consumer) in drive_unindexed() 785 bridge_unindexed(producer, consumer) in drive_unindexed() 843 bridge_unindexed(producer, consumer) in drive_unindexed()
|
D | range.rs | 172 bridge_unindexed(IterProducer { range: self.range }, consumer)
|
/external/rust/crates/hashbrown/src/external_trait_impls/rayon/ |
D | raw.rs | 49 plumbing::bridge_unindexed(producer, consumer) in drive_unindexed() 107 plumbing::bridge_unindexed(producer, consumer) in drive_unindexed() 142 plumbing::bridge_unindexed(producer, consumer) in drive_unindexed()
|
/external/rust/crates/rayon/src/iter/ |
D | par_bridge.rs | 8 use crate::iter::plumbing::{bridge_unindexed, Folder, UnindexedConsumer, UnindexedProducer}; 87 bridge_unindexed( in drive_unindexed()
|
D | splitter.rs | 145 bridge_unindexed(producer, consumer) in drive_unindexed()
|
D | repeat.rs | 70 bridge_unindexed(producer, consumer) in drive_unindexed()
|
/external/rust/crates/rayon/src/iter/plumbing/ |
D | mod.rs | 446 pub fn bridge_unindexed<P, C>(producer: P, consumer: C) -> C::Result in bridge_unindexed() function
|
D | README.md | 135 `bridge_unindexed` equivalent for - you guessed it - unindexed producers,
|
/external/rust/crates/rayon/src/slice/ |
D | mod.rs | 1093 bridge_unindexed(producer, consumer) in drive_unindexed() 1162 bridge_unindexed(producer, consumer) in drive_unindexed()
|