Home
last modified time | relevance | path

Searched refs:is_empty_match (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/regex/src/
H A Dinput.rs83 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 Dbacktrack.rs228 if self.input.is_empty_match(at, inst) { in step()
H A Dpikevm.rs312 if self.input.is_empty_match(at, inst) { in add_step()

Completed in 2 milliseconds