Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
Dexec.rs448 MatchType::Dfa | MatchType::DfaMany => { in shortest_match_at()
500 MatchType::Dfa | MatchType::DfaMany => { in is_match_at()
545 MatchType::Dfa => match self.find_dfa_forward(text, start) { in find_at()
629 MatchType::Dfa => { in captures_read_at()
1168 Dfa | DfaAnchoredReverse | DfaMany => { in many_matches_at()
1424 Some(MatchType::Dfa) in choose_dfa_match_type()
1469 Dfa, enumerator
/third_party/rust/crates/regex/bench/log/01-lazy-dfa/
Ddynamic-no-lazy-dfa11 src/exec.rs:12 use dfa::{self, Dfa, DfaResult};