Home
last modified time | relevance | path

Searched defs:Hole (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/regex/src/
Dcompile.rs752 fn fill(&mut self, hole: Hole, goto: InstPtr) { in fill()
766 fn fill_to_next(&mut self, hole: Hole) { in fill_to_next()
773 hole: Hole, in fill_split()
776 ) -> Hole { in fill_split()
817 fn push_hole(&mut self, inst: InstHole) -> Hole { in push_hole()
823 fn push_split_hole(&mut self) -> Hole { in push_split_hole()
848 enum Hole { enum
854 impl Hole { impl
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs45391 impl<'a, T> Hole<'a, T> { impl