Searched refs:wxMemoryOutputStream (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmstream.h21 class WXDLLIMPEXP_FWD_BASE wxMemoryOutputStream; variable in typeref:class:WXDLLIMPEXP_FWD_BASE
27 wxMemoryInputStream(const wxMemoryOutputStream& stream);
54 class WXDLLIMPEXP_BASE wxMemoryOutputStream : public wxOutputStream class in inherits:wxOutputStream
58 wxMemoryOutputStream(void *data = NULL, size_t length = 0);
59 virtual ~wxMemoryOutputStream();
80 DECLARE_NO_COPY_CLASS(wxMemoryOutputStream)
85 inline wxStreamBuffer *wxMemoryOutputStream::OutputStreamBuffer() const { return m_o_streambuf; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmstream.cpp55 wxMemoryInputStream::wxMemoryInputStream(const wxMemoryOutputStream& stream)
122 // wxMemoryOutputStream
125 wxMemoryOutputStream::wxMemoryOutputStream(void *data, size_t len) function in class:wxMemoryOutputStream
134 wxMemoryOutputStream::~wxMemoryOutputStream()
139 size_t wxMemoryOutputStream::OnSysWrite(const void *buffer, size_t nbytes)
152 wxFileOffset wxMemoryOutputStream::OnSysSeek(wxFileOffset pos, wxSeekMode mode)
157 wxFileOffset wxMemoryOutputStream::OnSysTell() const
162 size_t wxMemoryOutputStream
[all...]
H A Dfs_mem.cpp45 MemFSHashObj(const wxMemoryOutputStream& stream, const wxString& mime)
250 wxMemoryOutputStream mems;
H A Dzipstrm.cpp2243 wxMemoryOutputStream mem;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstrmmem.tex16 \helpref{wxStreamBuffer}{wxstreambuffer}, \helpref{wxMemoryOutputStream}{wxmemoutputstream}
31 \func{}{wxMemoryInputStream}{\param{const wxMemoryOutputStream&}{ stream}}
50 % wxMemoryOutputStream
52 \section{\class{wxMemoryOutputStream}}\label{wxmemoutputstream}
71 \membersection{wxMemoryOutputStream::wxMemoryOutputStream}\label{wxmemoryoutputstreamctor}
73 \func{}{wxMemoryOutputStream}{\param{char *}{ data = NULL}, \param{size\_t}{ length = 0}}
83 \membersection{wxMemoryOutputStream::\destruct{wxMemoryOutputStream}}\label{wxmemoryoutputstreamdtor}
85 \func{}{\destruct{wxMemoryOutputStream}}{\voi
[all...]
H A Dcategory.tex546 \twocolitem{\helpref{wxMemoryOutputStream}{wxmemoutputstream}}{Memory output stream class}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dmemstream.cpp3 // Purpose: Test wxMemoryInputStream/wxMemoryOutputStream
32 // Try to fully test wxMemoryInputStream and wxMemoryOutputStream
34 class memStream : public BaseStreamTestCase<wxMemoryInputStream, wxMemoryOutputStream>
72 virtual wxMemoryOutputStream *DoCreateOutStream();
101 wxMemoryOutputStream *memStream::DoCreateOutStream()
103 wxMemoryOutputStream *pMemOutStream = new wxMemoryOutputStream();
110 wxMemoryOutputStream *pMemOutStream = DoCreateOutStream();
H A Dzlibstream.cpp143 wxMemoryOutputStream *m_pTmpMemOutStream;
314 wxMemoryOutputStream memstream_out;
491 m_pTmpMemOutStream = new wxMemoryOutputStream();
515 wxMemoryOutputStream memstream_out;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCaptchaGenerator.h42 bool WriteCaptchaImage(wxMemoryOutputStream& file);
H A DCaptchaGenerator.cpp82 bool CCaptchaGenerator::WriteCaptchaImage(wxMemoryOutputStream& file)
H A DBaseClient.cpp2716 wxMemoryOutputStream memstr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddataobj.cpp350 wxMemoryOutputStream vMstream((char*) m_pngData, m_pngSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/filekind/
H A Dfilekind.cpp181 wxMemoryOutputStream outStream(buf, sizeof(buf));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddataobj.cpp406 wxMemoryOutputStream mstream((char*) m_pngData, m_pngSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddataobj.cpp386 wxMemoryOutputStream mstream((char*) m_pngData, m_pngSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddataobj.cpp380 wxMemoryOutputStream mstream( (char*) m_pngData, m_pngSize );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dchm.cpp556 wxMemoryOutputStream *out;
577 out = new wxMemoryOutputStream();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndwav.cpp327 wxMemoryOutputStream fmt_data;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A Dstc.cpp519 wxMemoryOutputStream strm;
920 wxMemoryOutputStream strm;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/mbconv/
H A Dmbconvtest.cpp1084 // this isn't meant to test wxMemoryOutputStream or wxTextOutputStream
1087 wxMemoryOutputStream memoryOutputStream;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2855 wxPuts(_T("*** Testing wxMemoryOutputStream ***"));
2857 wxMemoryOutputStream memOutStream;

Completed in 115 milliseconds