Home
last modified time | relevance | path

Searched refs:is_match_state (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/aho-corasick/src/
H A Ddfa.rs175 fn is_match_state(&self, id: S) -> bool { in is_match_state() functions
176 self.repr().is_match_state(id) in is_match_state()
234 fn is_match_state(&self, id: S) -> bool { in is_match_state() functions
235 self.repr().is_match_state(id) in is_match_state()
295 fn is_match_state(&self, id: S) -> bool { in is_match_state() functions
296 self.repr().is_match_state(id) in is_match_state()
362 fn is_match_state(&self, id: S) -> bool { in is_match_state() functions
363 self.repr().is_match_state(id) in is_match_state()
432 fn is_match_state(&self, id: S) -> bool { in is_match_state() functions
H A Dautomaton.rs78 /// `Automaton::is_match_state(id)` returns `true` if and only if `id`
113 fn is_match_state(&self, id: Self::ID) -> bool; in is_match_state() functions
120 /// `is_match_state(id) || id == dead_id()` is always a valid
125 id == dead_id() || self.is_match_state(id) in is_match_or_dead_state()

Completed in 2 milliseconds