Home
last modified time | relevance | path

Searched refs:to_collect (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.hpp2035 size_type const to_collect = non_unique_buf ? n_min_ideal_keys : l_intbuf*2; in adaptive_sort_build_params() local
2036 size_type collected = collect_unique(first, first+len, to_collect, comp, xbuf); in adaptive_sort_build_params()
2412 size_type const to_collect = l_intbuf+n_keys; in adaptive_merge_impl() local
2414 size_type const collected = collect_unique(first, first+len1, to_collect, comp, xbuf); in adaptive_merge_impl()
2418 if(collected != to_collect && collected < 4){ in adaptive_merge_impl()
2424 bool use_internal_buf = collected == to_collect; in adaptive_merge_impl()
2433 bool const xbuf_used = collected == to_collect && xbuf.capacity() >= l_block; in adaptive_merge_impl()