Home
last modified time | relevance | path

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

/third_party/rust/crates/aho-corasick/src/
Dahocorasick.rs86 pub struct AhoCorasick<S: StateID = usize> { struct
91 impl AhoCorasick { impl
162 impl<S: StateID> AhoCorasick<S> { impl
/third_party/rust/crates/aho-corasick/bench/src/
Dbench.rs94 F: 'static + Clone + Fn(&AhoCorasick, &[u8]) -> usize, in define_aho_corasick_dfa()
/third_party/rust/crates/regex/src/
Dexec.rs1496 AhoCorasick, enumerator