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

  /external/google-breakpad/src/client/mac/handler/
exception_handler.h 55 struct ExceptionParameters;
250 ExceptionParameters *previous_;
exception_handler.cc 102 struct ExceptionParameters {
103 ExceptionParameters() : count(0) {}
431 ExceptionParameters current;
657 previous_ = new (gBreakpadAllocator->Allocate(sizeof(ExceptionParameters)) )
658 ExceptionParameters();
660 previous_ = new ExceptionParameters();
718 previous_->~ExceptionParameters();

Completed in 54 milliseconds