Searched defs:CommentStatistic (Results 1 – 1 of 1) sorted by relevance
210 struct CommentStatistic { struct211 const char* comment;212 int size;213 int count;214 void Clear() { in Clear()220 static const int kMaxComments = 64;