Searched refs:proxySwap (Results 1 – 4 of 4) sorted by relevance
2462 if (isBlitAssignable!T && !is(typeof(lhs.proxySwap(rhs))))2691 if (is(typeof(lhs.proxySwap(rhs))))2693 lhs.proxySwap(rhs);
2042 void proxySwap(ref S other) { swap(i, other.i); proxySwapCalled = true; } in proxySwap() function
2816 if (isBlitAssignable!T && !is(typeof(lhs.proxySwap(rhs))))3078 if (is(typeof(lhs.proxySwap(rhs))))3080 lhs.proxySwap(rhs);
2120 void proxySwap(ref S other) { swap(i, other.i); proxySwapCalled = true; } in proxySwap() function