Searched refs:reporter_string (Results 1 – 1 of 1) sorted by relevance
168 static inline SkString reporter_string() { return {}; } in reporter_string() function170 static inline SkString reporter_string(const char* s) { return SkString(s); } in reporter_string() function172 static inline SkString reporter_string(const char* fmt, Args... args) { in reporter_string() function179 REPORT_FAILURE(r, #cond, reporter_string(__VA_ARGS__)); \185 REPORT_FAILURE(r, "", reporter_string(__VA_ARGS__)); \