Searched refs:FullMatch (Results 1 – 4 of 4) sorted by relevance
897 static bool FullMatch(const ::std::string& str, const RE& re) { in FullMatch() function898 return FullMatch(str.c_str(), re); in FullMatch()904 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()
1303 StringRef FullMatch = MatchInfo[0]; in match() local1317 TheMatch.Pos = FullMatch.data() - Buffer.data() + MatchStartSkip; in match()1318 TheMatch.Len = FullMatch.size() - MatchStartSkip; in match()