Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
Dswap.pass.cpp34 test old_that(t); in swap() local
36 assert(this->eback() == old_that.eback()); in swap()
37 assert(this->gptr() == old_that.gptr()); in swap()
38 assert(this->egptr() == old_that.egptr()); in swap()
39 assert(this->pbase() == old_that.pbase()); in swap()
40 assert(this->pptr() == old_that.pptr()); in swap()
41 assert(this->epptr() == old_that.epptr()); in swap()
42 assert(this->getloc() == old_that.getloc()); in swap()