Home
last modified time | relevance | path

Searched defs:with_producer (Results 1 – 25 of 32) sorted by relevance

12

/external/rust/crates/rayon/src/iter/
Donce.rs61 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
Dzip_eq.rs66 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Dinterleave_shortest.rs79 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Dskip.rs59 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Dtake.rs58 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Dempty.rs74 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
Dlen.rs57 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
191 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Drev.rs56 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Denumerate.rs58 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Dstep_by.rs62 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Dzip.rs65 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Dchunks.rs66 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Dcloned.rs65 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Dcopied.rs65 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Drepeat.rs155 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Dmap.rs75 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Dchain.rs86 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
/external/rust/crates/rayon/src/
Dpar_either.rs47 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Dvec.rs59 fn with_producer<CB>(mut self, callback: CB) -> CB::Output in with_producer() method
116 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
Drange_inclusive.rs227 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
Doption.rs69 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
Drange.rs288 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
/external/rust/crates/rayon/src/slice/
Dmod.rs539 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
605 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
695 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
776 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
850 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
913 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
1020 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
/external/rust/crates/rayon/src/collections/
Dbinary_heap.rs103 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
Dvec_deque.rs140 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method

12