Searched refs:__count_if_impl (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | ranges_count_if.h | 35 iter_difference_t<_Iter> __count_if_impl(_Iter __first, _Sent __last, in __count_if_impl() function 51 return ranges::__count_if_impl(std::move(__first), std::move(__last), __pred, __proj); 58 return ranges::__count_if_impl(ranges::begin(__r), ranges::end(__r), __pred, __proj);
|
| H A D | ranges_count.h | 40 return ranges::__count_if_impl(std::move(__first), std::move(__last), __pred, __proj); 48 return ranges::__count_if_impl(ranges::begin(__r), ranges::end(__r), __pred, __proj);
|