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

/openjdk10/test/fmw/gtest/src/
H A Dgtest-port.cc214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } function in namespace:testing::internal
300 } else if (IsRepeat(ch) && !prev_repeatable) {
360 if (IsRepeat(regex[1])) {
H A Dgtest-internal-inl.h947 GTEST_API_ bool IsRepeat(char ch);

Completed in 36 milliseconds