Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h863 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest() function
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc2347 return CountIf(test_info_list_, ShouldRunTest); in test_to_run_count()