Home
last modified time | relevance | path

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

/third_party/rust/crates/aho-corasick/src/
Ddfa.rs15 ByteClass(ByteClass<S>), enumerator
203 pub struct ByteClass<S>(Repr<S>); struct
205 impl<S: StateID> ByteClass<S> { impl
211 impl<S: StateID> Automaton for ByteClass<S> { implementation