Searched refs:kMaxComments (Results 1 – 3 of 3) sorted by relevance
2605 for (int i = 0; i <= CommentStatistic::kMaxComments; i++) { in ReportCodeStatistics()2620 for (int i = 0; i < CommentStatistic::kMaxComments; i++) { in ResetCodeStatistics()2623 comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown"; in ResetCodeStatistics()2624 comments_statistics[CommentStatistic::kMaxComments].size = 0; in ResetCodeStatistics()2625 comments_statistics[CommentStatistic::kMaxComments].count = 0; in ResetCodeStatistics()2636 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments]; in EnterComment()2639 for (int i = 0; i < CommentStatistic::kMaxComments; i++) { in EnterComment()
2880 static const int kMaxComments = 64; member
336 CommentStatistic::kMaxComments + 1) \