Home
last modified time | relevance | path

Searched defs:PartialMatch (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc728 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
974 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h896 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch() function