Searched defs:find_not (Results 1 – 4 of 4) sorted by relevance
20 InputIter find_not(InputIter first, Sentinel last, const T & x) in find_not() function31 typename boost::range_iterator<Range>::type find_not(Range & r, const T & x) in find_not() function
43 pub(crate) fn find_not(haystack: &[u8], byteset: &[u8]) -> Option<usize> { in find_not() function