HomeSort by relevance Sort by last modified time
    Searched refs:previous_pch_ (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 167 previous_pch_ = NULL;
289 previous_pch_ = _set_purecall_handler(HandlePureVirtualCall);
316 _set_purecall_handler(previous_pch_);
449 _set_purecall_handler(handler_->previous_pch_);
681 if (current_handler->previous_pch_) {
684 current_handler->previous_pch_();
    [all...]
exception_handler.h 437 _purecall_handler previous_pch_; member in class:google_breakpad::ExceptionHandler

Completed in 2620 milliseconds