Home
last modified time | relevance | path

Searched refs:__search_n_random_access_impl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dsearch_n.h75 std::pair<_Iter, _Iter> __search_n_random_access_impl(_Iter __first, _Sent __last, in __search_n_random_access_impl() function
132 return std::__search_n_random_access_impl<_ClassicAlgPolicy>(__first, __last,
H A Dranges_search_n.h55 auto __ret = __search_n_random_access_impl<_RangeAlgPolicy>(__first, __last, in __ranges_search_n_impl()