PartialMatch     2115 modules/ts/include/opencv2/ts/ts_gtest.h   static bool PartialMatch(const ::std::string& str, const RE& re) {
PartialMatch     2116 modules/ts/include/opencv2/ts/ts_gtest.h     return PartialMatch(str.c_str(), re);
PartialMatch     2124 modules/ts/include/opencv2/ts/ts_gtest.h   static bool PartialMatch(const ::string& str, const RE& re) {
PartialMatch     2125 modules/ts/include/opencv2/ts/ts_gtest.h     return PartialMatch(str.c_str(), re);
PartialMatch     2131 modules/ts/include/opencv2/ts/ts_gtest.h   static bool PartialMatch(const char* str, const RE& re);
PartialMatch     8526 modules/ts/include/opencv2/ts/ts_gtest.h       ::testing::internal::RE::PartialMatch(".*", (regex)); \
PartialMatch     7088 modules/ts/src/ts_gtest.cpp         const bool matched = RE::PartialMatch(error_message.c_str(), *regex());