Searched refs:projCount (Results 1 – 2 of 2) sorted by relevance
288 int projCount = 0; in test() local294 assert(projCount == 0); in test()300 int projCount = 0; in test() local306 assert(projCount == 0); in test()315 int projCount = 0; in test() local321 assert(projCount <= 7); in test()327 int projCount = 0; in test() local335 assert(projCount <= 7); in test()344 int projCount = 0; in test() local350 assert(projCount == 6); in test()[all …]
381 int projCount = 0; in test_iterators() local383 auto proj = [&](int) { ++projCount; return 0; }; in test_iterators()388 assert(projCount == 4); in test_iterators()393 int projCount = 0; in test_iterators() local395 auto proj = [&](int) { ++projCount; return 0; }; in test_iterators()401 assert(projCount == 4); in test_iterators()