Home
last modified time | relevance | path

Searched refs:potential_max_result (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/
H A Dminmax_element.hpp438 ForwardIter potential_max_result = last; in basic_last_min_last_max_element() local
443 potential_max_result = second; in basic_last_min_last_max_element()
453 potential_max_result = last; in basic_last_min_last_max_element()
460 potential_max_result = second; in basic_last_min_last_max_element()
472 potential_max_result = last; in basic_last_min_last_max_element()
476 if (potential_max_result != last in basic_last_min_last_max_element()
477 && !comp(potential_max_result, max_result)) in basic_last_min_last_max_element()
478 max_result = potential_max_result; in basic_last_min_last_max_element()