Searched defs:ByteClass (Results  1 – 3 of 3) sorted by relevance
| /external/rust/crates/aho-corasick/src/ | 
| D | dfa.rs | 15     ByteClass(ByteClass<S>),  enumerator 203 pub struct ByteClass<S>(Repr<S>);  struct 205 impl<S: StateID> ByteClass<S> {  implementation 211 impl<S: StateID> Automaton for ByteClass<S> {  implementation
  | 
| /external/rust/crates/regex-automata/src/ | 
| D | sparse.rs | 123     ByteClass(ByteClass<T, S>),  enumerator 571 pub struct ByteClass<T: AsRef<[u8]>, S: StateID = usize>(Repr<T, S>);  struct 573 impl<T: AsRef<[u8]>, S: StateID> DFA for ByteClass<T, S> {  implementation
  | 
| D | dense.rs | 153     ByteClass(ByteClass<T, S>),  enumerator 733 pub struct ByteClass<T: AsRef<[S]>, S: StateID>(Repr<T, S>);  struct 735 impl<T: AsRef<[S]>, S: StateID> DFA for ByteClass<T, S> {  implementation
  |