Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
Dgtest.h741 bool should_run() const { return should_run_; } in should_run()
807 bool should_run_; // True iff this test should run variable
858 bool should_run() const { return should_run_; } in should_run()
918 void set_should_run(bool should) { should_run_ = should; } in set_should_run()
1002 bool should_run_; variable
/freebsd-12-stable/contrib/googletest/googletest/src/
Dgtest.cc2578 should_run_(false), in TestInfo()
2689 if (!should_run_) return; in Run()
2791 should_run_(false), in TestCase()
2824 if (!should_run_) return; in Run()
5466 test_info->should_run_ = is_selected; in FilterTests()