Home
last modified time | relevance | path

Searched defs:not_full (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/rayon/src/iter/
Dfind.rs90 fn not_full<T>(found: &AtomicBool) -> impl Fn(&T) -> bool + '_ { in consume_iter() function
Dfold.rs150 fn not_full<C, ID, T>(base: &C) -> impl Fn(&T) -> bool + '_ in consume_iter() function