Home
last modified time | relevance | path

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

/external/rust/crates/regex/src/
Ddfa.rs966 if !self.continue_past_first_match() { in exec_byte()
1223 if !self.continue_past_first_match() { in cached_state_key()
1551 fn continue_past_first_match(&self) -> bool { in continue_past_first_match() method