Home
last modified time | relevance | path

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

/external/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
/external/rust/crates/regex/src/
Dexec.rs1499 AhoCorasick, enumerator