Searched refs:projectionCount (Results 1 – 7 of 7) sorted by relevance
111 auto projectionCount = 0; in test() local112 auto proj = [&](int i) { ++projectionCount; return i; }; in test()117 assert(projectionCount == 8); in test()122 auto projectionCount = 0; in test() local123 auto proj = [&](int i) { ++projectionCount; return i; }; in test()128 assert(projectionCount == 8); in test()136 auto projectionCount = 0; in test() local137 auto proj = [&](int i) { ++projectionCount; return i; }; in test()142 assert(projectionCount == 6); in test()147 auto projectionCount = 0; in test() local[all …]
159 auto projectionCount = 0; in test() local160 auto proj = [&](int i) { ++projectionCount; return i; }; in test()165 assert(projectionCount == 5); in test()170 auto projectionCount = 0; in test() local171 auto proj = [&](int i) { ++projectionCount; return i; }; in test()176 assert(projectionCount == 5); in test()
175 auto projectionCount = 0; in test() local176 auto proj = [&](int i) { ++projectionCount; return i; }; in test()180 assert(projectionCount == 5); in test()183 auto projectionCount = 0; in test() local184 auto proj = [&](int i) { ++projectionCount; return i; }; in test()188 assert(projectionCount == 5); in test()
93 int projectionCount = 0; in test_iterators() local95 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators()99 assert(projectionCount == 4); in test_iterators()103 int projectionCount = 0; in test_iterators() local105 auto proj = [&](int i) { ++projectionCount; return i; }; in test_iterators()110 assert(projectionCount == 4); in test_iterators()
188 int projectionCount = 0; in test() local190 auto proj = [&](int i) { ++projectionCount; return i; }; in test()196 assert(projectionCount == 5); in test()200 int projectionCount = 0; in test() local202 auto proj = [&](int i) { ++projectionCount; return i; }; in test()208 assert(projectionCount == 5); in test()