Searched defs:CommentStatistic (Results 1 – 1 of 1) sorted by relevance
292 struct CommentStatistic { struct293 const char* comment;294 int size;295 int count;296 void Clear() { in Clear()302 static const int kMaxComments = 64;