Home | History | Annotate | Download | only in tests

Lines Matching defs:errorContext

1230 struct ErrorContext {
1236 ErrorContext* errorContext = static_cast<ErrorContext*>(context);
1237 errorContext->fErrors++;
1240 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, 1 == errorContext->fErrors,
1242 REPORTER_ASSERT_MESSAGE(errorContext->fReporter, kParseError_SkError == error,
1269 ErrorContext context;