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

/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.h165 // UncoveredFunction and UncoveredLine only report a problem if that is
191 virtual void UncoveredFunction(const Module::Function &function);
H A Ddwarf_cu_to_module_unittest.cc81 MOCK_METHOD1(UncoveredFunction, void(const Module::Function &function));
139 EXPECT_CALL(reporter_, UncoveredFunction(_)).Times(0);
861 EXPECT_CALL(reporter_, UncoveredFunction(_))
915 EXPECT_CALL(reporter_, UncoveredFunction(_)).WillOnce(Return());
999 EXPECT_CALL(reporter_, UncoveredFunction(_)).WillOnce(Return());
1436 EXPECT_CALL(reporter_, UncoveredFunction(_)).WillOnce(Return());
1495 EXPECT_CALL(reporter_, UncoveredFunction(_)).WillOnce(Return());
1753 reporter.UncoveredFunction(function);
1759 reporter.UncoveredFunction(function);
H A Ddwarf_cu_to_module.cc652 void DwarfCUToModule::WarningReporter::UncoveredFunction( function in class:google_breakpad::DwarfCUToModule::WarningReporter
952 reporter->UncoveredFunction(*func);

Completed in 92 milliseconds