Searched defs:GoogleTestFailureException (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h150 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error { class in namespace:testing::internal
152 explicit GoogleTestFailureException(const TestPartResult& failure);
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h148 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error { class in namespace:testing::internal
150 explicit GoogleTestFailureException(const TestPartResult& failure);
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2328 GoogleTestFailureException::GoogleTestFailureException( function in class:testing::internal::GoogleTestFailureException
2399 } catch (const internal::GoogleTestFailureException&) { // NOLINT
4112 throw internal::GoogleTestFailureException(result);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc2054 class GoogleTestFailureException : public ::std::runtime_error { class in namespace:testing
2056 explicit GoogleTestFailureException(const TestPartResult& failure) function in class:testing::GoogleTestFailureException
2127 } catch (const GoogleTestFailureException&) { // NOLINT
3799 throw GoogleTestFailureException(result);
/external/gtest/src/
H A Dgtest.cc2044 GoogleTestFailureException::GoogleTestFailureException( function in class:testing::internal::GoogleTestFailureException
2115 } catch (const internal::GoogleTestFailureException&) { // NOLINT
3829 throw internal::GoogleTestFailureException(result);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2054 class GoogleTestFailureException : public ::std::runtime_error { class in namespace:testing
2056 explicit GoogleTestFailureException(const TestPartResult& failure) function in class:testing::GoogleTestFailureException
2127 } catch (const GoogleTestFailureException&) { // NOLINT
3767 throw GoogleTestFailureException(result);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2054 class GoogleTestFailureException : public ::std::runtime_error { class in namespace:testing
2056 explicit GoogleTestFailureException(const TestPartResult& failure) function in class:testing::GoogleTestFailureException
2127 } catch (const GoogleTestFailureException&) { // NOLINT
3799 throw GoogleTestFailureException(result);
/external/protobuf/gtest/src/
H A Dgtest.cc3526 class GoogleTestFailureException : public ::std::runtime_error { class in namespace:testing
3528 explicit GoogleTestFailureException(const TestPartResult& failure) function in class:testing::GoogleTestFailureException
3585 throw GoogleTestFailureException(result);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3528 GoogleTestFailureException::GoogleTestFailureException( function in class:testing::internal::GoogleTestFailureException
3599 } catch (const internal::GoogleTestFailureException&) { // NOLINT
5313 throw internal::GoogleTestFailureException(result);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3528 GoogleTestFailureException::GoogleTestFailureException( function in class:testing::internal::GoogleTestFailureException
3599 } catch (const internal::GoogleTestFailureException&) { // NOLINT
5313 throw internal::GoogleTestFailureException(result);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7108 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error { class in namespace:testing::internal
7110 explicit GoogleTestFailureException(const TestPartResult& failure);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7108 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error { class in namespace:testing::internal
7110 explicit GoogleTestFailureException(const TestPartResult& failure);

Completed in 3163 milliseconds