Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/iter/find_first_last/
Dtest.rs81 let best_found = AtomicUsize::new(usize::max_value()); in find_first_folder_does_not_clobber_first_found() localVariable
96 let best_found = AtomicUsize::new(0); in find_last_folder_yields_last_match() localVariable
Dmod.rs46 let best_found = AtomicUsize::new(usize::max_value()); in find_first() localVariable
56 let best_found = AtomicUsize::new(0); in find_last() localVariable
66 best_found: &'p AtomicUsize, field
170 best_found: &'p AtomicUsize, field