Lines Matching full:pptr
4198 if (this->pptr() == 0)
4200 *this->pptr() = traits_type::to_char_type(__c);
4203 if (this->pptr() != this->pbase())
4207 streamsize __nmemb = static_cast<streamsize>(this->pptr() - this->pbase());
4218 __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e,
4224 streamsize __nmemb = static_cast<size_t>(this->pptr() - this->pbase());
4235 this->setp((char_type*)__e, this->pptr());
4345 if (this->pptr() != this->pbase())