Searched refs:repeat (Results 1 – 4 of 4) sorted by relevance
219 std::string Hash64TestDescriptor(const char *repeat, size_t limit) { in Hash64TestDescriptor() argument225 input.append(repeat); in Hash64TestDescriptor()
576 repeat_ = GTEST_FLAG(repeat); in GTestFlagSaver()598 GTEST_FLAG(repeat) = repeat_; in ~GTestFlagSaver()1761 repeat,4583 if (GTEST_FLAG(repeat) != 1) in OnTestIterationStart()6599 const int repeat = in_subprocess_for_death_test ? 1 : GTEST_FLAG(repeat); in RunAllTests() local6601 const bool forever = repeat < 0; in RunAllTests()6602 for (int i = 0; forever || i != repeat; i++) { in RunAllTests()7264 ParseInt32Flag(arg, kRepeatFlag, >EST_FLAG(repeat)) || in ParseGoogleTestFlag()10209 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead() argument10211 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead()[all …]
19549 GTEST_DECLARE_int32_(repeat);
71 … _t_ locations are occupied, we skip over to next hash function _h2_ and repeat the process. We ca…