Searched refs:__search_n_impl (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dsearch_n.h127 pair<_Iter, _Iter> __search_n_impl(_Iter __first, _Sent __last, function
147 pair<_Iter1, _Iter1> __search_n_impl(_Iter1 __first, _Sent1 __last, function
170 return std::__search_n_impl(__first, __last, std::__convert_to_integral(__count), __value, __pred, __proj).first;

Completed in 103 milliseconds