Searched refs:__adjacent_find (Results 1 – 3 of 3) sorted by relevance
30 __adjacent_find(_Iter __first, _Sent __last, _BinaryPredicate&& __pred) { in __adjacent_find() function45 return std::__adjacent_find(std::move(__first), std::move(__last), __pred); in adjacent_find()
35 namespace __adjacent_find {73 inline constexpr auto adjacent_find = __adjacent_find::__fn{};
34 __first = std::__adjacent_find(__first, __last, __pred); in __unique()