Searched refs:comments_statistics (Results 1 – 1 of 1) sorted by relevance
2599 CommentStatistic* comments_statistics = in ReportCodeStatistics() local2606 const CommentStatistic& cs = comments_statistics[i]; in ReportCodeStatistics()2617 CommentStatistic* comments_statistics = in ResetCodeStatistics() local2621 comments_statistics[i].Clear(); 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()2632 CommentStatistic* comments_statistics = in EnterComment() local2636 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments]; in EnterComment()2640 if (comments_statistics[i].comment == NULL) { in EnterComment()[all …]