Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h949 static bool FullMatch(absl::string_view str, const RE& re) { in FullMatch() function
985 static bool FullMatch(const ::std::string& str, const RE& re) { in FullMatch() function
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-port.cc680 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
931 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1153 StringRef FullMatch = MatchInfo[0]; in match() local