Home
last modified time | relevance | path

Searched refs:m_streamBuf (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dlzmastream.cpp94 m_streamBuf = new wxUint8[wxLZMA_BUF_SIZE]; in wxLZMAData()
100 delete [] m_streamBuf; in ~wxLZMAData()
147 m_parent_i_stream->Read(m_streamBuf, wxLZMA_BUF_SIZE); in OnSysRead()
148 m_stream->next_in = m_streamBuf; in OnSysRead()
224 m_stream->next_out = m_streamBuf; in Init()
296 m_parent_o_stream->Write(m_streamBuf, numOut); in UpdateOutput()
313 m_stream->next_out = m_streamBuf; in UpdateOutputIfNecessary()
364 m_stream->next_out = m_streamBuf; in Close()
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_stream.cpp107 std::unique_ptr<StreamBufImpl<OutputDebugWriter>> m_streamBuf; member in Catch::Detail::__anonb8fc10730111::DebugOutStream
111 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
112 m_os( m_streamBuf.get() ) in DebugOutStream()
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_stream.cpp107 std::unique_ptr<StreamBufImpl<OutputDebugWriter>> m_streamBuf; member in Catch::Detail::__anonf978bc040111::DebugOutStream
111 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
112 m_os( m_streamBuf.get() ) in DebugOutStream()
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_stream.cpp107 std::unique_ptr<StreamBufImpl<OutputDebugWriter>> m_streamBuf; member in Catch::Detail::__anon6edf36730111::DebugOutStream
111 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
112 m_os( m_streamBuf.get() ) in DebugOutStream()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_stream.cpp107 std::unique_ptr<StreamBufImpl<OutputDebugWriter>> m_streamBuf; member in Catch::Detail::__anon1d21df0e0111::DebugOutStream
111 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
112 m_os( m_streamBuf.get() ) in DebugOutStream()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_stream.cpp107 std::unique_ptr<StreamBufImpl<OutputDebugWriter>> m_streamBuf; member in Catch::Detail::__anon60a57ea60111::DebugOutStream
111 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
112 m_os( m_streamBuf.get() ) in DebugOutStream()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_stream.cpp107 std::unique_ptr<StreamBufImpl<OutputDebugWriter>> m_streamBuf; member in Catch::Detail::__anon71804d4d0111::DebugOutStream
111 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
112 m_os( m_streamBuf.get() ) in DebugOutStream()
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_stream.cpp111 std::unique_ptr<StreamBufImpl<OutputDebugWriter>> m_streamBuf; member in Catch::detail::__anon55f7acec0111::DebugOutStream
115 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
116 m_os( m_streamBuf.get() ) in DebugOutStream()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_stream.hpp81 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
82 m_os( m_streamBuf.get() ) in DebugOutStream()
H A Dcatch_stream.h54 CATCH_AUTO_PTR( StreamBufBase ) m_streamBuf;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_stream.hpp81 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
82 m_os( m_streamBuf.get() ) in DebugOutStream()
H A Dcatch_stream.h54 CATCH_AUTO_PTR( StreamBufBase ) m_streamBuf;
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_stream.hpp81 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
82 m_os( m_streamBuf.get() ) in DebugOutStream()
H A Dcatch_stream.h53 CATCH_AUTO_PTR( StreamBufBase ) m_streamBuf;
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_stream.hpp81 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
82 m_os( m_streamBuf.get() ) in DebugOutStream()
H A Dcatch_stream.h53 CATCH_AUTO_PTR( StreamBufBase ) m_streamBuf;
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dmemory.h235 static wxSTD streambuf *m_streamBuf;
256 static wxSTD streambuf *GetStreamBuf(void) { return m_streamBuf; }
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dlzmastream.h35 wxUint8* m_streamBuf; variable
/dports/biology/vcflib/vcflib-1.0.2/intervaltree/
H A Dcatch.hpp3407 std::auto_ptr<StreamBufBase> m_streamBuf; member in Catch::DebugOutStream
6615 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
6616 m_os( m_streamBuf.get() ) in DebugOutStream()
/dports/math/intervaltree/intervaltree-8fc4be91866237995e1105689d84bece619f4663/
H A Dcatch.hpp3407 std::auto_ptr<StreamBufBase> m_streamBuf; member in Catch::DebugOutStream
6615 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
6616 m_os( m_streamBuf.get() ) in DebugOutStream()
/dports/finance/chiapos/chiapos-1.0.3/src-ext/cxxopts/test/
H A Dcatch.hpp3453 std::auto_ptr<StreamBufBase> m_streamBuf; member in Catch::DebugOutStream
6856 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
6857 m_os( m_streamBuf.get() ) in DebugOutStream()
/dports/multimedia/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2/test/testframework/
H A Dcatch.hpp3453 std::auto_ptr<StreamBufBase> m_streamBuf; member in Catch::DebugOutStream
6841 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
6842 m_os( m_streamBuf.get() ) in DebugOutStream()
/dports/devel/cxxopts/cxxopts-3.0.0/test/
H A Dcatch.hpp3453 std::auto_ptr<StreamBufBase> m_streamBuf; member in Catch::DebugOutStream
6856 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
6857 m_os( m_streamBuf.get() ) in DebugOutStream()
/dports/security/gonepass/gonepass-3da5cfa120/
H A Dcatch.hpp3453 std::auto_ptr<StreamBufBase> m_streamBuf; member in Catch::DebugOutStream
6841 : m_streamBuf( new StreamBufImpl<OutputDebugWriter>() ), in DebugOutStream()
6842 m_os( m_streamBuf.get() ) in DebugOutStream()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/libwap_tests/
H A DCatch.hpp3477 CATCH_AUTO_PTR(StreamBufBase) m_streamBuf;
6915 : m_streamBuf(new StreamBufImpl<OutputDebugWriter>()), in DebugOutStream()
6916 m_os(m_streamBuf.get()) in DebugOutStream()

1234567