MatchRegexAnywhere 1367 modules/ts/src/ts_gtest.cpp GTEST_API_ bool MatchRegexAnywhere(const char* regex, const char* str);
MatchRegexAnywhere 8658 modules/ts/src/ts_gtest.cpp   return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
MatchRegexAnywhere 8664 modules/ts/src/ts_gtest.cpp   return re.is_valid_ && MatchRegexAnywhere(re.pattern_, str);