Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dswap_ranges.h53 swap_ranges(_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2) { in swap_ranges() function
/external/cronet/base/ranges/
Dalgorithm.h1489 constexpr auto swap_ranges(ForwardIterator1 first1, in swap_ranges() function
1517 constexpr auto swap_ranges(Range1&& range1, Range2&& range2) { in swap_ranges() function