Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.lazy.split/
H A Dtypes.h86 template <class U> friend class almost_forward_iterator; variable
95 constexpr almost_forward_iterator() : it_() {} in almost_forward_iterator() function
96 constexpr explicit almost_forward_iterator(It it) : it_(it) {} in almost_forward_iterator() function
98 constexpr almost_forward_iterator(const almost_forward_iterator<U>& u) : it_(u.it_) {} in almost_forward_iterator() function