Searched refs:TestInputStream (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.h29 // TestOutputStream and TestInputStream are memory streams which can be
60 class TestInputStream : public wxInputStream class in inherits:wxInputStream
71 TestInputStream(TestOutputStream& out, int eoftype) function in class:TestInputStream
74 TestInputStream(const TestInputStream& in);
75 ~TestInputStream() { delete [] m_data; }
195 void ReadSimultaneous(TestInputStream& in);
H A Darchivetest.cpp82 // TestOutputStream and TestInputStream are memory streams which can be
192 // TestOutputStream and TestInputStream are memory streams which can be
195 TestInputStream::TestInputStream(const TestInputStream& in) function in class:TestInputStream
206 void TestInputStream::Rewind()
223 void TestInputStream::SetData(TestOutputStream& out)
231 wxFileOffset TestInputStream::OnSysSeek(wxFileOffset pos, wxSeekMode mode)
247 wxFileOffset TestInputStream::OnSysTell() const
252 size_t TestInputStream
[all...]
H A Dziptest.cpp187 TestInputStream in(out, m_id % ((m_options & PipeIn) ? 4 : 3));

Completed in 63 milliseconds