Home
last modified time | relevance | path

Searched refs:is_match_state (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/aho-corasick/src/
Ddfa.rs175 fn is_match_state(&self, id: S) -> bool { in is_match_state() method
176 self.repr().is_match_state(id) in is_match_state()
234 fn is_match_state(&self, id: S) -> bool { in is_match_state() method
235 self.repr().is_match_state(id) in is_match_state()
295 fn is_match_state(&self, id: S) -> bool { in is_match_state() method
296 self.repr().is_match_state(id) in is_match_state()
362 fn is_match_state(&self, id: S) -> bool { in is_match_state() method
363 self.repr().is_match_state(id) in is_match_state()
432 fn is_match_state(&self, id: S) -> bool { in is_match_state() method
Dautomaton.rs113 fn is_match_state(&self, id: Self::ID) -> bool; in is_match_state() method
125 id == dead_id() || self.is_match_state(id) in is_match_or_dead_state()
Dnfa.rs240 fn is_match_state(&self, id: S) -> bool { in is_match_state() method