Home
last modified time | relevance | path

Searched refs:SplitViewCopyable (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/range.lazy.split.outer.value/
H A Dbegin.pass.cpp25 SplitViewCopyable v(input, "b"); in test()
32 SplitViewCopyable v(input, "b"); in test()
H A Dend.pass.cpp25 SplitViewCopyable v(input, "b"); in test()
35 SplitViewCopyable v(input, "b"); in test()
H A Dctor.iter.pass.cpp26 SplitViewCopyable v(input, "b"); in test()
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/
H A Dtypes.h186 using SplitViewCopyable = std::ranges::lazy_split_view<CopyableView, CopyableView>; variable
187 using OuterIterCopyable = std::ranges::iterator_t<SplitViewCopyable>;