Searched refs:previous_pch_ (Results 1 – 2 of 2) sorted by relevance
166 previous_pch_ = NULL; in Initialize()289 previous_pch_ = _set_purecall_handler(HandlePureVirtualCall); in Initialize()316 _set_purecall_handler(previous_pch_); in ~ExceptionHandler()450 _set_purecall_handler(handler_->previous_pch_); in AutoExceptionHandler()684 if (current_handler->previous_pch_) { in HandlePureVirtualCall()687 current_handler->previous_pch_(); in HandlePureVirtualCall()
439 _purecall_handler previous_pch_; variable