Home
last modified time | relevance | path

Searched refs:DisableExceptionHandlerInScope (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_test.h50 class DisableExceptionHandlerInScope {
52 DisableExceptionHandlerInScope();
53 ~DisableExceptionHandlerInScope();
Dexception_handler_test.cc49 DisableExceptionHandlerInScope::DisableExceptionHandlerInScope() { in DisableExceptionHandlerInScope() function in testing::DisableExceptionHandlerInScope
54 DisableExceptionHandlerInScope::~DisableExceptionHandlerInScope() { in ~DisableExceptionHandlerInScope()
381 testing::DisableExceptionHandlerInScope disable_exception_handler; in TEST_F()
419 testing::DisableExceptionHandlerInScope disable_exception_handler; in TEST_F()
473 testing::DisableExceptionHandlerInScope disable_exception_handler; in TEST_F()
Dexception_handler_death_test.cc136 testing::DisableExceptionHandlerInScope disable_exception_handler; in TEST_F()
181 testing::DisableExceptionHandlerInScope disable_exception_handler; in DoCrashAccessViolation()
323 testing::DisableExceptionHandlerInScope disable_exception_handler; in TEST_F()
410 testing::DisableExceptionHandlerInScope disable_exception_handler; in TEST_F()
503 testing::DisableExceptionHandlerInScope disable_exception_handler; in TEST_F()
Dexception_handler_nesting_test.cc166 testing::DisableExceptionHandlerInScope disable_exception_handler; in InstallExceptionHandlerAndCrash()