Searched refs:FullMatch (Results 1 – 4 of 4) sorted by relevance
893 static bool FullMatch(const ::std::string& str, const RE& re) { in FullMatch() function894 return FullMatch(str.c_str(), re); in FullMatch()900 static bool FullMatch(const char* str, const RE& re);
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
648 return full_match_ ? RE::FullMatch(s2, *regex_) in MatchAndExplain()
1298 StringRef FullMatch = MatchInfo[0]; in match() local1312 TheMatch.Pos = FullMatch.data() - Buffer.data() + MatchStartSkip; in match()1313 TheMatch.Len = FullMatch.size() - MatchStartSkip; in match()