Searched refs:kMaxComments (Results 1 – 3 of 3) sorted by relevance
99 for (int i = 0; i <= CommentStatistic::kMaxComments; i++) { in ReportCodeStatistics()119 for (int i = 0; i < CommentStatistic::kMaxComments; i++) { in ResetCodeStatistics()122 comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown"; in ResetCodeStatistics()123 comments_statistics[CommentStatistic::kMaxComments].size = 0; in ResetCodeStatistics()124 comments_statistics[CommentStatistic::kMaxComments].count = 0; in ResetCodeStatistics()135 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments]; in EnterComment()138 for (int i = 0; i < CommentStatistic::kMaxComments; i++) { in EnterComment()
492 static const int kMaxComments = 64; member
373 CommentStatistic::kMaxComments + 1) \