Searched refs:FullMatch (Results 1 – 2 of 2) sorted by relevance
10041 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE10294 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
2521 static bool FullMatch(const ::std::string& str, const RE& re) {2522 return FullMatch(str.c_str(), re);2530 static bool FullMatch(const ::string& str, const RE& re) {2531 return FullMatch(str.c_str(), re);2539 static bool FullMatch(const char* str, const RE& re);