Searched refs:__bufptr_ (Results 1 – 2 of 2) sorted by relevance
50 streambuf* __bufptr_; variable70 _LIBCPP_HIDE_FROM_ABI streambuf* rdbuf() const { return __bufptr_; } in rdbuf()72 streambuf* __r = __bufptr_; in rdbuf()73 __bufptr_ = __bytebuf; in rdbuf()108 __bufptr_(__bytebuf), in wbuffer_convert()131 if (__cv_ == 0 || __bufptr_ == nullptr) in underflow()143 __nmemb = __bufptr_->sgetn((char*)this->eback() + __unget_sz, __nmemb); in underflow()161 streamsize __nr = __bufptr_->sgetn(const_cast<char*>(__extbufnext_), __nmemb); in underflow()188 if (__cv_ != 0 && __bufptr_ && this->eback() < this->gptr()) { in pbackfail()206 if (__cv_ == 0 || !__bufptr_) in overflow()[all …]
3349 streambuf* __bufptr_;3363 _LIBCPP_HIDE_FROM_ABI streambuf* rdbuf() const { return __bufptr_; }3365 streambuf* __r = __bufptr_;3366 __bufptr_ = __bytebuf;3401 __bufptr_(__bytebuf),3424 if (__cv_ == 0 || __bufptr_ == nullptr)3436 __nmemb = __bufptr_->sgetn((char*)this->eback() + __unget_sz, __nmemb);3454 streamsize __nr = __bufptr_->sgetn(const_cast<char*>(__extbufnext_), __nmemb);3481 if (__cv_ != 0 && __bufptr_ && this->eback() < this->gptr()) {3499 if (__cv_ == 0 || !__bufptr_)[all …]