Searched refs:StreamBufBase (Results 1 – 1 of 1) sorted by relevance
3413 class StreamBufBase : public std::streambuf { class3415 virtual ~StreamBufBase() CATCH_NOEXCEPT;3453 std::auto_ptr<StreamBufBase> m_streamBuf;6783 class StreamBufImpl : public StreamBufBase {10201 StreamBufBase::~StreamBufBase() CATCH_NOEXCEPT {} in ~StreamBufBase()