Searched refs:is_match_state (Results 1 – 3 of 3) sorted by relevance
175 fn is_match_state(&self, id: S) -> bool { in is_match_state() method176 self.repr().is_match_state(id) in is_match_state()234 fn is_match_state(&self, id: S) -> bool { in is_match_state() method235 self.repr().is_match_state(id) in is_match_state()295 fn is_match_state(&self, id: S) -> bool { in is_match_state() method296 self.repr().is_match_state(id) in is_match_state()362 fn is_match_state(&self, id: S) -> bool { in is_match_state() method363 self.repr().is_match_state(id) in is_match_state()432 fn is_match_state(&self, id: S) -> bool { in is_match_state() method
113 fn is_match_state(&self, id: Self::ID) -> bool; in is_match_state() method125 id == dead_id() || self.is_match_state(id) in is_match_or_dead_state()
240 fn is_match_state(&self, id: S) -> bool { in is_match_state() method