Searched refs:fPendingErrors (Results 1 – 2 of 2) sorted by relevance
59 SkASSERT(fPendingErrors.empty()); in ~ErrorReporter()75 for (const String& msg : fPendingErrors) { in reportPendingErrors()78 fPendingErrors.clear(); in reportPendingErrors()99 std::vector<String> fPendingErrors; variable
31 fPendingErrors.push_back(String(msg)); in error()