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

Completed in 10 milliseconds