Searched refs:to_collect (Results 1 – 1 of 1) sorted by relevance
2035 size_type const to_collect = non_unique_buf ? n_min_ideal_keys : l_intbuf*2; in adaptive_sort_build_params() local2036 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() local2414 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()