Searched refs:PartialMatch (Results 1 – 2 of 2) sorted by relevance
7049 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); in Passed()8372 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE8622 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
2064 static bool PartialMatch(const ::std::string& str, const RE& re) {2065 return PartialMatch(str.c_str(), re);2073 static bool PartialMatch(const ::string& str, const RE& re) {2074 return PartialMatch(str.c_str(), re);2080 static bool PartialMatch(const char* str, const RE& re);8465 ::testing::internal::RE::PartialMatch(".*", (regex)); \