Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp1410 struct IStream { struct
1411 virtual ~IStream();
1415 auto makeStream( StringRef const &filename ) -> IStream const*;
5212 struct IStream;
5303 IStream const* openStream();
5306 std::unique_ptr<IStream const> m_stream;
9926 IStream const* Config::openStream() { in openStream()
13404 Catch::IStream::~IStream() = default;
13454 class FileStream : public IStream {
13470 class CoutStream : public IStream {
[all …]