Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/
H A Dctor.range.pass.cpp28 struct ElementWithCounting { struct
32 …constexpr ElementWithCounting(int& copies_ctr, int& moves_ctr) : times_copied(&copies_ctr), times_… in ElementWithCounting() function
34 constexpr ElementWithCounting(const ElementWithCounting& rhs) in ElementWithCounting() argument
38 constexpr ElementWithCounting(ElementWithCounting&& rhs) in ElementWithCounting() argument
43 constexpr bool operator==(const ElementWithCounting&) const { return true; } in operator ==() argument
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/
H A Dctor.range.pass.cpp44 struct ElementWithCounting : Counting { struct
47 constexpr bool operator==(const ElementWithCounting&) const { return true; } in operator ==() argument