Lines Matching refs:comments_statistics
2887 CommentStatistic* comments_statistics = in AllocateChunk() local
2894 const CommentStatistic& cs = comments_statistics[i]; in AllocateChunk()
2905 CommentStatistic* comments_statistics = in AllocateChunk() local
2909 comments_statistics[i].Clear(); in AllocateChunk()
2911 comments_statistics[CommentStatistic::kMaxComments].comment = "Unknown"; in AllocateChunk()
2912 comments_statistics[CommentStatistic::kMaxComments].size = 0; in AllocateChunk()
2913 comments_statistics[CommentStatistic::kMaxComments].count = 0; in AllocateChunk()
2920 CommentStatistic* comments_statistics = in AllocateChunk() local
2924 CommentStatistic* cs = &comments_statistics[CommentStatistic::kMaxComments]; in AllocateChunk()
2928 if (comments_statistics[i].comment == NULL) { in AllocateChunk()
2929 cs = &comments_statistics[i]; in AllocateChunk()
2932 } else if (strcmp(comments_statistics[i].comment, comment) == 0) { in AllocateChunk()
2933 cs = &comments_statistics[i]; in AllocateChunk()