Searched refs:compare_t (Results 1 – 2 of 2) sorted by relevance
40 typedef std::less< xk > compare_t; in test1() typedef57 flat_stable_sort< iter_t, compare_t > (V1.begin ( ), V1.end ( ), compare_t ( )); in test1()69 typedef std::less< uint64_t > compare_t; in test2() typedef74 compare_t comp; in test2()114 typedef std::less<xk> compare_t; in test3() typedef129 flat_stable_sort( V.begin() , V.end(), compare_t()); in test3()
47 typedef std::less< xk > compare_t; in test1() typedef64 spinsort (V1.begin ( ), V1.end ( ), compare_t ( )); in test1()76 typedef std::less< uint64_t > compare_t; in test2() typedef81 compare_t comp; in test2()153 typedef std::less<xk> compare_t; in test4() typedef168 spinsort( V.begin() , V.end(), compare_t()); in test4()