Lines Matching refs:max_element
2034 max_element(_FIterator __begin, _FIterator __end, in _GLIBCXX_VISIBILITY()
2036 { return _GLIBCXX_STD_A::max_element(__begin, __end); } in _GLIBCXX_VISIBILITY()
2041 max_element(_FIterator __begin, _FIterator __end, _Compare __comp, in _GLIBCXX_VISIBILITY()
2043 { return _GLIBCXX_STD_A::max_element(__begin, __end, __comp); } in _GLIBCXX_VISIBILITY()
2050 { return max_element(__begin, __end, __comp, in _GLIBCXX_VISIBILITY()
2076 return max_element(__begin, __end, __comp, in _GLIBCXX_VISIBILITY()
2083 max_element(_FIterator __begin, _FIterator __end, in _GLIBCXX_VISIBILITY()
2087 return max_element(__begin, __end, std::less<_ValueType>(), in _GLIBCXX_VISIBILITY()
2093 max_element(_FIterator __begin, _FIterator __end) in _GLIBCXX_VISIBILITY()
2096 return __gnu_parallel::max_element(__begin, __end, in _GLIBCXX_VISIBILITY()
2103 max_element(_FIterator __begin, _FIterator __end, _Compare __comp, in _GLIBCXX_VISIBILITY()
2113 max_element(_FIterator __begin, _FIterator __end, _Compare __comp) in _GLIBCXX_VISIBILITY()