Home
last modified time | relevance | path

Searched refs:NullLog (Results 1 – 25 of 32) sorted by relevance

12

/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/ableton/util/
H A DLog.hpp15 struct NullLog struct
18 friend const NullLog& operator<<(const NullLog& log, const T&) in operator <<()
23 friend const NullLog& debug(const NullLog& log) in debug()
28 friend const NullLog& info(const NullLog& log) in info()
33 friend const NullLog& warning(const NullLog& log) in warning()
38 friend const NullLog& error(const NullLog& log) in error()
43 friend NullLog channel(const NullLog&, std::string) in channel() argument
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/include/ableton/util/
H A DLog.hpp15 struct NullLog struct
18 friend const NullLog& operator<<(const NullLog& log, const T&) in operator <<()
23 friend const NullLog& debug(const NullLog& log) in debug()
28 friend const NullLog& info(const NullLog& log) in info()
33 friend const NullLog& warning(const NullLog& log) in warning()
38 friend const NullLog& error(const NullLog& log) in error()
43 friend NullLog channel(const NullLog&, std::string) in channel() argument
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dlogging.h97 while (false) ::arrow::util::detail::NullLog()
100 while (false) ::arrow::util::detail::NullLog()
104 while (false) ::arrow::util::detail::NullLog()
108 while (false) ::arrow::util::detail::NullLog()
112 while (false) ::arrow::util::detail::NullLog()
116 while (false) ::arrow::util::detail::NullLog()
120 while (false) ::arrow::util::detail::NullLog()
124 while (false) ::arrow::util::detail::NullLog()
233 class NullLog {
241 NullLog& operator<<(const T& t) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dlogging.h97 while (false) ::arrow::util::detail::NullLog()
100 while (false) ::arrow::util::detail::NullLog()
104 while (false) ::arrow::util::detail::NullLog()
108 while (false) ::arrow::util::detail::NullLog()
112 while (false) ::arrow::util::detail::NullLog()
116 while (false) ::arrow::util::detail::NullLog()
120 while (false) ::arrow::util::detail::NullLog()
124 while (false) ::arrow::util::detail::NullLog()
242 class NullLog {
250 NullLog& operator<<(const T& t) {
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dlogging.h97 while (false) ::arrow::util::detail::NullLog()
100 while (false) ::arrow::util::detail::NullLog()
104 while (false) ::arrow::util::detail::NullLog()
108 while (false) ::arrow::util::detail::NullLog()
112 while (false) ::arrow::util::detail::NullLog()
116 while (false) ::arrow::util::detail::NullLog()
120 while (false) ::arrow::util::detail::NullLog()
124 while (false) ::arrow::util::detail::NullLog()
242 class NullLog {
250 NullLog& operator<<(const T& t) {
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/ableton/platforms/
H A DConfig.hpp49 platforms::asio::Context<platforms::windows::ScanIpIfAddrs, util::NullLog>;
54 platforms::asio::Context<platforms::posix::ScanIpIfAddrs, util::NullLog>;
59 platforms::asio::Context<platforms::posix::ScanIpIfAddrs, util::NullLog>;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/include/ableton/platforms/
H A DConfig.hpp49 platforms::asio::Context<platforms::windows::ScanIpIfAddrs, util::NullLog>;
54 platforms::asio::Context<platforms::posix::ScanIpIfAddrs, util::NullLog>;
59 platforms::asio::Context<platforms::posix::ScanIpIfAddrs, util::NullLog>;
/dports/lang/ruby26/ruby-2.6.9/test/open-uri/
H A Dtest_ssl.rb17 NullLog = Object.new constant in TestOpenURISSL
18 def NullLog.<<(arg)
29 :AccessLog => [[NullLog, ""]],
H A Dtest_open-uri.rb13 NullLog = Object.new constant in TestOpenURI
14 def NullLog.<<(arg)
26 :AccessLog => [[NullLog, ""]],
265 :AccessLog => [[NullLog, ""]],
319 :AccessLog => [[NullLog, ""]],
352 :AccessLog => [[NullLog, ""]],
393 :AccessLog => [[NullLog, ""]],
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/src/ableton/link/
H A Dtst_PingResponder.cpp50 util::injectVal(util::NullLog{}))
73 PingResponder<util::test::IoService, MockClock, discovery::test::Socket, util::NullLog>
H A Dtst_Measurement.cpp56 util::injectVal(util::NullLog{}))
92 Measurement<util::test::IoService, MockClock, discovery::test::Socket, util::NullLog>
H A Dtst_Controller.cpp125 using Log = util::NullLog;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/samples/combo/
H A Dcombo1.py18 class NullLog: class
32 self.log = NullLog()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/
H A DNullLog.h14 class NullLog final : public LogInterface {
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/test/
H A Dlog.cpp98 bench_log("NullLog", [] { return td::make_unique<td::NullLog>(); }); in TEST()
106 static td::NullLog null_log; in TEST()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/videostab/include/opencv2/videostab/
H A Dlog.hpp63 class CV_EXPORTS NullLog : public ILog class
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/ableton/test/serial_io/
H A DContext.hpp88 using Log = util::NullLog;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/include/ableton/test/serial_io/
H A DContext.hpp88 using Log = util::NullLog;
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DAcceptor.h122 NullLog m_nullLog;
H A DInitiator.h143 NullLog m_nullLog;
H A DLog.h100 class NullLog : public Log
H A DSessionState.h226 NullLog m_nullLog;
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DLogging.cpp50 static NullLog null_log;
H A Dcli.cpp4685 static NullLog null_log; in main()
/dports/security/py-txtorcon/txtorcon-21.1.0/txtorcon/
H A Dtorcontrolprotocol.py365 class NullLog(object): class
368 self.debuglog = NullLog()

12