Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc1350 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
10219 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()
10235 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function
10259 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead()
10276 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere()
10280 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()