Searched refs:__search_impl (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | search.h | 130 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 pair<_Iter1, _Iter1> __search_impl( in __search_impl() function 157 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 pair<_Iter1, _Iter1> __search_impl( in __search_impl() function 172 return std::__search_impl(__first1, __last1, __first2, __last2, __pred, __proj, __proj).first; in search()
|
/freebsd/contrib/llvm-project/libcxx/include/__functional/ |
H A D | default_searcher.h | 40 return std::__search_impl(__f, __l, __first_, __last_, __pred_, __proj, __proj); in operator()
|