Searched refs:__all_of_impl (Results 1 – 1 of 1) sorted by relevance
36 …_LIBCPP_HIDE_FROM_ABI constexpr static bool __all_of_impl(_Iter __first, _Sent __last, _Pred& __pr… in __all_of_impl() function50 return __all_of_impl(std::move(__first), std::move(__last), __pred, __proj);58 return __all_of_impl(ranges::begin(__range), ranges::end(__range), __pred, __proj);