Home
last modified time | relevance | path

Searched refs:is_match_or_dead_state (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/aho-corasick/src/
Ddfa.rs179 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
180 self.repr().is_match_or_dead_state(id) in is_match_or_dead_state()
238 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
239 self.repr().is_match_or_dead_state(id) in is_match_or_dead_state()
299 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
300 self.repr().is_match_or_dead_state(id) in is_match_or_dead_state()
366 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
367 self.repr().is_match_or_dead_state(id) in is_match_or_dead_state()
438 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
Dautomaton.rs124 fn is_match_or_dead_state(&self, id: Self::ID) -> bool { in is_match_or_dead_state() method
248 if self.is_match_or_dead_state(*state_id) { in standard_find_at_imp()
328 if self.is_match_or_dead_state(*state_id) { in leftmost_find_at_imp()
443 if self.is_match_or_dead_state(state_id) { in leftmost_find_at_no_state_imp()