Home
last modified time | relevance | path

Searched refs:mErrorMatcher (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.cpp135 mErrorMatcher = errorMatcher; in StartExpectDeviceError()
144 mErrorMatcher = testing::_; in EndExpectDeviceError()
221 ASSERT_THAT(message, self->mErrorMatcher); in OnDeviceError()
DValidationTest.h152 testing::Matcher<std::string> mErrorMatcher; variable
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp1018 mErrorMatcher = errorMatcher; in StartExpectDeviceError()
1023 mErrorMatcher = testing::_; in EndExpectDeviceError()
1039 ASSERT_THAT(message, self->mErrorMatcher); in OnDeviceError()
DDawnTest.h511 testing::Matcher<std::string> mErrorMatcher; variable