Searched refs:TellO (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dbstream.h276 CPPUNIT_ASSERT(i == stream_out.TellO());
289 CPPUNIT_ASSERT(stream_out.TellO() == len);
294 CPPUNIT_ASSERT(stream_out.TellO() > len);
332 // Just try to perform a TellO() on the output stream.
339 CPPUNIT_ASSERT(stream_out.TellO() == 0);
341 CPPUNIT_ASSERT(stream_out.TellO() == 1);
349 CPPUNIT_ASSERT(stream_out.TellO() == pos);
351 CPPUNIT_ASSERT(stream_out.TellO() == 6);
353 CPPUNIT_ASSERT(stream_out.TellO() == pos);
355 CPPUNIT_ASSERT(stream_out.TellO()
[all...]
H A Dtempfile.cpp85 CPPUNIT_ASSERT(out.TellO() == 3);
H A Dlargefile.cpp124 CPPUNIT_ASSERT(out->TellO() == pos);
140 CPPUNIT_ASSERT(out->TellO() == pos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsckstrm.h28 wxFileOffset TellO() const function in class:wxSocketOutputStream
H A Dstream.h237 virtual wxFileOffset TellO() const;
574 wxFileOffset TellO() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Doutptstr.tex83 \membersection{wxOutputStream::TellO}\label{wxoutputstreamtello}
85 \constfunc{off\_t}{TellO}{\void}
H A Dsostream.tex39 empty, the positions returned by \helpref{TellO}{wxoutputstreamtello} will be
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstream.cpp972 wxFileOffset wxOutputStream::TellO() const function in class:wxOutputStream
1338 wxFileOffset wxBufferedOutputStream::TellO() const function in class:wxBufferedOutputStream
1361 return m_parent_o_stream->TellO();
H A Dzipstrm.cpp2096 wxFileOffset here = m_parent_o_stream->TellO();
2336 wxFileOffset compressedSize = m_store->TellO();
2362 wxFileOffset here = m_parent_o_stream->TellO();
H A Dtarstrm.cpp1105 m_tarstart = m_parent_o_stream->TellO();
1367 originalPos = m_parent_o_stream->TellO();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dchm.cpp683 m_size = out->TellO();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/mbconv/
H A Dmbconvtest.cpp1094 CPPUNIT_ASSERT_EQUAL( (wxFileOffset)multiBytes, memoryOutputStream.TellO() );
1095 wxCharBuffer copy( memoryOutputStream.TellO() );
1096 memoryOutputStream.CopyTo( copy.data(), memoryOutputStream.TellO());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2859 (unsigned long)memOutStream.TellO());
2867 (unsigned long)memOutStream.TellO());

Completed in 211 milliseconds