Home
last modified time | relevance | path

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

/third_party/googletest/googletest/include/gtest/
H A Dgtest.h662 bool is_disabled_; // True if and only if this test is disabled member in testing::TestInfo
832 return test_info->is_reportable() && test_info->is_disabled_; in TestReportableDisabled()
837 return test_info->is_disabled_; in TestDisabled()
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h654 bool is_disabled_; // True if and only if this test is disabled member in testing::TestInfo
824 return test_info->is_reportable() && test_info->is_disabled_; in TestReportableDisabled()
829 return test_info->is_disabled_; in TestDisabled()
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h813 bool is_disabled_; // True if and only if this test is disabled member in testing::TestInfo
977 return test_info->is_reportable() && test_info->is_disabled_; in TestReportableDisabled()
982 return test_info->is_disabled_; in TestDisabled()
/third_party/googletest/googletest/src/
H A Dgtest.cc2744 is_disabled_(false),
2821 if (is_disabled_ && matches_filter_) repeater->OnTestDisabled(*this);
6097 test_info->is_disabled_ = is_disabled;
/third_party/node/deps/googletest/src/
H A Dgtest.cc2734 is_disabled_(false),
2811 if (is_disabled_ && matches_filter_) repeater->OnTestDisabled(*this);
6120 test_info->is_disabled_ = is_disabled;
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc2553 is_disabled_(false), in TestInfo()
5517 test_info->is_disabled_ = is_disabled; in FilterTests()

Completed in 47 milliseconds