Searched defs:__find_segment (Results 1 – 1 of 1) sorted by relevance
156 struct __find_segment { struct159 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR __find_segment(const _Tp& __value) : __value_(__value) {} in __find_segment() argument163 operator()(_InputIterator __first, _InputIterator __last, _Proj& __proj) const { in operator()