Lines Matching defs:is_match
182 /// uses `is_match` or `shortest_match`.
217 pub fn is_match(&self) -> bool {
535 if result.is_match() {
657 state.inst_ptrs().all(|ip| self.prog[ip].is_match());
1015 debug_assert!(!self.state(next).flags().is_match());
1018 if next <= STATE_MAX && self.state(next).flags().is_match() {
1129 /// and is_match bool.
1134 /// The is_match bool should be true if and only if the preceding DFA state
1185 /// Specifically, q should be an ordered set of NFA states and is_match
1233 let opt_state = if insts.len() == 1 && !state_flags.is_match() {
1694 fn is_match(&self) -> bool {
1795 .field("is_match", &self.is_match())