Home
last modified time | relevance | path

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

/external/rust/crates/memchr/src/tests/
Diter.rs59 let all_found = double_ended_take( localVariable
62 all_found.iter().cloned().eq(positions1(needle, &data))
73 let all_found = double_ended_take( localVariable
76 all_found.iter().cloned().eq(positions2(needle1, needle2, &data))
88 let all_found = double_ended_take( localVariable
91 all_found
186 let mut all_found = found_front; in double_ended_take() localVariable
187 all_found.extend(found_back.into_iter().rev()); in double_ended_take()
188 all_found in double_ended_take()