Home
last modified time | relevance | path

Searched defs:counting_projection (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/support/
H A Dcounting_projection.h25 constexpr counting_projection(int& count) : count_(&count) {} in counting_projection() function
26 constexpr counting_projection(Proj proj, int& count) : proj_(std::move(proj)), count_(&count) {} in counting_projection() function