Searched refs:IsSeekable (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/filekind/
H A Dfilekind.cpp3 // Purpose: Test wxGetFileKind and wxStreamBase::IsSeekable
77 CPPUNIT_ASSERT(inStream.IsSeekable() == expected);
80 CPPUNIT_ASSERT(outStream.IsSeekable() == expected);
92 CPPUNIT_ASSERT(inStream.IsSeekable() == expected);
95 CPPUNIT_ASSERT(outStream.IsSeekable() == expected);
163 CPPUNIT_ASSERT(!inStream.IsSeekable());
165 CPPUNIT_ASSERT(!outStream.IsSeekable());
168 CPPUNIT_ASSERT(!nonSeekableBufferedInput.IsSeekable());
170 CPPUNIT_ASSERT(!nonSeekableBufferedOutput.IsSeekable());
180 CPPUNIT_ASSERT(inStream.IsSeekable());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmstream.h30 virtual bool IsSeekable() const { return true; } function in class:wxMemoryInputStream
61 virtual bool IsSeekable() const { return true; } function in class:wxMemoryOutputStream
H A Dwfstream.h43 bool IsSeekable() const { return m_file->GetKind() == wxFILE_KIND_DISK; } function in class:wxFileInputStream
73 bool IsSeekable() const { return m_file->GetKind() == wxFILE_KIND_DISK; } function in class:wxFileOutputStream
100 bool IsSeekable() const { return true; } function in class:wxTempFileOutputStream
144 bool IsSeekable() const { return m_file->GetKind() == wxFILE_KIND_DISK; } function in class:wxFFileInputStream
174 bool IsSeekable() const { return m_file->GetKind() == wxFILE_KIND_DISK; } function in class:wxFFileOutputStream
H A Dtarstrm.h169 bool IsSeekable() const { return m_parent_i_stream->IsSeekable(); } function in class:wxTarInputStream
236 bool IsSeekable() const { return m_parent_o_stream->IsSeekable(); } function in class:wxTarOutputStream
H A Dstream.h74 virtual bool IsSeekable() const { return false; } function in class:wxStreamBase
537 bool IsSeekable() const { return m_parent_i_stream->IsSeekable(); } function in class:wxBufferedInputStream
575 bool IsSeekable() const { return m_parent_o_stream->IsSeekable(); } function in class:wxBufferedOutputStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/private/
H A Dfileback.h67 bool IsSeekable() const { return true; } function in class:wxBackedInputStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dtempfile.cpp83 CPPUNIT_ASSERT(out.IsSeekable());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstrmbase.tex97 \membersection{wxStreamBase::IsSeekable}\label{wxstreambaseisseekable}
99 \constfunc{bool}{IsSeekable}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.h41 bool IsSeekable() const { return (m_options & PipeOut) == 0; } function in class:TestOutputStream
79 bool IsSeekable() const { return (m_options & PipeIn) == 0; } function in class:TestInputStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtarstrm.cpp730 && m_parent_i_stream->IsSeekable()
760 if (remainder && m_parent_i_stream->IsSeekable()) {
1179 wxASSERT(m_parent_o_stream->IsSeekable());
1364 && m_parent_o_stream->IsSeekable())
H A Dfs_arc.cpp294 if (stream->IsSeekable())
H A Dfilesys.cpp460 if (s && (flags & wxFS_SEEKABLE) != 0 && !s->GetStream()->IsSeekable())
H A Dzipstrm.cpp1497 if (!m_parent_i_stream->IsSeekable())
2091 if (m_headerOffset == 0 && m_parent_o_stream->IsSeekable()) {
H A Dimage.cpp2231 if (stream.IsSeekable() && !handler->CanRead(stream))
2255 if (stream.IsSeekable() && !handler->CanRead(stream))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Danimateg.cpp161 if (stream.IsSeekable() && !M_ANIMDATA->CanRead(stream))

Completed in 300 milliseconds