Searched refs:iter_two (Results 1 – 2 of 2) sorted by relevance
15 test.iter_two(false, Memchr2::new); in memchr2_iter()36 test.iter_two(true, |n1, n2, corpus| { in memrchr2_iter()
239 pub fn iter_two<'a, I, F>(&'a self, reverse: bool, f: F) in iter_two() method