Searched refs:vthat (Results 1 – 1 of 1) sorted by relevance
343 void* vthat = reinterpret_cast<void*>(that); in Swap() local345 memmove(vthis, vthat, sizeof *this); in Swap()346 memmove(vthat, tmp, sizeof *this); in Swap()