Searched defs:no_memory_thread (Results 1 - 1 of 1) sorted by relevance

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

Completed in 90 milliseconds