Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc1353 GTEST_API_ bool MatchRegexAnywhere(const char* regex, const char* str);
10271 bool MatchRegexAnywhere(const char* regex, const char* str) { in MatchRegexAnywhere() function
10295 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str); in FullMatch()
10301 return re.is_valid_ && MatchRegexAnywhere(re.pattern_, str); in PartialMatch()