Home
last modified time | relevance | path

Searched defs:is_match_or_dead_state (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/regex-automata/src/
Ddfa.rs45 fn is_match_or_dead_state(&self, id: Self::ID) -> bool; in is_match_or_dead_state() method
336 fn is_match_or_dead_state(&self, id: Self::ID) -> bool { in is_match_or_dead_state() method
Dsparse.rs434 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
531 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
592 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
698 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
Ddense.rs565 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
694 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
754 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
815 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
868 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
1079 pub fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
/external/rust/crates/aho-corasick/src/
Ddfa.rs179 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
238 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
299 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
366 fn is_match_or_dead_state(&self, id: S) -> bool { in is_match_or_dead_state() method
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