Home
last modified time | relevance | path

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

/third_party/rust/crates/aho-corasick/src/
Dahocorasick.rs1490 pub struct AhoCorasickBuilder { struct
1496 impl Default for AhoCorasickBuilder { implementation
1502 impl AhoCorasickBuilder { impl
1650 ) -> &mut AhoCorasickBuilder { in auto_configure()
1744 pub fn match_kind(&mut self, kind: MatchKind) -> &mut AhoCorasickBuilder { in match_kind()
1785 pub fn anchored(&mut self, yes: bool) -> &mut AhoCorasickBuilder { in anchored()
1823 ) -> &mut AhoCorasickBuilder { in ascii_case_insensitive()
1846 pub fn dense_depth(&mut self, depth: usize) -> &mut AhoCorasickBuilder { in dense_depth()
1872 pub fn dfa(&mut self, yes: bool) -> &mut AhoCorasickBuilder { in dfa()
1886 pub fn prefilter(&mut self, yes: bool) -> &mut AhoCorasickBuilder { in prefilter()
[all …]