Searched refs:multiSortImpl (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | sorting.d | 1482 multiSortImpl!(Range, ss, funs)(r); in multiSort() 1499 private void multiSortImpl(Range, SwapStrategy ss, funs...)(Range r) in multiSortImpl() function 1511 multiSortImpl!(Range, ss, funs)(t[0]); in multiSortImpl() 1512 multiSortImpl!(Range, ss, funs[1 .. $])(t[1]); in multiSortImpl() 1517 multiSortImpl!(Range, ss, funs[1 .. $])(t[1]); in multiSortImpl() 1518 multiSortImpl!(Range, ss, funs)(t[2]); in multiSortImpl()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | sorting.d | 1528 multiSortImpl!(Range, ss, funs)(r); in multiSort() 1556 private void multiSortImpl(Range, SwapStrategy ss, funs...)(Range r) in multiSortImpl() function 1568 multiSortImpl!(Range, ss, funs)(t[0]); in multiSortImpl() 1569 multiSortImpl!(Range, ss, funs[1 .. $])(t[1]); in multiSortImpl() 1574 multiSortImpl!(Range, ss, funs[1 .. $])(t[1]); in multiSortImpl() 1575 multiSortImpl!(Range, ss, funs)(t[2]); in multiSortImpl()
|