Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/
H A Dctor.range.pass.cpp46 struct RangeWithCounting { struct
52 …constexpr RangeWithCounting(int& copies_ctr, int& moves_ctr) : times_copied(&copies_ctr), times_mo… in RangeWithCounting() argument
54 constexpr RangeWithCounting(const RangeWithCounting& rhs) in RangeWithCounting() function
58 …constexpr RangeWithCounting(RangeWithCounting&& rhs) : times_copied(rhs.times_copied), times_moved… in RangeWithCounting() argument
65 constexpr RangeWithCounting& operator=(const RangeWithCounting&) = default; argument
67 constexpr bool operator==(const RangeWithCounting&) const { return true; } in operator ==() argument
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/
H A Dctor.range.pass.cpp50 struct RangeWithCounting : Counting { struct
56 constexpr bool operator==(const RangeWithCounting&) const { return true; } in operator ==() argument