Searched defs:TestException (Results 1 – 8 of 8) sorted by relevance
24 struct TestException : public exception { struct25 TestException() in TestException() function43 throw TestException(); in ThrowExceptionCallStub() argument
60 class TestException : public std::exception { class
84 TestException::TestException (const char* message, const char* expr, const char* file, int line, qp… in TestException() function in tcu::TestException90 TestException::TestException (const std::string& message, qpTestResult result) in TestException() function in tcu::TestException
67 class TestException : public Exception class
285 class TestException(Exception): class
78 explicit TestException(absl::string_view msg) : msg_(msg) {} in TestException() function
1711 class TestException(MemoryError): class