Searched defs:DisableExceptionHandlerInScope (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
H A Dexception_handler_test.h46 // testing::DisableExceptionHandlerInScope disable_exception_handler;
50 class DisableExceptionHandlerInScope { class in namespace:testing
52 DisableExceptionHandlerInScope();
53 ~DisableExceptionHandlerInScope();
H A Dexception_handler_test.cc49 DisableExceptionHandlerInScope::DisableExceptionHandlerInScope() { function in class:testing::DisableExceptionHandlerInScope
54 DisableExceptionHandlerInScope::~DisableExceptionHandlerInScope() {
381 testing::DisableExceptionHandlerInScope disable_exception_handler;
419 testing::DisableExceptionHandlerInScope disable_exception_handler;
473 testing::DisableExceptionHandlerInScope disable_exception_handler;

Completed in 86 milliseconds