Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/
H A Dranges_robust_against_dangling.pass.cpp27 struct NonBorrowedRange { struct
35 constexpr explicit NonBorrowedRange(std::array<int, N>& arr) : data_{arr.data()}, size_{arr.size()} {} in NonBorrowedRange() argument
41 using R = NonBorrowedRange; argument
/llvm-project/libcxx/test/std/algorithms/alg.sorting/
H A Dsortable_helpers.h110 struct NonBorrowedRange { struct
120 constexpr NonBorrowedRange(int* d, std::size_t s) : data_{d}, size_{s} {} in NonBorrowedRange() argument
122 constexpr Iter begin() const { return Iter{data_}; }; in begin()
123 constexpr Sent end() const { return Sent{Iter{data_ + size_}}; }; in end()
/llvm-project/libcxx/test/std/ranges/range.access/
H A Ddata.verify.cpp15 struct NonBorrowedRange { struct
H A Drend.verify.cpp15 struct NonBorrowedRange { struct
H A Dbegin.verify.cpp15 struct NonBorrowedRange { struct
H A Dend.verify.cpp15 struct NonBorrowedRange { struct
H A Drbegin.verify.cpp15 struct NonBorrowedRange { struct