Home
last modified time | relevance | path

Searched defs:_UseCache (Results 1 – 4 of 4) sorted by relevance

/external/cronet/third_party/libc++/src/include/__ranges/
Dfilter_view.h60 static constexpr bool _UseCache = forward_range<_View>; variable
Ddrop_while_view.h88 static constexpr bool _UseCache = forward_range<_View>; variable
Dreverse_view.h46 static constexpr bool _UseCache = !random_access_range<_View> && !common_range<_View>; variable
Ddrop_view.h68 …static constexpr bool _UseCache = forward_range<_View> && !(random_access_range<_View> && sized_ra… variable