Searched refs:strStream (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dsstream.cpp31 class strStream : class in inherits:BaseStreamTestCase
35 strStream();
36 virtual ~strStream();
38 CPPUNIT_TEST_SUITE(strStream);
39 // Base class stream tests the strStream supports.
71 strStream::strStream() function in class:strStream
81 strStream::~strStream()
85 wxStringInputStream *strStream
[all...]
H A Dbstream.cpp50 STREAM_REGISTER_SUB_SUITE(strStream);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextxml.cpp206 wxStringInputStream strStream(data);
208 imageObj->GetImageBlock().ReadHex(strStream, data.length(), imageType);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/richtext/
H A Drichtext.cpp1352 wxStringOutputStream strStream(& text);
1368 if (htmlHandler.SaveFile(& m_richTextCtrl->GetBuffer(), strStream))

Completed in 107 milliseconds