Home
last modified time | relevance | path

Searched refs:is_reportable (Results 1 - 6 of 6) sorted by relevance

/third_party/googletest/googletest/include/gtest/
H A Dgtest.h600 bool is_reportable() const { in is_reportable() function in testing::TestInfo
832 return test_info->is_reportable() && test_info->is_disabled_; in TestReportableDisabled()
842 return test_info->is_reportable(); in TestReportable()
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h592 bool is_reportable() const { in is_reportable() function in testing::TestInfo
824 return test_info->is_reportable() && test_info->is_disabled_; in TestReportableDisabled()
834 return test_info->is_reportable(); in TestReportable()
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h754 bool is_reportable() const { in is_reportable() function in testing::TestInfo
977 return test_info->is_reportable() && test_info->is_disabled_; in TestReportableDisabled()
987 return test_info->is_reportable(); in TestReportable()
/third_party/googletest/googletest/src/
H A Dgtest.cc4327 if (test_suite.GetTestInfo(i)->is_reportable())
4768 if (test_suite.GetTestInfo(i)->is_reportable()) {
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc3879 if (test_suite.GetTestInfo(i)->is_reportable()) in PrintXmlTestSuite()
4257 if (test_suite.GetTestInfo(i)->is_reportable()) { in PrintJsonTestSuite()
/third_party/node/deps/googletest/src/
H A Dgtest.cc4344 if (test_suite.GetTestInfo(i)->is_reportable())
4785 if (test_suite.GetTestInfo(i)->is_reportable()) {

Completed in 38 milliseconds