Searched defs:find_end (Results 1 – 3 of 3) sorted by relevance
| /external/rust/crates/regex/src/literal/ |
| D | mod.rs | 39 pub fn find_end(&self, _: &[u8]) -> Option<(usize, usize)> { in find_end() method
|
| D | imp.rs | 114 pub fn find_end(&self, haystack: &[u8]) -> Option<(usize, usize)> { in find_end() method
|
| /external/llvm-project/pstl/include/pstl/internal/ |
| D | glue_algorithm_impl.h | 111 find_end(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIt… in find_end() function 124 find_end(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIt… in find_end() function
|