Searched refs:comments_statistics (Results 1 – 1 of 1) sorted by relevance
109 CommentStatistic* comments_statistics = in ReportCodeStatistics() local115 const CommentStatistic& cs = comments_statistics[i]; in ReportCodeStatistics()132 CommentStatistic* comments_statistics = in ResetCodeStatistics() local135 comments_statistics[i].Clear(); in ResetCodeStatistics()137 comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown"; in ResetCodeStatistics()138 comments_statistics[CommentStatistic::kMaxComments].size = 0; in ResetCodeStatistics()139 comments_statistics[CommentStatistic::kMaxComments].count = 0; in ResetCodeStatistics()146 CommentStatistic* comments_statistics = in EnterComment() local150 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments]; in EnterComment()154 if (comments_statistics[i].comment == nullptr) { in EnterComment()[all …]