Searched refs:PartialMatch (Results 1 – 4 of 4) sorted by relevance
318 ::testing::internal::RE::PartialMatch(".*", (regex)); \
649 : RE::PartialMatch(s2, *regex_); in MatchAndExplain()
896 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function897 return PartialMatch(str.c_str(), re); in PartialMatch()901 static bool PartialMatch(const char* str, const RE& re);
728 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE974 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE