Searched defs:AhoCorasickBuilder (Results 1 – 1 of 1) sorted by relevance
1490 pub struct AhoCorasickBuilder { struct1496 impl Default for AhoCorasickBuilder { implementation1502 impl AhoCorasickBuilder { impl1650 ) -> &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 …]