Home
last modified time | relevance | path

Searched refs:should_run_ (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h750 bool should_run() const { return should_run_; } in should_run()
811 bool should_run_; // True if and only if this test should run variable
861 bool should_run() const { return should_run_; } in should_run()
925 void set_should_run(bool should) { should_run_ = should; } in set_should_run()
1017 bool should_run_; variable
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2552 should_run_(false), in TestInfo()
2658 if (!should_run_) return; in Run()
2763 should_run_(false), in TestSuite()
2796 if (!should_run_) return; in Run()
5536 test_info->should_run_ = is_selected; in FilterTests()