Home
last modified time | relevance | path

Searched defs:FullMatch (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h949 static bool FullMatch(absl::string_view str, const RE& re) { FullMatch() function
985 static bool FullMatch(const ::std::string& str, const RE& re) { FullMatch() function
/freebsd-src/contrib/googletest/googletest/src/
H A Dgtest-port.cc680 bool RE::FullMatch(const char* str, const RE& re) { FullMatch() function in testing::internal::RE
931 bool RE::FullMatch(const char* str, const RE& re) { FullMatch() function in testing::internal::RE
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc766 TEST(VariantTest, FullMatch) { in TEST() argument
811 TEST(AnyWithTest, FullMatch) { in TEST() argument
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1151 StringRef FullMatch = MatchInfo[0]; match() local