Searched refs:__search_n_random_access_impl (Results 1 – 2 of 2) sorted by relevance
75 std::pair<_Iter, _Iter> __search_n_random_access_impl(_Iter __first, _Sent __last, in __search_n_random_access_impl() function132 return std::__search_n_random_access_impl<_ClassicAlgPolicy>(__first, __last,
55 auto __ret = __search_n_random_access_impl<_RangeAlgPolicy>(__first, __last, in __ranges_search_n_impl()