Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/bench/src/ffi/
Dpcre1.rs78 FindMatches { re: self, text: text, last_match_end: 0 } in find_iter()
109 last_match_end: usize, field
116 match self.re.find_at(self.text, self.last_match_end) { in next()
119 self.last_match_end = e; in next()
Dpcre2.rs74 FindMatches { re: self, text: text, last_match_end: 0 } in find_iter()
106 last_match_end: usize, field
113 match self.re.find_at(self.text, self.last_match_end) { in next()
116 self.last_match_end = e; in next()