Searched defs:FullMatch (Results 1 – 4 of 4) sorted by relevance
989 static bool FullMatch(absl::string_view str, const RE& re) { in FullMatch() function1025 static bool FullMatch(const ::std::string& str, const RE& re) { in FullMatch() function
695 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE957 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
766 TEST(VariantTest, FullMatch) { in TEST() argument811 TEST(AnyWithTest, FullMatch) { in TEST() argument
1153 StringRef FullMatch = MatchInfo[0]; in match() local