Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
H A Ddfa.rs282 struct InstPtrs<'a> { structure names
287 impl<'a> Iterator for InstPtrs<'a> {
309 fn inst_ptrs(&self) -> InstPtrs<'_> { in inst_ptrs()
310 InstPtrs { base: 0, data: &self.data[1..] } in inst_ptrs()

Completed in 5 milliseconds