Searched refs:LogHandler (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.h89 LogHandler* old_handler_;
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc123 static LogHandler* log_handler_ = &DefaultLogHandler;
208 LogHandler* SetLogHandler(LogHandler* new_func) {
209 LogHandler* old = internal::log_handler_;
H A Dcommon_unittest.cc104 LogHandler* old_handler = SetLogHandler(NULL);
120 LogHandler* old_handler = SetLogHandler(&CaptureLog);
140 LogHandler* old_handler = SetLogHandler(&CaptureLog);
H A Dcommon.h762 typedef void LogHandler(LogLevel level, const char* filename, int line, typedef in namespace:google::protobuf
778 LIBPROTOBUF_EXPORT LogHandler* SetLogHandler(LogHandler* new_func);
782 // log messages will be discarded (the current LogHandler will *not*
/external/deqp/executor/tools/
H A DxeMergeTestLogs.cpp61 class LogHandler : public xe::TestLogHandler class in inherits:xe::TestLogHandler
64 LogHandler (xe::BatchResult* batchResult, deUint32 flags) function in class:LogHandler
126 LogHandler resultHandler (dstResult, flags);

Completed in 174 milliseconds