Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc1344 GTEST_API_ bool IsRepeat(char ch);
10102 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
10188 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()
10248 if (IsRepeat(regex[1])) { in MatchRegexAtHead()