Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc83 MOCK_METHOD1(UncoveredFunction, void(const Module::Function &function));
142 EXPECT_CALL(reporter_, UncoveredFunction(_)).Times(0); in CUFixtureBase()
864 EXPECT_CALL(reporter_, UncoveredFunction(_)) in TEST_P()
918 EXPECT_CALL(reporter_, UncoveredFunction(_)).WillOnce(Return()); in TEST_F()
1002 EXPECT_CALL(reporter_, UncoveredFunction(_)).WillOnce(Return()); in TEST_F()
1510 EXPECT_CALL(reporter_, UncoveredFunction(_)).WillOnce(Return()); in TEST_F()
1569 EXPECT_CALL(reporter_, UncoveredFunction(_)).WillOnce(Return()); in TEST_F()
1828 reporter.UncoveredFunction(function); in TEST_F()
1834 reporter.UncoveredFunction(function); in TEST_F()
Ddwarf_cu_to_module.h209 virtual void UncoveredFunction(const Module::Function &function);
Ddwarf_cu_to_module.cc746 void DwarfCUToModule::WarningReporter::UncoveredFunction( in UncoveredFunction() function in google_breakpad::DwarfCUToModule::WarningReporter
1124 reporter->UncoveredFunction(*(range->function)); in AssignLinesToFunctions()