Searched refs:is_disabled_ (Results 1 – 2 of 2) sorted by relevance
654 bool is_disabled_; // True if and only if this test is disabled variable824 return test_info->is_reportable() && test_info->is_disabled_; in TestReportableDisabled()829 return test_info->is_disabled_; in TestDisabled()
2785 is_disabled_(false), in TestInfo()2862 if (is_disabled_ && matches_filter_) repeater->OnTestDisabled(*this); in Run()6270 test_info->is_disabled_ = is_disabled; in FilterTests()