reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
321 class wbuffer_convert : public basic_streambuf<_Elem, _Tr> 323 typedef basic_streambuf<_Elem, _Tr> _Wide_streambuf; 384 return _Tr::eof(); 385 else if (!_Tr::eq_int_type(__out, _Tr::eof())) 385 else if (!_Tr::eq_int_type(__out, _Tr::eof())) 387 return _Tr::not_eof(__out); 394 return _Tr::eof(); 397 return _Tr::to_int_type(*this->gptr()); 399 return _Tr::eof(); 412 _Tr::copy(this->pptr(), __s + __done, __nn); 428 _Tr::move(_M_get_area + _S_putback_length - __npb, 462 _Tr::copy(__outbuf, __get_buf, __nbytes); 521 _Tr::move(__first, __next, __last - __next);