Searched refs:CommentStatistic (Results 1 – 3 of 3) sorted by relevance
94 CommentStatistic* comments_statistics = in ReportCodeStatistics()99 for (int i = 0; i <= CommentStatistic::kMaxComments; i++) { in ReportCodeStatistics()100 const CommentStatistic& cs = comments_statistics[i]; in ReportCodeStatistics()117 CommentStatistic* comments_statistics = in ResetCodeStatistics()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()131 CommentStatistic* comments_statistics = in EnterComment()135 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments]; in EnterComment()[all …]
482 struct CommentStatistic { struct
372 V(CommentStatistic, paged_space_comments_statistics, \373 CommentStatistic::kMaxComments + 1) \