Home
last modified time | relevance | path

Searched defs:find_end (Results 1 – 3 of 3) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dfind_end.h212 _ForwardIterator1 find_end(_ForwardIterator1 __first1, _ForwardIterator1 __last1, in find_end() function
220 _ForwardIterator1 find_end(_ForwardIterator1 __first1, _ForwardIterator1 __last1, in find_end() function
/external/rust/crates/regex/src/literal/
Dmod.rs39 pub fn find_end(&self, _: &[u8]) -> Option<(usize, usize)> { in find_end() method
Dimp.rs108 pub fn find_end(&self, haystack: &[u8]) -> Option<(usize, usize)> { in find_end() method