Home
last modified time | relevance | path

Searched refs:__rewrap (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dunwrap_iter.h35 …static _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Iter __rewrap(_Iter, _Iter __iter) { return __iter… in __rewrap() function
46 …static _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Iter __rewrap(_Iter __orig_iter, _ToAddressT __unw…
67 return _Impl::__rewrap(std::move(__orig_iter), std::move(__iter));
H A Dunwrap_range.h46 __rewrap(_Iter __orig_iter, decltype(std::__unwrap_iter(__orig_iter)) __iter) in __rewrap() function
52 _LIBCPP_HIDE_FROM_ABI static constexpr auto __rewrap(const _Iter&, _Iter __iter) in __rewrap() function
66 __rewrap(_Iter __orig_iter, decltype(std::__unwrap_iter(__orig_iter)) __iter) {
81 return __unwrap_range_impl<_Iter, _Sent>::__rewrap(std::move(__orig_iter), std::move(__iter));
/llvm-project-15.0.7/libcxx/include/__iterator/
H A Dreverse_iterator.h492 __rewrap(_ReverseWrapper __orig_iter, _UnwrappedIter __unwrapped_iter) {
494 …_RevIter2<_Iter>(__unwrap_iter_impl<_Iter>::__rewrap(__orig_iter.base().base(), __unwrapped_iter))…