Searched defs:CommentStatistic (Results 1 – 1 of 1) sorted by relevance
233 struct CommentStatistic { struct234 const char* comment;235 int size;236 int count;237 void Clear() { in Clear()243 static const int kMaxComments = 64;