reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
346 if (_M_buf) 362 streambuf* rdbuf() const noexcept { return _M_buf; } 367 auto __prev = _M_buf; 368 _M_buf = __bytebuf; 378 { return _M_buf && _M_conv_put() && !_M_buf->pubsync() ? 0 : -1; } 378 { return _M_buf && _M_conv_put() && !_M_buf->pubsync() ? 0 : -1; } 383 if (!_M_buf || !_M_conv_put()) 393 if (!_M_buf) 396 if (this->gptr() < this->egptr() || (_M_buf && _M_conv_get())) 405 if (!_M_buf || __n == 0) 432 __nbytes = std::min(__nbytes, _M_buf->in_avail()); 435 __nbytes = _M_buf->sgetn(_M_get_buf + _M_unconv, __nbytes); 483 if (_M_buf->sputn(__p, __n) < __n)