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.cc81 MOCK_METHOD1(UncoveredFunction, void(const Module::Function &function));
139 EXPECT_CALL(reporter_, UncoveredFunction(_)).Times(0); in CUFixtureBase()
861 EXPECT_CALL(reporter_, UncoveredFunction(_)) in TEST_P()
915 EXPECT_CALL(reporter_, UncoveredFunction(_)).WillOnce(Return()); in TEST_F()
999 EXPECT_CALL(reporter_, UncoveredFunction(_)).WillOnce(Return()); in TEST_F()
1436 EXPECT_CALL(reporter_, UncoveredFunction(_)).WillOnce(Return()); in TEST_F()
1495 EXPECT_CALL(reporter_, UncoveredFunction(_)).WillOnce(Return()); in TEST_F()
1753 reporter.UncoveredFunction(function); in TEST_F()
1759 reporter.UncoveredFunction(function); in TEST_F()
Ddwarf_cu_to_module.h191 virtual void UncoveredFunction(const Module::Function &function);
Ddwarf_cu_to_module.cc652 void DwarfCUToModule::WarningReporter::UncoveredFunction( in UncoveredFunction() function in google_breakpad::DwarfCUToModule::WarningReporter
952 reporter->UncoveredFunction(*func); in AssignLinesToFunctions()