Searched refs:last_match_end (Results 1 – 2 of 2) sorted by relevance
78 FindMatches { re: self, text: text, last_match_end: 0 } in find_iter()109 last_match_end: usize, field116 match self.re.find_at(self.text, self.last_match_end) { in next()119 self.last_match_end = e; in next()
74 FindMatches { re: self, text: text, last_match_end: 0 } in find_iter()106 last_match_end: usize, field113 match self.re.find_at(self.text, self.last_match_end) { in next()116 self.last_match_end = e; in next()