Home
last modified time | relevance | path

Searched refs:__non_propagating_cache (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__ranges/
H A Dnon_propagating_cache.h39 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 Ddrop_while_view.h93 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…
H A Djoin_view.h88 …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 Dreverse_view.h50 …using _Cache = _If<_UseCache, __non_propagating_cache<reverse_iterator<iterator_t<_View>>>, __empt…
H A Dchunk_by_view.h62 using _Cache = __non_propagating_cache<iterator_t<_View>>;
H A Dsplit_view.h55 …using _Cache = __non_propagating_cache<subrange<iterator_t<_View>…
H A Dfilter_view.h64 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…
H A Ddrop_view.h67 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp…
H A Dlazy_split_view.h75 …using _MaybeCurrent = _If<!forward_range<_View>, __non_propagating_cache<iterator_t<_View>>, __emp…