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