Home
last modified time | relevance | path

Searched defs:search_n (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__algorithm/
H A Dsearch_n.h139 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _ForwardIterator search_n( search_n() function
149 search_n(_ForwardIterator __first, _ForwardIterator __last, _Size __count, const _Tp& __value) { search_n() function
/llvm-project/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h220 search_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Size __coun… in search_n() function
231 search_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Size __coun… in search_n() function