Searched refs:__bounded_iter (Results 1 – 5 of 5) sorted by relevance
51 struct __bounded_iter { struct65 _LIBCPP_HIDE_FROM_ABI __bounded_iter() = default; argument67 _LIBCPP_HIDE_FROM_ABI __bounded_iter(__bounded_iter const&) = default;68 _LIBCPP_HIDE_FROM_ABI __bounded_iter(__bounded_iter&&) = default;71 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR __bounded_iter(__bounded_iter<_OtherIterator> const& __oth… in __bounded_iter() argument77 _LIBCPP_HIDE_FROM_ABI __bounded_iter& operator=(__bounded_iter const&) = default; argument78 _LIBCPP_HIDE_FROM_ABI __bounded_iter& operator=(__bounded_iter&&) = default; argument90 …_LIBCPP_CONSTEXPR_SINCE_CXX14 explicit __bounded_iter(_Iterator __current, _Iterator __begin, _Ite… in __bounded_iter() argument99 friend _LIBCPP_CONSTEXPR __bounded_iter<_It> __make_bounded_iter(_It, _It, _It);132 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 __bounded_iter& operator++() _NOEXCEPT {[all …]
240 using iterator = __bounded_iter<pointer>;421 using iterator = __bounded_iter<pointer>;
284 using const_iterator = __bounded_iter<const_pointer>;
408 typedef __bounded_iter<__wrap_iter<pointer>> iterator;409 typedef __bounded_iter<__wrap_iter<const_pointer>> const_iterator;
830 typedef __bounded_iter<__wrap_iter<pointer>> iterator;831 typedef __bounded_iter<__wrap_iter<const_pointer>> const_iterator;