Searched defs:MessageStats (Results 1 – 2 of 2) sorted by relevance
10 struct MessageStats { struct11 MessageStats() { Clear(); } in MessageStats() argument13 bool operator!=(const MessageStats& rhs) const { return !(*this == rhs); } argument19 size_t error_count;20 size_t warning_count;21 size_t status_count;
10 struct MessageStats { struct11 MessageStats() { Clear(); } in MessageStats() function13 bool operator!=(const MessageStats& rhs) const { return !(*this == rhs); } argument19 size_t error_count;20 size_t warning_count;21 size_t status_count;