Home
last modified time | relevance | path

Searched refs:log_assert_handler_stack (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dlogging.cc160 log_assert_handler_stack = LAZY_INSTANCE_INITIALIZER; variable
500 log_assert_handler_stack.Get().push(std::move(handler)); in ScopedLogAssertHandler()
504 log_assert_handler_stack.Get().pop(); in ~ScopedLogAssertHandler()
840 if (log_assert_handler_stack.IsCreated() && in ~LogMessage()
841 !log_assert_handler_stack.Get().empty()) { in ~LogMessage()
843 log_assert_handler_stack.Get().top(); in ~LogMessage()