Searched defs: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() function