Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc10041 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
10294 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch() function in testing::internal::RE
Dgtest.h2521 static bool FullMatch(const ::std::string& str, const RE& re) {
2522 return FullMatch(str.c_str(), re);
2530 static bool FullMatch(const ::string& str, const RE& re) {
2531 return FullMatch(str.c_str(), re);
2539 static bool FullMatch(const char* str, const RE& re);