Home
last modified time | relevance | path

Searched refs:reporter_string (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/tests/
DTest.h168 static inline SkString reporter_string() { return {}; } in reporter_string() function
170 static inline SkString reporter_string(const char* s) { return SkString(s); } in reporter_string() function
172 static inline SkString reporter_string(const char* fmt, Args... args) { in reporter_string() function
179 REPORT_FAILURE(r, #cond, reporter_string(__VA_ARGS__)); \
185 REPORT_FAILURE(r, "", reporter_string(__VA_ARGS__)); \