Searched refs:multiSort (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | sorting.d | 1457 template multiSort(less...) //if (less.length > 1) in multiSort() function 1459 auto multiSort(Range)(Range r) in multiSort() 1536 multiSort!("a.x < b.x", "a.y < b.y", SwapStrategy.unstable)(pts1); 1549 multiSort!("a.x < b.x", "a.y < b.y", SwapStrategy.unstable)(pts1); 1553 assert(pts3.multiSort!("a.x < b.x", "a.y < b.y", SwapStrategy.unstable).release.equal(pts2)); 1556 assert(pts4.multiSort!("a > b").release.equal(iota(10).retro)); 1578 multiSort!(byX, byY)(points); 1588 arr.multiSort!( 1599 a.multiSort!(lt, lt);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | sorting.d | 1503 template multiSort(less...) //if (less.length > 1) in multiSort() function 1505 auto multiSort(Range)(Range r) in multiSort() 1541 multiSort!("a.x < b.x", "a.y < b.y", SwapStrategy.unstable)(pts1); 1595 multiSort!("a.x < b.x", "a.y < b.y", SwapStrategy.unstable)(pts1); 1599 assert(pts3.multiSort!("a.x < b.x", "a.y < b.y", SwapStrategy.unstable).release.equal(pts2)); 1602 assert(pts4.multiSort!("a > b").release.equal(iota(10).retro)); 1625 multiSort!(byX, byY)(points); 1637 arr.multiSort!( 1649 a.multiSort!(lt, lt);
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | uni.d | 4510 import std.algorithm.sorting : multiSort; 4513 multiSort!(Comps)(range);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
H A D | package.d | 4503 import std.algorithm.sorting : multiSort; 4506 multiSort!(Comps)(range);
|