Searched defs:first_false_index (Results 1 – 4 of 4) sorted by relevance
12 fn first_false_index(bits: &Self) -> Option<usize>; in first_false_index() method268 fn first_false_index(&self) -> Option<usize>; in first_false_index() method
69 fn first_false_index(&self) -> Option<usize> { in first_false_index() function
58 fn first_false_index(&self) -> Option<usize> { in first_false_index() method
73 pub(crate) fn first_false_index(&self, n: usize, data: &[T]) -> Option<usize> { in first_false_index() method