Home
last modified time | relevance | path

Searched refs:compare_t (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/sort/test/
Dtest_flat_stable_sort.cpp40 typedef std::less< xk > compare_t; in test1() typedef
57 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() typedef
74 compare_t comp; in test2()
114 typedef std::less<xk> compare_t; in test3() typedef
129 flat_stable_sort( V.begin() , V.end(), compare_t()); in test3()
Dtest_spinsort.cpp47 typedef std::less< xk > compare_t; in test1() typedef
64 spinsort (V1.begin ( ), V1.end ( ), compare_t ( )); in test1()
76 typedef std::less< uint64_t > compare_t; in test2() typedef
81 compare_t comp; in test2()
153 typedef std::less<xk> compare_t; in test4() typedef
168 spinsort( V.begin() , V.end(), compare_t()); in test4()