Home
last modified time | relevance | path

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

12

/external/rust/crates/rayon/src/
Drange_inclusive.rs118 fn with_producer<CB>(iter: Iter<Self>, callback: CB) -> CB::Output in with_producer() method
154 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
305 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
Drange.rs112 fn with_producer<CB>(iter: Iter<Self>, callback: CB) -> CB::Output in with_producer() method
148 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
362 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
Dpar_either.rs47 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Darray.rs74 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
Dvec.rs78 fn with_producer<CB>(mut self, callback: CB) -> CB::Output in with_producer() method
135 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
/external/rust/crates/rayon/src/slice/
Drchunks.rs51 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
151 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
231 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
348 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
Dchunks.rs52 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
153 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
233 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
351 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
Dmod.rs728 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
795 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
869 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
/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
Dtake.rs58 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
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
Dempty.rs74 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() method
Denumerate.rs58 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
Dstep_by.rs61 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
Dfold_chunks_with.rs91 fn with_producer<CB>(self, callback: CB) -> CB::Output in with_producer() function
Dfold_chunks.rs93 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
/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