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

  /external/google-breakpad/src/client/windows/unittests/
exception_handler_test.h 46 // testing::DisableExceptionHandlerInScope disable_exception_handler;
50 class DisableExceptionHandlerInScope {
52 DisableExceptionHandlerInScope();
53 ~DisableExceptionHandlerInScope();
exception_handler_test.cc 49 DisableExceptionHandlerInScope::DisableExceptionHandlerInScope() {
54 DisableExceptionHandlerInScope::~DisableExceptionHandlerInScope() {
381 testing::DisableExceptionHandlerInScope disable_exception_handler;
419 testing::DisableExceptionHandlerInScope disable_exception_handler;
473 testing::DisableExceptionHandlerInScope disable_exception_handler;

Completed in 53 milliseconds