Home | History | Annotate | Download | only in src

Lines Matching refs:kMaxComments

2334   for (int i = 0; i <= CommentStatistic::kMaxComments; i++) {
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;
2360 // 'kMaxComments' is small
2366 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments];
2369 for (int i = 0; i < CommentStatistic::kMaxComments; i++) {