Searched refs:old_this (Results 1 – 1 of 1) sorted by relevance
33 test old_this(*this); in swap() local44 assert(t.eback() == old_this.eback()); in swap()45 assert(t.gptr() == old_this.gptr()); in swap()46 assert(t.egptr() == old_this.egptr()); in swap()47 assert(t.pbase() == old_this.pbase()); in swap()48 assert(t.pptr() == old_this.pptr()); in swap()49 assert(t.epptr() == old_this.epptr()); in swap()50 assert(t.getloc() == old_this.getloc()); in swap()