Searched refs:LogSink (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h104 class LogSink { class in namespace:google
106 virtual ~LogSink() {}
116 static std::set<LogSink *> log_sinks_global;
119 inline void AddLogSink(LogSink *sink) {
123 inline void RemoveLogSink(LogSink *sink) {
208 std::set<google::LogSink *>::iterator iter;
218 std::set<google::LogSink *>::iterator iter;
/external/chromium_org/base/
H A Dlogging_unittest.cc20 void LogSink(const std::string& str) { function in namespace:logging::__anon3772
178 SetLogAssertHandler(&LogSink);
225 SetLogReportHandler(&LogSink);
231 SetLogAssertHandler(&LogSink);
236 SetLogAssertHandler(&LogSink);
/external/chromium/base/
H A Dlogging_unittest.cc20 void LogSink(const std::string& str) { function in namespace:logging::__anon1698
175 SetLogAssertHandler(&LogSink);
220 SetLogReportHandler(&LogSink);
225 SetLogAssertHandler(&LogSink);
/external/chromium_org/third_party/cld/base/
H A Dlogging.h355 class LogSink; // defined below
362 // LogSink* sink;
367 static_cast<LogSink*>(sink), true).stream()
370 static_cast<LogSink*>(sink), false).stream()
918 LogMessage(const char* file, int line, LogSeverity severity, LogSink* sink,
1005 LogSink* sink_; // NULL or sink to send message to
1165 // Users should subclass LogSink and override send to do whatever they want.
1168 class LogSink { class
1170 virtual ~LogSink();
1188 // E.g. if a LogSink ha
[all...]

Completed in 274 milliseconds