Home | History | Annotate | Download | only in testing

Lines Matching refs:Engine

5 // Regular expression engine tester -- test all the implementations against each other.
43 static string EngineString(Engine t) {
61 for (Engine i = static_cast<Engine>(0); i < kEngineMax; i++)
70 for (Engine i = static_cast<Engine>(0); i < kEngineMax; i++) {
276 // Runs a single search using the named engine type.
278 // engine interfaces from the rest of this file.
279 void TestInstance::RunSearch(Engine type,
495 for (Engine i = kEngineBacktrack+1; i < kEngineMax; i++) {
552 void TestInstance::LogMatch(const char* prefix, Engine e,