Searched refs:proj2Count (Results 1 – 5 of 5) sorted by relevance
199 int proj2Count = 0; in test() local201 predCount = proj1Count = proj2Count = 0; in test()206 counting_projection<> proj2(proj2Count); in test()223 assert(proj2Count == 0); in test()233 assert(proj2Count == 0); in test()251 assert(proj2Count == expected); in test()261 assert(proj2Count == expected); in test()
193 auto proj2Count = 0; in test() local194 auto proj2 = [&](int i) { ++proj2Count; return i; }; in test()200 assert(proj2Count == 10); in test()207 auto proj2Count = 0; in test() local208 auto proj2 = [&](int i) { ++proj2Count; return i; }; in test()214 assert(proj2Count == 10); in test()
204 int proj2Count = 0; in test() local205 auto proj2Counter = [&](int i) { ++proj2Count; return i; }; in test()211 assert(proj2Count <= 8); in test()218 int proj2Count = 0; in test() local219 auto proj2Counter = [&](int i) { ++proj2Count; return i; }; in test()224 assert(proj2Count == 8); in test()
161 int proj2Count = 0; in test_iterators() local164 auto proj2 = [&](int) { ++proj2Count; return 0; }; in test_iterators()171 assert(proj2Count == 4); in test_iterators()
174 int proj2Count = 0; in test_iterators() local177 auto proj2 = [&](int) { ++proj2Count; return 0; }; in test_iterators()186 assert(proj2Count == 4); in test_iterators()