Home
last modified time | relevance | path

Searched refs:GoogleTestFailureException (Results 1 – 18 of 18) sorted by relevance

/external/googletest/googlemock/test/
Dgmock_ex_test.cc41 using testing::internal::GoogleTestFailureException;
67 } catch (const GoogleTestFailureException& /* unused */) { in TEST()
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h148 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
150 explicit GoogleTestFailureException(const TestPartResult& failure);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h148 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
150 explicit GoogleTestFailureException(const TestPartResult& failure);
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h148 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
150 explicit GoogleTestFailureException(const TestPartResult& failure);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h153 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
155 explicit GoogleTestFailureException(const TestPartResult& failure);
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h142 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
144 explicit GoogleTestFailureException(const TestPartResult& failure);
/external/googletest/googletest/include/gtest/
Dgtest.h1062 : public internal::GoogleTestFailureException {
1065 : GoogleTestFailureException(result) {} in AssertionException()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h1034 : public internal::GoogleTestFailureException {
1037 : GoogleTestFailureException(result) {} in AssertionException()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc2054 class GoogleTestFailureException : public ::std::runtime_error { class
2056 explicit GoogleTestFailureException(const TestPartResult& failure) in GoogleTestFailureException() function in testing::GoogleTestFailureException
2127 } catch (const GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
3766 throw GoogleTestFailureException(result); in AddTestPartResult()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc2054 class GoogleTestFailureException : public ::std::runtime_error { class
2056 explicit GoogleTestFailureException(const TestPartResult& failure) in GoogleTestFailureException() function in testing::GoogleTestFailureException
2127 } catch (const GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
3769 throw GoogleTestFailureException(result); in AddTestPartResult()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc2055 class GoogleTestFailureException : public ::std::runtime_error { class
2057 explicit GoogleTestFailureException(const TestPartResult& failure) in GoogleTestFailureException() function in testing::GoogleTestFailureException
2128 } catch (const GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
3831 throw GoogleTestFailureException(result); in AddTestPartResult()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc2369 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException
2440 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
4161 throw internal::GoogleTestFailureException(result); in AddTestPartResult()
/external/mesa3d/src/gtest/src/
Dgtest.cc2368 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException
2439 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
4160 throw internal::GoogleTestFailureException(result); in AddTestPartResult()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc2368 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException
2439 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
4160 throw internal::GoogleTestFailureException(result); in AddTestPartResult()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc2409 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException
2482 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
4689 throw internal::GoogleTestFailureException(result); in AddTestPartResult()
/external/googletest/googletest/src/
Dgtest.cc2390 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException
2463 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
4753 throw internal::GoogleTestFailureException(result); in AddTestPartResult()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc3816 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException
3887 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
5612 throw internal::GoogleTestFailureException(result); in AddTestPartResult()
Dgtest.h7894 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
7896 explicit GoogleTestFailureException(const TestPartResult& failure);