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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3672 should_run_(false),
3785 if (!should_run_) return;
3881 should_run_(false),
3914 if (!should_run_) return;
5985 test_info->should_run_ = is_selected;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18078 bool should_run() const { return should_run_; }
18142 bool should_run_; // True iff this test should run member in class:testing::TestInfo
18192 bool should_run() const { return should_run_; }
18249 void set_should_run(bool should) { should_run_ = should; }
18328 bool should_run_; member in class:testing::TestCase

Completed in 83 milliseconds