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/
H A Dgtest-all.cc7049 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
8372 bool RE::PartialMatch(const char* str, const RE& re) {
8622 bool RE::PartialMatch(const char* str, const RE& re) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2056 // PartialMatch(str, re) returns true iff regular expression re
2059 // TODO(wan@google.com): make FullMatch() and PartialMatch() work
2064 static bool PartialMatch(const ::std::string& str, const RE& re) { function in class:std::tr1::RE
2065 return PartialMatch(str.c_str(), re);
2073 static bool PartialMatch(const ::string& str, const RE& re) { function in class:std::tr1::RE
2074 return PartialMatch(str.c_str(), re);
2080 static bool PartialMatch(const char* str, const RE& re);
2094 regex_t partial_regex_; // For PartialMatch().
8465 ::testing::internal::RE::PartialMatch(".*", (regex)); \

Completed in 84 milliseconds