Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
Dcount.pass.cpp29 void test_count() in test_count() function
42 test_count<0>(); in main()
43 test_count<1>(); in main()
44 test_count<31>(); in main()
45 test_count<32>(); in main()
46 test_count<33>(); in main()
47 test_count<63>(); in main()
48 test_count<64>(); in main()
49 test_count<65>(); in main()
50 test_count<1000>(); in main()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc2461 static std::string FormatTestCount(int test_count) { in FormatTestCount() argument
2462 return FormatCountableNoun(test_count, "test", "tests"); in FormatTestCount()