Home
last modified time | relevance | path

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

/external/rust/crates/regex-automata/
DTODO6 doing this, we should write PikeVM and backtracking implementations so that
/external/rust/crates/regex/src/
Dexec.rs182 self.match_type = Some(MatchType::Nfa(MatchNfaType::PikeVM)); in nfa()
1056 ty = PikeVM; in exec_nfa()
1062 if quit_after_match_with_pos || ty == PikeVM { in exec_nfa()
1512 PikeVM, enumerator