Home
last modified time | relevance | path

Searched refs:try_feed_record (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/log/sinks/
Dbasic_sink_frontend.hpp184 bool try_feed_record(record_view const& rec, BackendMutexT& backend_mutex, BackendT& backend) in try_feed_record() function in boost::sinks::basic_sink_frontend
482 bool try_feed_record(record_view const& rec, BackendMutexT& backend_mutex, BackendT& backend) in try_feed_record() function in boost::sinks::basic_formatting_sink_frontend
Dsync_frontend.hpp161 return base_type::try_feed_record(rec, m_BackendMutex, *m_pBackend); in try_consume()