reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1212 static bool PartialMatch(const char* str, const RE& re);
1197 return PartialMatch(str.c_str(), re);
utils/unittest/googletest/src/gtest-death-test.cc 566 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());