Searched refs:IsRepeat (Results 1 – 12 of 12) sorted by relevance
504 EXPECT_FALSE(IsRepeat('\0')); in TEST()505 EXPECT_FALSE(IsRepeat(' ')); in TEST()506 EXPECT_FALSE(IsRepeat('a')); in TEST()507 EXPECT_FALSE(IsRepeat('1')); in TEST()508 EXPECT_FALSE(IsRepeat('-')); in TEST()512 EXPECT_TRUE(IsRepeat('?')); in TEST()513 EXPECT_TRUE(IsRepeat('*')); in TEST()514 EXPECT_TRUE(IsRepeat('+')); in TEST()
49 ASSERT_TRUE(cmd->IsRepeat()); in TEST_F()
780 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function863 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()923 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
961 GTEST_API_ bool IsRepeat(char ch);
741 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function836 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()891 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
977 GTEST_API_ bool IsRepeat(char ch);
736 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function831 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()886 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
976 GTEST_API_ bool IsRepeat(char ch);
193 if (cmd->IsRepeat()) { in ExecuteCommand()
97 bool IsRepeat() { return command_type_ == Type::kRepeat; } in IsRepeat() function
1370 GTEST_API_ bool IsRepeat(char ch);11113 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function11196 } else if (IsRepeat(ch) && !prev_repeatable) { in ValidateRegex()11256 if (IsRepeat(regex[1])) { in MatchRegexAtHead()
7527 bool IsRepeat = false; in resolveTargetShuffleInputsAndMask() local7534 IsRepeat = true; in resolveTargetShuffleInputsAndMask()7537 if (IsRepeat) in resolveTargetShuffleInputsAndMask()