Home
last modified time | relevance | path

Searched refs:has_new_fatal_failure (Results 1 – 13 of 13) sorted by relevance

/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-test-part.h164 bool has_new_fatal_failure() const { return has_new_fatal_failure_; } in has_new_fatal_failure() function
/external/open-vcdiff/gtest/include/gtest/
Dgtest-test-part.h166 bool has_new_fatal_failure() const { return has_new_fatal_failure_; } in has_new_fatal_failure() function
/external/gtest/include/gtest/
Dgtest-test-part.h164 bool has_new_fatal_failure() const { return has_new_fatal_failure_; } in has_new_fatal_failure() function
/external/protobuf/gtest/include/gtest/
Dgtest-test-part.h166 bool has_new_fatal_failure() const { return has_new_fatal_failure_; } in has_new_fatal_failure() function
/external/chromium/testing/gtest/include/gtest/
Dgtest-test-part.h164 bool has_new_fatal_failure() const { return has_new_fatal_failure_; } in has_new_fatal_failure() function
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-test-part.h164 bool has_new_fatal_failure() const { return has_new_fatal_failure_; } in has_new_fatal_failure() function
/external/protobuf/gtest/include/gtest/internal/
Dgtest-internal.h873 if (gtest_fatal_failure_checker.has_new_fatal_failure()) { \
/external/open-vcdiff/gtest/include/gtest/internal/
Dgtest-internal.h885 if (gtest_fatal_failure_checker.has_new_fatal_failure()) { \
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h1190 if (gtest_fatal_failure_checker.has_new_fatal_failure()) { \
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-internal.h1183 if (gtest_fatal_failure_checker.has_new_fatal_failure()) { \
/external/gtest/include/gtest/internal/
Dgtest-internal.h1190 if (gtest_fatal_failure_checker.has_new_fatal_failure()) { \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h1218 if (gtest_fatal_failure_checker.has_new_fatal_failure()) { \
/external/ceres-solver/internal/ceres/gtest/
Dgtest.h7870 if (gtest_fatal_failure_checker.has_new_fatal_failure()) { \
16821 bool has_new_fatal_failure() const { return has_new_fatal_failure_; }