Searched refs:next_state_id (Results 1 – 4 of 4) sorted by relevance
143 current_state_scope_ = new StateScope(current_state_scope_, next_state_id()); in enter_state_scope()169 int next_state_id() { return ++state_id_; } in next_state_id() function
39 pub fn next_state_id<S: StateID>(current: S) -> Result<S> { in next_state_id() function
29 next_state_id, premultiply_overflow_error, write_state_id_bytes,1493 next_state_id(S::from_usize(self.state_count - 1))? in add_empty_state()
309 next_state_id = dfa.transitions[current_state_id * 256 + current_byte]315 next_state_id = dfa.transitions[current_state_id + current_byte]