Searched defs:PartialMatch (Results 1 – 2 of 2) sorted by relevance
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
896 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function