Lines Matching refs:projectionCount
111 auto projectionCount = 0; in test() local
112 auto proj = [&](int i) { ++projectionCount; return i; }; in test()
117 assert(projectionCount == 8); in test()
122 auto projectionCount = 0; in test() local
123 auto proj = [&](int i) { ++projectionCount; return i; }; in test()
128 assert(projectionCount == 8); in test()
136 auto projectionCount = 0; in test() local
137 auto proj = [&](int i) { ++projectionCount; return i; }; in test()
142 assert(projectionCount == 6); in test()
147 auto projectionCount = 0; in test() local
148 auto proj = [&](int i) { ++projectionCount; return i; }; in test()
153 assert(projectionCount == 6); in test()