Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
H A Dcompile.rs987 let mut last_split = Hole::None; in compile() variables
1003 self.c.fill(last_split, entry); in compile()
1004 last_split = Hole::None; in compile()
1012 self.c.fill_to_next(last_split); in compile()
1013 last_split = self.c.push_split_hole(); in compile()
1016 last_split = in compile()
1017 self.c.fill_split(last_split, Some(entry), None); in compile()

Completed in 3 milliseconds