Home | History | Annotate | Download | only in gtest

Lines Matching refs:matched

7049         const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
7050 if (matched) {