Home
last modified time | relevance | path

Searched refs:old_this (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
Dswap.pass.cpp33 test old_this(*this); in swap() local
44 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()