Searched refs:ExceptionParameters (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.h55 struct ExceptionParameters;
250 ExceptionParameters *previous_;
H A Dexception_handler.cc102 struct ExceptionParameters { struct in namespace:google_breakpad
103 ExceptionParameters() : count(0) {} function in struct:google_breakpad::ExceptionParameters
431 ExceptionParameters current;
657 previous_ = new (gBreakpadAllocator->Allocate(sizeof(ExceptionParameters)) )
658 ExceptionParameters();
660 previous_ = new ExceptionParameters();
718 previous_->~ExceptionParameters();

Completed in 59 milliseconds