Home | History | Annotate | Download | only in src

Lines Matching refs:CommentStatistic

2329   CommentStatistic* comments_statistics =
2334 for (int i = 0; i <= CommentStatistic::kMaxComments; i++) {
2335 const CommentStatistic& cs = comments_statistics[i];
2347 CommentStatistic* comments_statistics =
2350 for (int i = 0; i < CommentStatistic::kMaxComments; i++) {
2353 comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown";
2354 comments_statistics[CommentStatistic::kMaxComments].size = 0;
2355 comments_statistics[CommentStatistic::kMaxComments].count = 0;
2362 CommentStatistic* comments_statistics =
2366 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments];
2369 for (int i = 0; i < CommentStatistic::kMaxComments; i++) {