Searched refs:non_unique_buf (Results 1 – 1 of 1) sorted by relevance
2034 bool const non_unique_buf = xbuf.capacity() >= l_intbuf; in adaptive_sort_build_params() local2035 size_type const to_collect = non_unique_buf ? n_min_ideal_keys : l_intbuf*2; in adaptive_sort_build_params()2040 if(non_unique_buf && collected == n_min_ideal_keys){ in adaptive_sort_build_params()