Home
last modified time | relevance | path

Searched refs:DoCrashPureVirtualCall (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_death_test.cc71 void DoCrashPureVirtualCall();
268 void ExceptionHandlerDeathTest::DoCrashPureVirtualCall() { in DoCrashPureVirtualCall() function in __anon3aebcd120111::ExceptionHandlerDeathTest
283 EXPECT_EXIT(DoCrashPureVirtualCall(), ::testing::ExitedWithCode(0), ""); in TEST_F()
Dexception_handler_test.cc87 void DoCrashPureVirtualCall();
208 void ExceptionHandlerTest::DoCrashPureVirtualCall() { in DoCrashPureVirtualCall() function in __anonda1db02d0111::ExceptionHandlerTest
318 EXPECT_EXIT(DoCrashPureVirtualCall(), ::testing::ExitedWithCode(0), ""); in TEST_F()