Lines Matching refs:ranges

47 namespace ranges  in _GLIBCXX_VISIBILITY()
78 typename _Pred = ranges::equal_to, in _GLIBCXX_VISIBILITY()
103 auto __d1 = ranges::distance(__first1, __last1); in _GLIBCXX_VISIBILITY()
104 auto __d2 = ranges::distance(__first2, __last2); in _GLIBCXX_VISIBILITY()
112 && is_same_v<_Pred, ranges::equal_to> in _GLIBCXX_VISIBILITY()
144 typename _Pred = ranges::equal_to, in _GLIBCXX_VISIBILITY()
152 return (*this)(ranges::begin(__r1), ranges::end(__r1), in _GLIBCXX_VISIBILITY()
153 ranges::begin(__r2), ranges::end(__r2), in _GLIBCXX_VISIBILITY()
224 = ranges::__copy_or_move<true>(std::move(__first).base(), in _GLIBCXX_VISIBILITY()
233 = ranges::__copy_or_move_backward<_IsMove>(std::move(__last).base(), in _GLIBCXX_VISIBILITY()
242 = ranges::__copy_or_move<_IsMove>(__first.base(), __last.base(), in _GLIBCXX_VISIBILITY()
249 = ranges::__copy_or_move<_IsMove>(std::move(__first), __last, __result.base()); in _GLIBCXX_VISIBILITY()
304 return ranges::__copy_or_move<false>(std::move(__first), in _GLIBCXX_VISIBILITY()
314 return (*this)(ranges::begin(__r), ranges::end(__r), in _GLIBCXX_VISIBILITY()
329 return ranges::__copy_or_move<true>(std::move(__first), in _GLIBCXX_VISIBILITY()
339 return (*this)(ranges::begin(__r), ranges::end(__r), in _GLIBCXX_VISIBILITY()
365 = ranges::__copy_or_move<_IsMove>(std::move(__last).base(), in _GLIBCXX_VISIBILITY()
374 = ranges::__copy_or_move_backward<_IsMove>(__first.base(), in _GLIBCXX_VISIBILITY()
382 = ranges::__copy_or_move_backward<_IsMove>(std::move(__first), in _GLIBCXX_VISIBILITY()
405 auto __lasti = ranges::next(__first, __last); in _GLIBCXX_VISIBILITY()
421 auto __lasti = ranges::next(__first, __last); in _GLIBCXX_VISIBILITY()
445 return ranges::__copy_or_move_backward<false>(std::move(__first), in _GLIBCXX_VISIBILITY()
455 return (*this)(ranges::begin(__r), ranges::end(__r), in _GLIBCXX_VISIBILITY()
470 return ranges::__copy_or_move_backward<true>(std::move(__first), in _GLIBCXX_VISIBILITY()
480 return (*this)(ranges::begin(__r), ranges::end(__r), in _GLIBCXX_VISIBILITY()
501 return ranges::copy(__first, __first + __n, std::move(__result)); in _GLIBCXX_VISIBILITY()
571 return ranges::fill_n(__first, __len, __value); in _GLIBCXX_VISIBILITY()
592 return (*this)(ranges::begin(__r), ranges::end(__r), __value); in _GLIBCXX_VISIBILITY()