Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc167 previous_pch_ = NULL; in Initialize()
289 previous_pch_ = _set_purecall_handler(HandlePureVirtualCall); in Initialize()
316 _set_purecall_handler(previous_pch_); in ~ExceptionHandler()
449 _set_purecall_handler(handler_->previous_pch_); in AutoExceptionHandler()
681 if (current_handler->previous_pch_) { in HandlePureVirtualCall()
684 current_handler->previous_pch_(); in HandlePureVirtualCall()
Dexception_handler.h437 _purecall_handler previous_pch_; variable