Searched defs:FullMatch (Results 1 – 3 of 3) sorted by relevance
719 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE968 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
893 static bool FullMatch(const ::std::string& str, const RE& re) { in FullMatch() function
1298 StringRef FullMatch = MatchInfo[0]; in match() local