reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
53 if (!_M_buf_allocated && !_M_buf) 55 _M_buf = new char_type[_M_buf_size]; 67 delete [] _M_buf; 68 _M_buf = 0; 133 _M_buf = std::__exchange(__rhs._M_buf, nullptr); 161 std::swap(_M_buf, __rhs._M_buf); 787 _M_buf = __s;usr/include/c++/7.4.0/fstream
214 this->setg(_M_buf, _M_pback_cur_save, _M_pback_end_save); 429 this->setg(_M_buf, _M_buf, _M_buf + __off); 429 this->setg(_M_buf, _M_buf, _M_buf + __off); 429 this->setg(_M_buf, _M_buf, _M_buf + __off); 431 this->setg(_M_buf, _M_buf, _M_buf); 431 this->setg(_M_buf, _M_buf, _M_buf); 431 this->setg(_M_buf, _M_buf, _M_buf); 434 this->setp(_M_buf, _M_buf + _M_buf_size - 1); 434 this->setp(_M_buf, _M_buf + _M_buf_size - 1);