Searched refs:__non_propagating_cache (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | non_propagating_cache.h | 39 class _LIBCPP_TEMPLATE_VIS __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 = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…
|
| H A D | join_view.h | 88 …using _OuterCache = _If<_UseOuterCache, __non_propagating_cache<iterator_t<_Vie… 92 …using _InnerCache = _If<_UseInnerCache, __non_propagating_cache<remove_cvref_t<_InnerRange>>, __em…
|
| H A D | reverse_view.h | 50 …using _Cache = _If<_UseCache, __non_propagating_cache<reverse_iterator<iterator_t<_View>>>, __empt…
|
| H A D | chunk_by_view.h | 62 using _Cache = __non_propagating_cache<iterator_t<_View>>;
|
| H A D | split_view.h | 55 …using _Cache = __non_propagating_cache<subrange<iterator_t<_View>…
|
| H A D | filter_view.h | 64 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…
|
| H A D | drop_view.h | 67 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…
|
| H A D | lazy_split_view.h | 75 …using _MaybeCurrent = _If<!forward_range<_View>, __non_propagating_cache<iterator_t<_View>>, __emp…
|