Home
last modified time | relevance | path

Searched refs:auto_configure (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/aho-corasick/src/
Dahocorasick.rs158 AhoCorasickBuilder::new().auto_configure(patterns).build(patterns) in new_auto_configured()
1647 pub fn auto_configure<B: AsRef<[u8]>>( in auto_configure() method
/third_party/rust/crates/aho-corasick/
DDESIGN.md273 For example, the `AhoCorasick::auto_configure` and
274 `AhoCorasickBuilder::auto_configure` methods will enable the DFA setting if
/third_party/rust/crates/regex/src/
Dexec.rs375 .auto_configure(&lits) in build_aho_corasick()