Home
last modified time | relevance | path

Searched refs:bridge_unindexed (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/rayon/src/
Dstr.rs410 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()
Drange.rs172 bridge_unindexed(IterProducer { range: self.range }, consumer)
/external/rust/crates/hashbrown/src/external_trait_impls/rayon/
Draw.rs49 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/
Dpar_bridge.rs8 use crate::iter::plumbing::{bridge_unindexed, Folder, UnindexedConsumer, UnindexedProducer};
87 bridge_unindexed( in drive_unindexed()
Dsplitter.rs145 bridge_unindexed(producer, consumer) in drive_unindexed()
Drepeat.rs70 bridge_unindexed(producer, consumer) in drive_unindexed()
/external/rust/crates/rayon/src/iter/plumbing/
Dmod.rs446 pub fn bridge_unindexed<P, C>(producer: P, consumer: C) -> C::Result in bridge_unindexed() function
DREADME.md135 `bridge_unindexed` equivalent for - you guessed it - unindexed producers,
/external/rust/crates/rayon/src/slice/
Dmod.rs1093 bridge_unindexed(producer, consumer) in drive_unindexed()
1162 bridge_unindexed(producer, consumer) in drive_unindexed()