Searched defs:CommentStatistic (Results 1 – 1 of 1) sorted by relevance
482 struct CommentStatistic { struct483 const char* comment;484 int size;485 int count;486 void Clear() { in Clear()492 static const int kMaxComments = 64;