Home
last modified time | relevance | path

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

/external/rust/crates/regex/src/
Ddfa.rs1772 fmtd.entry(&si.to_string(), &TransitionsRow(&self.table[s..e])); in fmt()
1778 struct TransitionsRow<'a>(&'a [StatePtr]); struct
1780 impl<'a> fmt::Debug for TransitionsRow<'a> { implementation