Searched refs:InputCommonView (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.zip/ |
| H A D | range.concept.compile.pass.cpp | 136 std::ranges::zip_view v{InputCommonView{buffer1}, ForwardSizedView{buffer2}}; in testConceptPair() 145 std::ranges::zip_view v{InputCommonView{buffer1}, InputCommonView{buffer2}}; in testConceptPair() 154 std::ranges::zip_view v{InputNonCommonView{buffer1}, InputCommonView{buffer2}}; in testConceptPair() 283 …std::ranges::zip_view v{InputCommonView{buffer1}, ForwardSizedView{buffer2}, ForwardSizedView{buff… in testConceptTuple() 292 …std::ranges::zip_view v{InputCommonView{buffer1}, InputCommonView{buffer2}, InputCommonView{buffer… in testConceptTuple() 301 …std::ranges::zip_view v{InputNonCommonView{buffer1}, InputCommonView{buffer2}, InputCommonView{buf… in testConceptTuple()
|
| H A D | types.h | 327 using InputCommonView = BasicView<common_input_iterator<>>; variable 328 static_assert(std::ranges::input_range<InputCommonView>); 329 static_assert(!std::ranges::forward_range<InputCommonView>); 330 static_assert(std::ranges::common_range<InputCommonView>); 331 LIBCPP_STATIC_ASSERT(std::ranges::__simple_view<InputCommonView>);
|
| H A D | size.pass.cpp | 88 std::ranges::zip_view v(InputCommonView{buffer}); in test()
|
| H A D | ctor.views.pass.cpp | 79 constructorTest<InputCommonView, ForwardSizedView>(buffer, buffer2); in test()
|
| H A D | end.pass.cpp | 144 std::ranges::zip_view v{InputCommonView(buffer1)}; in test() 151 std::ranges::zip_view v{InputCommonView(buffer1), InputCommonView(buffer2)}; in test()
|
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.zip/iterator/ |
| H A D | compare.pass.cpp | 183 std::ranges::zip_view v{InputCommonView(buffer1), InputCommonView(buffer2)}; in test()
|
| H A D | arithmetic.pass.cpp | 130 std::ranges::zip_view v(a, b, InputCommonView{buffer1}); in test()
|