Lines Matching refs:pbase
352 if (__rhs.pbase())
354 if (__rhs.pbase() == __rhs.__intbuf_)
355 this->setp(__intbuf_, __intbuf_ + (__rhs. epptr() - __rhs.pbase()));
358 (char_type*)__extbuf_ + (__rhs. epptr() - __rhs.pbase()));
359 this->__pbump(__rhs. pptr() - __rhs.pbase());
483 else if (this->pbase() == (char_type*)__rhs.__extbuf_min_)
485 ptrdiff_t __n = this->pptr() - this->pbase();
486 ptrdiff_t __e = this->epptr() - this->pbase();
499 else if (__rhs.pbase() == (char_type*)__extbuf_min_)
501 ptrdiff_t __n = __rhs.pptr() - __rhs.pbase();
502 ptrdiff_t __e = __rhs.epptr() - __rhs.pbase();
829 char_type* __pb_save = this->pbase();
838 if (this->pptr() != this->pbase())
842 size_t __nmemb = static_cast<size_t>(this->pptr() - this->pbase());
843 if (std::fwrite(this->pbase(), sizeof(char_type), __nmemb, __file_) != __nmemb)
856 __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e,
858 if (__e == this->pbase())
862 size_t __nmemb = static_cast<size_t>(this->pptr() - this->pbase());
863 if (std::fwrite(this->pbase(), 1, __nmemb, __file_) != __nmemb)
874 this->__pbump(this->epptr() - this->pbase());
1007 if (this->pptr() != this->pbase())