Searched refs:kMaxRepetition (Results 1 – 1 of 1) sorted by relevance
2000 static constexpr size_t kMaxRepetition = 3u; member2015 if (repetition_count >= kMaxRepetition) { in StartMethod()2016 os << " ... repeated " << (repetition_count - kMaxRepetition) << " times\n"; in StartMethod()2023 if (repetition_count >= kMaxRepetition) { in StartMethod()