Home
last modified time | relevance | path

Searched defs:_Iter (Results 1 – 3 of 3) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dranges_iterator_concept.h29 using _Iter = __remove_cvref_t<_IterMaybeQualified>; in __get_iterator_concept() local
/external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/
Dsubrange.h234 constexpr auto get(const subrange<_Iter, _Sent, _Kind>& __subrange) { in get()
244 constexpr auto get(subrange<_Iter, _Sent, _Kind>&& __subrange) { in get()
Dtake_view.h156 using _Iter = counted_iterator<iterator_t<__maybe_const<_OtherConst, _View>>>; variable