Searched refs:all_found (Results 1 – 1 of 1) sorted by relevance
59 let all_found = double_ended_take( localVariable62 all_found.iter().cloned().eq(positions1(needle, &data))73 let all_found = double_ended_take( localVariable76 all_found.iter().cloned().eq(positions2(needle1, needle2, &data))88 let all_found = double_ended_take( localVariable91 all_found186 let mut all_found = found_front; in double_ended_take() localVariable187 all_found.extend(found_back.into_iter().rev()); in double_ended_take()188 all_found in double_ended_take()