Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h990 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest() function
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2739 return CountIf(test_info_list_, ShouldRunTest); in test_to_run_count()