Home
last modified time | relevance | path

Searched refs:max_collected (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/move/algo/detail/
H A Dadaptive_sort_merge.hpp652 , typename iterator_traits<RandIt>::size_type const max_collected, Compare comp in collect_unique() argument
657 if(max_collected){ in collect_unique()
663 if(xbuf.capacity() >= max_collected){ in collect_unique()
665 while(u != last && h < max_collected){ in collect_unique()
682 while(u != last && h < max_collected){ in collect_unique()