Home
last modified time | relevance | path

Searched refs:memory_function (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc341 void_function memory_function = in TEST_F() local
343 memory_function(); in TEST_F()
440 void_function memory_function = in TEST_F() local
442 memory_function(); in TEST_F()
539 void_function memory_function = in TEST_F() local
541 memory_function(); in TEST_F()
613 void_function memory_function = in TEST_F() local
615 memory_function(); in TEST_F()
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_death_test.cc344 void_function memory_function = in TEST_F() local
346 ASSERT_DEATH(memory_function(), ""); in TEST_F()
439 void_function memory_function = in TEST_F() local
441 ASSERT_DEATH(memory_function(), ""); in TEST_F()
527 void_function memory_function = in TEST_F() local
529 ASSERT_DEATH(memory_function(), ""); in TEST_F()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc526 void_function memory_function = in TEST() local
528 memory_function(); in TEST()
618 void_function memory_function = in TEST() local
620 memory_function(); in TEST()
709 void_function memory_function = in TEST() local
711 memory_function(); in TEST()
777 void_function memory_function = reinterpret_cast<void_function>(NULL); in TEST() local
778 memory_function(); in TEST()