Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
H A Dcompile.rs144 let mut dotstar_patch = Patch { hole: Hole::None, entry: 0 }; in compile_one() variables
148 dotstar_patch = self.c_dotstar()?; in compile_one()
149 self.compiled.start = dotstar_patch.entry; in compile_one()
155 self.fill(dotstar_patch.hole, patch.entry); in compile_one()
175 let mut dotstar_patch = Patch { hole: Hole::None, entry: 0 }; in compile_many() variables
177 dotstar_patch = self.c_dotstar()?; in compile_many()
178 self.compiled.start = dotstar_patch.entry; in compile_many()
182 self.fill_to_next(dotstar_patch.hole); in compile_many()

Completed in 2 milliseconds