Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc1341 GTEST_API_ bool IsInSet(char ch, const char* str);
10091 bool IsInSet(char ch, const char* str) { in IsInSet() function
10100 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
10102 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
10103 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
10111 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
10184 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
10194 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()