Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.cpp132 void ValidationTest::StartExpectDeviceError(testing::Matcher<std::string> errorMatcher) { in StartExpectDeviceError() argument
135 mErrorMatcher = errorMatcher; in StartExpectDeviceError()
DValidationTest.h102 void StartExpectDeviceError(testing::Matcher<std::string> errorMatcher);
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp1015 void DawnTestBase::StartExpectDeviceError(testing::Matcher<std::string> errorMatcher) { in StartExpectDeviceError() argument
1018 mErrorMatcher = errorMatcher; in StartExpectDeviceError()
DDawnTest.h309 void StartExpectDeviceError(testing::Matcher<std::string> errorMatcher = testing::_);