Home
last modified time | relevance | path

Searched defs:proxySwap (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsorting.d2042 void proxySwap(ref S other) { swap(i, other.i); proxySwapCalled = true; } in proxySwap() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsorting.d2120 void proxySwap(ref S other) { swap(i, other.i); proxySwapCalled = true; } in proxySwap() function