Searched defs:CommentStatistic (Results 1 – 1 of 1) sorted by relevance
2870 struct CommentStatistic { struct2871 const char* comment;2872 int size;2873 int count;2874 void Clear() { in Clear()2880 static const int kMaxComments = 64;