Searched defs:LogSink (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/
H A Dlogging_unittest.cc21 void LogSink(const std::string& str) { function in namespace:logging::__anon2313
162 SetLogAssertHandler(&LogSink);
208 SetLogAssertHandler(&LogSink);
213 SetLogAssertHandler(&LogSink);
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h132 class CERES_EXPORT LogSink { class in namespace:google
134 virtual ~LogSink() {}
146 extern CERES_EXPORT std::set<LogSink *> log_sinks_global;
153 inline void AddLogSink(LogSink *sink) {
157 inline void RemoveLogSink(LogSink *sink) {
242 std::set<google::LogSink*>::iterator iter;
253 std::set<google::LogSink *>::iterator iter;
/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 3992 milliseconds