Searched refs:FullMatch (Results 1 – 2 of 2) sorted by relevance
8363 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE8616 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
2061 static bool FullMatch(const ::std::string& str, const RE& re) {2062 return FullMatch(str.c_str(), re);2070 static bool FullMatch(const ::string& str, const RE& re) {2071 return FullMatch(str.c_str(), re);2079 static bool FullMatch(const char* str, const RE& re);