Home
last modified time | relevance | path

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

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