Home
last modified time | relevance | path

Searched defs:searcher (Results 1 - 8 of 8) sorted by relevance

/third_party/rust/crates/regex/tests/
H A Dsearcher.rs1 macro_rules! searcher { macros
[all...]
H A Dtest_nfa_utf8bytes.rs46 mod searcher; modules
H A Dtest_nfa.rs42 mod searcher; modules
H A Dtest_backtrack_utf8bytes.rs50 mod searcher; modules
H A Dtest_backtrack.rs48 mod searcher; modules
H A Dtest_default.rs53 mod searcher; modules
/third_party/rust/crates/regex/src/
H A Dexec.rs1263 pub fn searcher(&self) -> ExecNoSync<'_> { in searcher() functions
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs5248 let mut searcher = pat.into_searcher(haystack); in cmp_search_to_vec() variables
17404 let mut searcher = pat.into_searcher(self); in remove_matches() variables
[all...]

Completed in 47 milliseconds