Home
last modified time | relevance | path

Searched refs:logger_output (Results 1 – 15 of 15) sorted by relevance

/dports/net/flower/flower-0.10/flower/ls/
H A Dstart.cc34 if (const auto& logger_output = configuration.logger_output(); in Start() local
35 logger_output) { in Start()
36 logger_streambuf = std::make_unique<fd_streambuf>(logger_output); in Start()
H A Dconfiguration.proto31 fd logger_output = 3;
/dports/net/flower/flower-0.10/flower/switchboard/
H A Dstart.cc38 if (const auto& logger_output = configuration.logger_output(); in Start() local
39 logger_output) { in Start()
40 logger_streambuf = std::make_unique<fd_streambuf>(logger_output); in Start()
H A Dconfiguration.proto37 fd logger_output = 2;
/dports/net/flower/flower-0.10/flower/ingress/accept/
H A Dstart.cc41 if (const auto& logger_output = configuration.logger_output(); in Start() local
42 logger_output) { in Start()
43 logger_streambuf = std::make_unique<fd_streambuf>(logger_output); in Start()
H A Dconfiguration.proto31 fd logger_output = 3;
/dports/math/stan/stan-2.28.2/src/test/unit/variational/
H A Dstochastic_gradient_ascent_test.cpp202 logger(logger_output, logger_output, logger_output, logger_output, in stochastic_gradient_ascent_test()
203 logger_output) {} in stochastic_gradient_ascent_test()
210 logger_output.clear(); in SetUp()
218 std::stringstream writer_output, logger_output; member in stochastic_gradient_ascent_test
/dports/net/flower/flower-0.10/flower/egress/connect/
H A Dstart.cc149 if (const auto& logger_output = configuration.logger_output(); in Start() local
150 logger_output) { in Start()
151 logger_streambuf = std::make_unique<fd_streambuf>(logger_output); in Start()
H A Dconfiguration.proto30 fd logger_output = 2;
/dports/net/flower/flower-0.10/flower/cat/
H A Dstart.cc135 if (const auto& logger_output = configuration.logger_output(); in Start() local
136 logger_output) { in Start()
137 logger_streambuf = std::make_unique<fd_streambuf>(logger_output); in Start()
H A Dconfiguration.proto32 fd logger_output = 4;
/dports/comms/tits/tits-1.3.0/
H A Dlogger.c51 static int logger_output(struct client_ctx *, const char *, size_t,
59 logger_output, logger_read_pending, logger_write_pending, NULL
161 logger_output(struct client_ctx *cc, const char *buff, size_t len, in logger_output() function
/dports/devel/py-pytest-benchmark/pytest-benchmark-3.4.1/tests/
H A Dtest_elasticsearch_storage.py159 def logger_output(sess): function
164 def test_handle_saving(sess, logger_output, monkeypatch): argument
/dports/games/openlierox/OpenLieroX/src/common/
H A DDebug.cpp605 static bool logger_output(Logger& log, const std::string& buf) { in logger_output() function
645 lastWasNewline = logger_output(*this, buffer); in flush()
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/django-stubs/django-stubs/test/
H A Dutils.pyi118 logger_output: Any = ...