Searched refs:PartialMatch (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 8041 const bool matched = RE::PartialMatch(error_message, *regex()); in Passed() 8043 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); in Passed() 10050 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE 10300 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch() function in testing::internal::RE
|
| D | gtest.h | 2524 static bool PartialMatch(const ::std::string& str, const RE& re) { 2525 return PartialMatch(str.c_str(), re); 2533 static bool PartialMatch(const ::string& str, const RE& re) { 2534 return PartialMatch(str.c_str(), re); 2540 static bool PartialMatch(const char* str, const RE& re); 9814 ::testing::internal::RE::PartialMatch(".*", (regex)); \
|