Searched refs:should_handle (Results 1 – 10 of 10) sorted by relevance
519 bool should_handle = true; in GTestShouldProcessSEH() local522 should_handle = false; in GTestShouldProcessSEH()524 should_handle = false; in GTestShouldProcessSEH()526 should_handle = false; in GTestShouldProcessSEH()528 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
520 bool should_handle = true; in GTestShouldProcessSEH() local523 should_handle = false; in GTestShouldProcessSEH()525 should_handle = false; in GTestShouldProcessSEH()527 should_handle = false; in GTestShouldProcessSEH()529 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
546 bool should_handle = true; in GTestShouldProcessSEH() local549 should_handle = false; in GTestShouldProcessSEH()551 should_handle = false; in GTestShouldProcessSEH()553 should_handle = false; in GTestShouldProcessSEH()555 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
545 bool should_handle = true; in GTestShouldProcessSEH() local548 should_handle = false; in GTestShouldProcessSEH()550 should_handle = false; in GTestShouldProcessSEH()552 should_handle = false; in GTestShouldProcessSEH()554 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
592 bool should_handle = true; in GTestShouldProcessSEH() local595 should_handle = false; in GTestShouldProcessSEH()597 should_handle = false; in GTestShouldProcessSEH()599 should_handle = false; in GTestShouldProcessSEH()601 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
572 bool should_handle = true; in GTestShouldProcessSEH() local575 should_handle = false; in GTestShouldProcessSEH()577 should_handle = false; in GTestShouldProcessSEH()579 should_handle = false; in GTestShouldProcessSEH()581 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()
684 bool should_handle = filter_callback_(exception_type,688 if (!should_handle) return false;
1993 bool should_handle = true; in GTestShouldProcessSEH() local1996 should_handle = false; in GTestShouldProcessSEH()1998 should_handle = false; in GTestShouldProcessSEH()2000 should_handle = false; in GTestShouldProcessSEH()2002 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()