Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc7049 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); in Passed()
8372 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
8622 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2064 static bool PartialMatch(const ::std::string& str, const RE& re) {
2065 return PartialMatch(str.c_str(), re);
2073 static bool PartialMatch(const ::string& str, const RE& re) {
2074 return PartialMatch(str.c_str(), re);
2080 static bool PartialMatch(const char* str, const RE& re);
8465 ::testing::internal::RE::PartialMatch(".*", (regex)); \