D | TBufferTransports.h | 721 void swap(TMemoryBuffer& that) { in swap() argument 723 swap(buffer_, that.buffer_); in swap() 724 swap(bufferSize_, that.bufferSize_); in swap() 726 swap(rBase_, that.rBase_); in swap() 727 swap(rBound_, that.rBound_); in swap() 728 swap(wBase_, that.wBase_); in swap() 729 swap(wBound_, that.wBound_); in swap() 731 swap(owner_, that.owner_); in swap()
|