FullMatch        2112 modules/ts/include/opencv2/ts/ts_gtest.h   static bool FullMatch(const ::std::string& str, const RE& re) {
FullMatch        2113 modules/ts/include/opencv2/ts/ts_gtest.h     return FullMatch(str.c_str(), re);
FullMatch        2121 modules/ts/include/opencv2/ts/ts_gtest.h   static bool FullMatch(const ::string& str, const RE& re) {
FullMatch        2122 modules/ts/include/opencv2/ts/ts_gtest.h     return FullMatch(str.c_str(), re);
FullMatch        2130 modules/ts/include/opencv2/ts/ts_gtest.h   static bool FullMatch(const char* str, const RE& re);