Searched refs:log_assert_handler (Results 1 – 2 of 2) sorted by relevance
66 LogAssertHandlerFunction log_assert_handler = NULL; variable180 log_assert_handler = handler; in SetLogAssertHandler()339 if (log_assert_handler) { in ~LogMessage()340 log_assert_handler(std::string(stream_.str(), stream_.pcount())); in ~LogMessage()
111 LogAssertHandlerFunction log_assert_handler = NULL; variable436 log_assert_handler = handler; in SetLogAssertHandler()624 if (log_assert_handler) { in ~LogMessage()626 log_assert_handler(std::string(stream_.str())); in ~LogMessage()