Home
last modified time | relevance | path

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

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