Searched defs:FullMatch (Results 1 – 3 of 3) sorted by relevance
949 static bool FullMatch(absl::string_view str, const RE& re) { in FullMatch() function985 static bool FullMatch(const ::std::string& str, const RE& re) { in FullMatch() function
680 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE931 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
1153 StringRef FullMatch = MatchInfo[0]; in match() local