Home
last modified time | relevance | path

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

/external/rust/crates/memchr/src/tests/
Diter.rs167 let mut found_front = Vec::new(); in double_ended_take() localVariable
173 found_front.push(pos); in double_ended_take()
186 let mut all_found = found_front; in double_ended_take()