Searched refs:log_assert_handler (Results 1 – 3 of 3) 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()
117 LogAssertHandlerFunction log_assert_handler = NULL; variable441 log_assert_handler = handler; in SetLogAssertHandler()653 if (log_assert_handler) { in ~LogMessage()655 log_assert_handler(std::string(stream_.str())); 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()