Searched refs:should_handle (Results 1 – 8 of 8) sorted by relevance
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()
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()
523 bool should_handle = true; in GTestShouldProcessSEH() local526 should_handle = false; in GTestShouldProcessSEH()528 should_handle = false; in GTestShouldProcessSEH()530 should_handle = false; in GTestShouldProcessSEH()532 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;
2007 bool should_handle = true; in GTestShouldProcessSEH() local2010 should_handle = false; in GTestShouldProcessSEH()2012 should_handle = false; in GTestShouldProcessSEH()2014 should_handle = false; in GTestShouldProcessSEH()2016 return should_handle ? EXCEPTION_EXECUTE_HANDLER : EXCEPTION_CONTINUE_SEARCH; in GTestShouldProcessSEH()