Lines Matching refs:errorContext
859 struct ErrorContext {
865 ErrorContext* errorContext = static_cast<ErrorContext*>(context);
866 errorContext->fErrors++;
869 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors,
871 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, kParseError_SkError == error,
909 ErrorContext context;