Searched refs:proj2Count (Results 1 – 4 of 4) sorted by relevance
200 int proj2Count = 0; in test() local202 predCount = proj1Count = proj2Count = 0; in test()207 counting_projection<> proj2(proj2Count); in test()224 assert(proj2Count == 0); in test()234 assert(proj2Count == 0); in test()252 assert(proj2Count == expected); in test()262 assert(proj2Count == expected); in test()
210 auto proj2Count = 0; in test() local211 auto proj2 = [&](int i) { ++proj2Count; return i; }; in test()217 assert(proj2Count == 10); in test()224 auto proj2Count = 0; in test() local225 auto proj2 = [&](int i) { ++proj2Count; return i; }; in test()231 assert(proj2Count == 10); in test()
219 int proj2Count = 0; in test() local220 auto proj2Counter = [&](int i) { ++proj2Count; return i; }; in test()226 assert(proj2Count <= 8); in test()233 int proj2Count = 0; in test() local234 auto proj2Counter = [&](int i) { ++proj2Count; return i; }; in test()239 assert(proj2Count == 8); in test()
409 int proj2Count = 0; in test_iterators() local412 auto proj2 = [&](int) { ++proj2Count; return 0; }; in test_iterators()419 assert(proj2Count == 4); in test_iterators()425 int proj2Count = 0; in test_iterators() local428 auto proj2 = [&](int) { ++proj2Count; return 0; }; in test_iterators()437 assert(proj2Count == 4); in test_iterators()