Home
last modified time | relevance | path

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

/third_party/skia/include/sksl/
DSkSLErrorReporter.h59 SkASSERT(fPendingErrors.empty()); in ~ErrorReporter()
75 for (const String& msg : fPendingErrors) { in reportPendingErrors()
78 fPendingErrors.clear(); in reportPendingErrors()
99 std::vector<String> fPendingErrors; variable
/third_party/skia/src/sksl/
DSkSLErrorReporter.cpp31 fPendingErrors.push_back(String(msg)); in error()