HomeSort by relevance Sort by last modified time
    Searched refs:memory_function (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 344 void_function memory_function = local
346 ASSERT_DEATH(memory_function(), "");
439 void_function memory_function = local
441 ASSERT_DEATH(memory_function(), "");
527 void_function memory_function = local
529 ASSERT_DEATH(memory_function(), "");
  /external/google-breakpad/src/client/mac/tests/
exception_handler_test.cc 341 void_function memory_function = local
343 memory_function();
440 void_function memory_function = local
442 memory_function();
539 void_function memory_function = local
541 memory_function();
613 void_function memory_function = local
615 memory_function();
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 526 void_function memory_function = local
528 memory_function();
618 void_function memory_function = local
620 memory_function();
709 void_function memory_function = local
711 memory_function();
777 void_function memory_function = reinterpret_cast<void_function>(NULL); local
778 memory_function();
    [all...]

Completed in 656 milliseconds