Searched refs:has_new_fatal_failure (Results 1 - 8 of 8) sorted by relevance

/external/chromium/testing/gtest/include/gtest/
H A Dgtest-test-part.h164 bool has_new_fatal_failure() const { return has_new_fatal_failure_; } function in class:testing::internal::HasNewFatalFailureHelper
/external/gtest/include/gtest/
H A Dgtest-test-part.h164 bool has_new_fatal_failure() const { return has_new_fatal_failure_; } function in class:testing::internal::HasNewFatalFailureHelper
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h164 bool has_new_fatal_failure() const { return has_new_fatal_failure_; } function in class:testing::internal::HasNewFatalFailureHelper
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h166 bool has_new_fatal_failure() const { return has_new_fatal_failure_; } function in class:testing::internal::HasNewFatalFailureHelper
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h873 if (gtest_fatal_failure_checker.has_new_fatal_failure()) { \
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h1183 if (gtest_fatal_failure_checker.has_new_fatal_failure()) { \
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h1190 if (gtest_fatal_failure_checker.has_new_fatal_failure()) { \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h1210 if (gtest_fatal_failure_checker.has_new_fatal_failure()) { \

Completed in 154 milliseconds