Home
last modified time | relevance | path

Searched defs:find_iter (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/regex/bench/src/ffi/
Donig.rs25 pub fn find_iter<'r, 't>( in find_iter() method
Dpcre1.rs77 pub fn find_iter<'r, 't>(&'r self, text: &'t str) -> FindMatches<'r, 't> { in find_iter() method
Dre2.rs36 pub fn find_iter<'r, 't>(&'r self, text: &'t str) -> FindMatches<'r, 't> { in find_iter() method
Dpcre2.rs73 pub fn find_iter<'r, 't>(&'r self, text: &'t str) -> FindMatches<'r, 't> { in find_iter() method
Dtcl.rs97 pub fn find_iter<'r, 't>(&'r self, text: &'t Text) -> FindMatches<'r, 't> { in find_iter() method
/third_party/rust/crates/regex/src/
Dre_trait.rs152 fn find_iter(self, text: &Self::Text) -> Matches<'_, Self> { in find_iter() method
Dre_bytes.rs188 pub fn find_iter<'r, 't>(&'r self, text: &'t [u8]) -> Matches<'r, 't> { in find_iter() method
Dre_unicode.rs244 pub fn find_iter<'r, 't>(&'r self, text: &'t str) -> Matches<'r, 't> { in find_iter() method
/third_party/rust/crates/memchr/src/memmem/
Dmod.rs190 pub fn find_iter<'h, 'n, N: 'n + ?Sized + AsRef<[u8]>>( in find_iter() function
515 pub fn find_iter<'a, 'h>( in find_iter() method
/third_party/rust/crates/aho-corasick/src/packed/
Dapi.rs525 pub fn find_iter<'a, 'b, B: ?Sized + AsRef<[u8]>>( in find_iter() method
/third_party/rust/crates/aho-corasick/src/
Dahocorasick.rs350 pub fn find_iter<'a, 'b, B: ?Sized + AsRef<[u8]>>( in find_iter() method