Home
last modified time | relevance | path

Searched refs:_Cache (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__ranges/
H A Ddrop_while_view.h93 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp… variable
94 _LIBCPP_NO_UNIQUE_ADDRESS _Cache __cached_begin_ = _Cache();
H A Dreverse_view.h50 …using _Cache = _If<_UseCache, __non_propagating_cache<reverse_iterator<iterator_t<_View>>>, __empt… variable
51 _LIBCPP_NO_UNIQUE_ADDRESS _Cache __cached_begin_ = _Cache();
H A Dsplit_view.h55 …using _Cache = __non_propagating_cache<subrange<iterator_t<_View>… variable
56 _Cache __cached_begin_ = _Cache();
H A Dfilter_view.h64 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp… variable
65 _LIBCPP_NO_UNIQUE_ADDRESS _Cache __cached_begin_ = _Cache();
H A Dchunk_by_view.h62 using _Cache = __non_propagating_cache<iterator_t<_View>>; variable
63 _Cache __cached_begin_;
H A Ddrop_view.h67 …using _Cache = _If<_UseCache, __non_propagating_cache<iterator_t<_View>>, __emp… variable
68 _LIBCPP_NO_UNIQUE_ADDRESS _Cache __cached_begin_ = _Cache();