Searched defs:CommentStatistic (Results 1 – 1 of 1) sorted by relevance
3222 struct CommentStatistic { struct3223 const char* comment;3224 int size;3225 int count;3226 void Clear() { in Clear()3232 static const int kMaxComments = 64;