Home
last modified time | relevance | path

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

/external/rust/crates/regex-automata/src/nfa/
Dcompiler.rs247 pub struct ThompsonRef { struct
248 start: StateID,
249 end: StateID,
392 fn c(&self, expr: &Hir) -> Result<ThompsonRef> { in c()
433 let ThompsonRef { start, mut end } = match first { in c_concat() localVariable
474 fn c_repetition(&self, rep: &hir::Repetition) -> Result<ThompsonRef> { in c_repetition()
505 ) -> Result<ThompsonRef> { in c_bounded()
563 ) -> Result<ThompsonRef> { in c_at_least()
599 fn c_zero_or_one(&self, expr: &Hir, greedy: bool) -> Result<ThompsonRef> { in c_zero_or_one()
610 fn c_exactly(&self, expr: &Hir, n: u32) -> Result<ThompsonRef> { in c_exactly()
[all …]