Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dminidump_processor_unittest.cc508 MockMinidumpThread no_memory_thread; in TEST_F() local
509 EXPECT_CALL(no_memory_thread, GetThreadID(_)). in TEST_F()
512 EXPECT_CALL(no_memory_thread, GetMemory()). in TEST_F()
516 EXPECT_CALL(no_memory_thread, GetStartOfStackMemoryRange()). in TEST_F()
528 EXPECT_CALL(no_memory_thread, GetContext()). in TEST_F()
534 WillOnce(Return(&no_memory_thread)); in TEST_F()