Searched refs:is_empty_match (Results 1 - 3 of 3) sorted by relevance
/third_party/rust/crates/regex/src/ |
H A D | input.rs | 83 fn is_empty_match(&self, at: InputAt, empty: &InstEmptyLook) -> bool; in is_empty_match() functions 117 fn is_empty_match(&self, at: InputAt, empty: &InstEmptyLook) -> bool { in is_empty_match() functions 118 (**self).is_empty_match(at, empty) in is_empty_match() 175 fn is_empty_match(&self, at: InputAt, empty: &InstEmptyLook) -> bool { in is_empty_match() functions 268 fn is_empty_match(&self, at: InputAt, empty: &InstEmptyLook) -> bool { in is_empty_match() functions
|
H A D | backtrack.rs | 228 if self.input.is_empty_match(at, inst) { in step()
|
H A D | pikevm.rs | 312 if self.input.is_empty_match(at, inst) { in add_step()
|
Completed in 2 milliseconds