Searched refs:__non_propagating_cache (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | non_propagating_cache.h | 39 class __non_propagating_cache { 57 _LIBCPP_HIDE_FROM_ABI __non_propagating_cache() = default; 59 _LIBCPP_HIDE_FROM_ABI constexpr __non_propagating_cache(__non_propagating_cache const&) noexcept in __non_propagating_cache() function 62 …_LIBCPP_HIDE_FROM_ABI constexpr __non_propagating_cache(__non_propagating_cache&& __other) noexcept in __non_propagating_cache() function 67 …_LIBCPP_HIDE_FROM_ABI constexpr __non_propagating_cache& operator=(__non_propagating_cache const& … 74 …_LIBCPP_HIDE_FROM_ABI constexpr __non_propagating_cache& operator=(__non_propagating_cache&& __oth…
|
| H A D | drop_while_view.h | 93 …using _Cache _LIBCPP_NODEBUG = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…
|
| H A D | join_view.h | 88 …using _OuterCache _LIBCPP_NODEBUG = _If<_UseOuterCache, __non_propagating_cache<iterator_t<_Vie… 93 _If<_UseInnerCache, __non_propagating_cache<remove_cvref_t<_InnerRange>>, __empty_cache>;
|
| H A D | join_with_view.h | 70 _If<_UseOuterItCache, __non_propagating_cache<iterator_t<_View>>, __empty_cache>; 75 _If<_UseInnerCache, __non_propagating_cache<remove_cvref_t<_InnerRng>>, __empty_cache>;
|
| H A D | reverse_view.h | 51 _If<_UseCache, __non_propagating_cache<reverse_iterator<iterator_t<_View>>>, __empty_cache>;
|
| H A D | chunk_by_view.h | 62 using _Cache _LIBCPP_NODEBUG = __non_propagating_cache<iterator_t<_View>>;
|
| H A D | split_view.h | 55 …using _Cache _LIBCPP_NODEBUG = __non_propagating_cache<subrange<iterator_t<_View>…
|
| H A D | filter_view.h | 64 …using _Cache _LIBCPP_NODEBUG = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…
|
| H A D | lazy_split_view.h | 76 _If<!forward_range<_View>, __non_propagating_cache<iterator_t<_View>>, __empty_cache>;
|
| H A D | drop_view.h | 67 …using _Cache _LIBCPP_NODEBUG = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…
|