Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dunwrap_range.h46 __rewrap(_Iter __orig_iter, decltype(std::__unwrap_iter(std::move(__orig_iter))) __iter) in __rewrap() function
52 _LIBCPP_HIDE_FROM_ABI static constexpr auto __rewrap(const _Iter&, _Iter __iter) in __rewrap() function
Dunwrap_iter.h37 …static _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Iter __rewrap(_Iter, _Iter __iter) { return __iter… in __rewrap() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/
Dreverse_iterator.h491 __rewrap(_ReverseWrapper __orig_iter, _UnwrappedIter __unwrapped_iter) { in __rewrap() function