Searched refs:kMaxComments (Results 1 – 3 of 3) sorted by relevance
2334 for (int i = 0; i <= CommentStatistic::kMaxComments; i++) { in ReportCodeStatistics()2350 for (int i = 0; i < CommentStatistic::kMaxComments; i++) { in ResetCodeStatistics()2353 comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown"; in ResetCodeStatistics()2354 comments_statistics[CommentStatistic::kMaxComments].size = 0; in ResetCodeStatistics()2355 comments_statistics[CommentStatistic::kMaxComments].count = 0; in ResetCodeStatistics()2366 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments]; in EnterComment()2369 for (int i = 0; i < CommentStatistic::kMaxComments; i++) { in EnterComment()
301 CommentStatistic::kMaxComments + 1)
2640 static const int kMaxComments = 64; member