Searched defs:find_iter (Results 1 – 11 of 11) sorted by relevance
/third_party/rust/crates/regex/bench/src/ffi/ |
D | onig.rs | 25 pub fn find_iter<'r, 't>( in find_iter() method
|
D | pcre1.rs | 77 pub fn find_iter<'r, 't>(&'r self, text: &'t str) -> FindMatches<'r, 't> { in find_iter() method
|
D | re2.rs | 36 pub fn find_iter<'r, 't>(&'r self, text: &'t str) -> FindMatches<'r, 't> { in find_iter() method
|
D | pcre2.rs | 73 pub fn find_iter<'r, 't>(&'r self, text: &'t str) -> FindMatches<'r, 't> { in find_iter() method
|
D | tcl.rs | 97 pub fn find_iter<'r, 't>(&'r self, text: &'t Text) -> FindMatches<'r, 't> { in find_iter() method
|
/third_party/rust/crates/regex/src/ |
D | re_trait.rs | 152 fn find_iter(self, text: &Self::Text) -> Matches<'_, Self> { in find_iter() method
|
D | re_bytes.rs | 188 pub fn find_iter<'r, 't>(&'r self, text: &'t [u8]) -> Matches<'r, 't> { in find_iter() method
|
D | re_unicode.rs | 244 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/ |
D | mod.rs | 190 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/ |
D | api.rs | 525 pub fn find_iter<'a, 'b, B: ?Sized + AsRef<[u8]>>( in find_iter() method
|
/third_party/rust/crates/aho-corasick/src/ |
D | ahocorasick.rs | 350 pub fn find_iter<'a, 'b, B: ?Sized + AsRef<[u8]>>( in find_iter() method
|