Searched refs:__find_segment (Results 1 – 1 of 1) sorted by relevance
146 struct __find_segment;154 …return std::__find_segment_if(std::move(__first), std::move(__last), __find_segment<_Tp>(__value),… in __find_impl()158 struct __find_segment { struct161 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR __find_segment(const _Tp& __value) : __value_(__value) {} in __find_segment() function