Home
last modified time | relevance | path

Searched defs:MessageStats (Results 1 – 1 of 1) sorted by relevance

/external/image_io/includes/image_io/base/
Dmessage_stats.h10 struct MessageStats { struct
11 MessageStats() { Clear(); } in MessageStats() function
13 bool operator!=(const MessageStats& rhs) const { return !(*this == rhs); } argument
19 size_t error_count;
20 size_t warning_count;
21 size_t status_count;