Searched refs:BasicView (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/ |
H A D | types.h | 171 struct BasicView : IntBufferView { struct 228 using ForwardSizedView = BasicView<forward_sized_iterator<>>; 235 using NonSimpleForwardSizedView = BasicView<forward_sized_iterator<const int*>, forward_sized_itera… 243 using ForwardSizedNonCommon = BasicView<forward_sized_iterator<>, sized_sentinel<forward_sized_iter… 251 … BasicView<forward_sized_iterator<const int*>, sized_sentinel<forward_sized_iterator<const int*>>, 273 BasicView<random_access_iterator<int*>, sentinel_wrapper<random_access_iterator<int*>>>; 281 …BasicView<random_access_iterator<const int*>, sentinel_wrapper<random_access_iterator<const int*>>, 289 using ContiguousCommonView = BasicView<int*>; 294 using ContiguousNonCommonView = BasicView<int*, sentinel_wrapper<int*>>; 299 using ContiguousNonCommonSized = BasicView<int*, sized_sentinel<int*>>; [all …]
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/iterator/ |
H A D | ctor.other.pass.cpp | 37 struct BasicView : std::ranges::view_base { struct 51 using ConvertibleView = BasicView<ConvertibleIter<false>, ConvertibleIter<true>>; 52 using NonConvertibleView = BasicView<forward_iterator<std::tuple<int>*>, bidirectional_iterator<std…
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/iterator/ |
H A D | ctor.other.pass.cpp | 22 using ConstIterIncompatibleView = BasicView<forward_iterator<int*>, forward_iterator<int*>,
|
H A D | compare.pass.cpp | 226 using IterNoEqualView = BasicView<cpp20_input_iterator<int*>, sentinel_wrapper<cpp20_input_iterator<int*>>>; in test()
|