Searched refs:test_count (Results 1 – 5 of 5) sorted by relevance
20 TEST_CONSTEXPR_CXX23 void test_count() { in test_count() function34 test_count<0>(); in test()35 test_count<1>(); in test()36 test_count<31>(); in test()37 test_count<32>(); in test()38 test_count<33>(); in test()39 test_count<63>(); in test()40 test_count<64>(); in test()41 test_count<65>(); in test()48 test_count<1000>(); // not in constexpr because of constexpr evaluation step limits in main()
22 struct test_count struct71 invoke_on_all_policies(test_count(), in.begin(), in.end(), needle); in test()74 invoke_on_all_policies(test_count(), in.cbegin(), in.cend(), needle); in test()
130 void test_count() { in test_count() function155 test_count(); in main()
181 test_count = sum(1 for _ in test_iter)182 print(" %s - %d tests" % (suite.name, test_count))
3101 static std::string FormatTestCount(int test_count) { in FormatTestCount() argument3102 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()