Lines Matching full:engines
60 All of the above matching engines expose precisely the same matching semantics.
64 matching engines are actually used.
82 matching engines use to execute a search. (One can think of matching engines as
127 matching engine can execute on raw bytes. All matching engines can execute
154 At the time of writing, there are four matching engines in this library:
161 Only the first two matching engines are capable of executing every regular
165 engine (or engines) to use.
204 engines (DFA, bounded backtracker) and sophisticated literal optimizations.
206 than the dynamic engines. The only reason left to use it was for the compile
216 dynamic engines in some cases. But it will be challenging! As of now, there
232 question: how can we reuse the tests to check all of our matching engines? One
258 The lazy DFA and pure literal engines are absent from this list because
260 `tests/test_dynamic.rs` to test the lazy DFA and literal engines when possible.
303 If you're hacking on one of the matching engines and just want to see