Lines Matching refs:max_element
2019 max_element(_FIterator __begin, _FIterator __end, in _GLIBCXX_VISIBILITY()
2021 { return _GLIBCXX_STD_A::max_element(__begin, __end); } in _GLIBCXX_VISIBILITY()
2026 max_element(_FIterator __begin, _FIterator __end, _Compare __comp, in _GLIBCXX_VISIBILITY()
2028 { return _GLIBCXX_STD_A::max_element(__begin, __end, __comp); } in _GLIBCXX_VISIBILITY()
2035 { return max_element(__begin, __end, __comp, in _GLIBCXX_VISIBILITY()
2061 return max_element(__begin, __end, __comp, in _GLIBCXX_VISIBILITY()
2068 max_element(_FIterator __begin, _FIterator __end, in _GLIBCXX_VISIBILITY()
2072 return max_element(__begin, __end, std::less<_ValueType>(), in _GLIBCXX_VISIBILITY()
2078 max_element(_FIterator __begin, _FIterator __end) in _GLIBCXX_VISIBILITY()
2081 return __gnu_parallel::max_element(__begin, __end, in _GLIBCXX_VISIBILITY()
2088 max_element(_FIterator __begin, _FIterator __end, _Compare __comp, in _GLIBCXX_VISIBILITY()
2098 max_element(_FIterator __begin, _FIterator __end, _Compare __comp) in _GLIBCXX_VISIBILITY()