Searched defs:CommentStatistic (Results 1 – 1 of 1) sorted by relevance
2995 struct CommentStatistic { struct2996 const char* comment;2997 int size;2998 int count;2999 void Clear() { in Clear()3005 static const int kMaxComments = 64;