Home
last modified time | relevance | path

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

/aosp_15_r20/external/image_io/includes/image_io/base/
H A Dmessage_stats.h10 struct MessageStats { struct
11 MessageStats() { Clear(); } in MessageStats() argument
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;
/aosp_15_r20/external/libultrahdr/third_party/image_io/includes/image_io/base/
H A 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;