Lines Matching refs:pbase
304 if (__rhs.pbase())
306 if (__rhs.pbase() == __rhs.__intbuf_)
307 this->setp(__intbuf_, __intbuf_ + (__rhs. epptr() - __rhs.pbase()));
310 (char_type*)__extbuf_ + (__rhs. epptr() - __rhs.pbase()));
311 this->pbump(__rhs. pptr() - __rhs.pbase());
424 else if (this->pbase() == (char_type*)__rhs.__extbuf_min_)
426 ptrdiff_t __n = this->pptr() - this->pbase();
427 ptrdiff_t __e = this->epptr() - this->pbase();
440 else if (__rhs.pbase() == (char_type*)__extbuf_min_)
442 ptrdiff_t __n = __rhs.pptr() - __rhs.pbase();
443 ptrdiff_t __e = __rhs.epptr() - __rhs.pbase();
671 char_type* __pb_save = this->pbase();
680 if (this->pptr() != this->pbase())
684 size_t __nmemb = static_cast<size_t>(this->pptr() - this->pbase());
685 if (fwrite(this->pbase(), sizeof(char_type), __nmemb, __file_) != __nmemb)
699 __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e,
701 if (__e == this->pbase())
705 size_t __nmemb = static_cast<size_t>(this->pptr() - this->pbase());
706 if (fwrite(this->pbase(), 1, __nmemb, __file_) != __nmemb)
717 this->pbump(this->epptr() - this->pbase());
852 if (this->pptr() != this->pbase())