Searched defs:Transitions (Results 1 – 3 of 3) sorted by relevance
161 struct Transitions { struct163 table: Vec<StatePtr>,165 num_byte_classes: usize,1639 impl Transitions { implementation1644 fn new(num_byte_classes: usize) -> Transitions { in new()1760 impl fmt::Debug for Transitions { implementation
379 enum Transitions<S> { enum384 impl<S: StateID> Transitions<S> { implementation
170957 Transitions = 1 enumerator