Searched refs:LogMatch (Results 1 – 2 of 2) sorted by relevance
/external/regex-re2/re2/testing/ |
D | tester.h | 72 void LogMatch(const char* prefix, Engine e, const StringPiece& text,
|
D | tester.cc | 503 LogMatch(r.skipped ? "Skipped: " : "Okay: ", i, text, context, anchor); in RunCase() 518 LogMatch(r.untrusted ? "(Untrusted) Mismatch: " : "Mismatch: ", i, text, in RunCase() 552 void TestInstance::LogMatch(const char* prefix, Engine e, in LogMatch() function in re2::TestInstance
|