Searched defs:search_n (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dsearch_n.h163 _ForwardIterator search_n(_ForwardIterator __first, _ForwardIterator __last, function
175 _ForwardIterator search_n(_ForwardIterator __first, _ForwardIterator __last, _Size __count, const _Tp& __value) { function
H A Dranges_search_n.h109 inline constexpr auto search_n = __search_n::__fn{}; member in namespace:ranges::__cpo
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_algo.h598 search_n(_ForwardIter __first, _ForwardIter __last, function in namespace:std
647 search_n(_ForwardIter __first, _ForwardIter __last, function in namespace:std
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_algo.h722 search_n(_ForwardIterator __first, _ForwardIterator __last, function
851 search_n(_ForwardIterator __first, _ForwardIterator __last, function

Completed in 132 milliseconds