Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h970 static bool TestReportable(const TestInfo* test_info) { in TestReportable() function
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest.cc2762 return CountIf(test_info_list_, TestReportable); in reportable_test_count()