Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h834 static bool TestReportable(const TestInfo* test_info) { in TestReportable() function
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc2907 return CountIf(test_info_list_, TestReportable); in reportable_test_count()