Searched refs:proj1Count (Results 1 – 4 of 4) sorted by relevance
199 int proj1Count = 0; in test() local202 predCount = proj1Count = proj2Count = 0; in test()206 counting_projection<> proj1(proj1Count); in test()223 assert(proj1Count == 0); in test()233 assert(proj1Count == 0); in test()251 assert(proj1Count == expected); in test()261 assert(proj1Count == expected); in test()
208 auto proj1Count = 0; in test() local209 auto proj1 = [&](int i) { ++proj1Count; return i; }; in test()216 assert(proj1Count == 10); in test()222 auto proj1Count = 0; in test() local223 auto proj1 = [&](int i) { ++proj1Count; return i; }; in test()230 assert(proj1Count == 10); in test()
217 int proj1Count = 0; in test() local218 auto proj1Counter = [&](int i) { ++proj1Count; return i; }; in test()225 assert(proj1Count <= 8); in test()231 int proj1Count = 0; in test() local232 auto proj1Counter = [&](int i) { ++proj1Count; return i; }; in test()238 assert(proj1Count == 8); in test()
408 int proj1Count = 0; in test_iterators() local411 auto proj1 = [&](int) { ++proj1Count; return 0; }; in test_iterators()418 assert(proj1Count == 4); in test_iterators()424 int proj1Count = 0; in test_iterators() local427 auto proj1 = [&](int) { ++proj1Count; return 0; }; in test_iterators()436 assert(proj1Count == 4); in test_iterators()