Home
last modified time | relevance | path

Searched refs:ByteClass (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/aho-corasick/src/
H A Ddfa.rs15 ByteClass(ByteClass<S>),
24 DFA::ByteClass(ref dfa) => dfa.repr(), in repr()
71 DFA::ByteClass(ref dfa) => dfa.overlapping_find_at( in overlapping_find_at()
107 DFA::ByteClass(ref dfa) => { in earliest_find_at()
130 DFA::ByteClass(ref dfa) => { in find_at_no_state()
203 pub struct ByteClass<S>(Repr<S>); structure names
205 impl<S: StateID> ByteClass<S> { impls
211 impl<S: StateID> Automaton for ByteClass<S> {
671 Ok(DFA::ByteClass(ByteClas in build()
[all...]

Completed in 1 milliseconds