Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc4400 const bool is_selected = is_runnable && in FilterTests() local
4406 num_selected_tests += is_selected; in FilterTests()
4408 test_info->should_run_ = is_selected; in FilterTests()
4409 test_case->set_should_run(test_case->should_run() || is_selected); in FilterTests()