Home
last modified time | relevance | path

Searched refs:StreamBufBase (Results 1 – 1 of 1) sorted by relevance

/external/bcc/tests/cc/
Dcatch.hpp3413 class StreamBufBase : public std::streambuf { class
3415 virtual ~StreamBufBase() CATCH_NOEXCEPT;
3453 std::auto_ptr<StreamBufBase> m_streamBuf;
6783 class StreamBufImpl : public StreamBufBase {
10201 StreamBufBase::~StreamBufBase() CATCH_NOEXCEPT {} in ~StreamBufBase()