Searched refs:UncoveredFunction (Results 1 – 3 of 3) sorted by relevance
81 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()
191 virtual void UncoveredFunction(const Module::Function &function);
652 void DwarfCUToModule::WarningReporter::UncoveredFunction( in UncoveredFunction() function in google_breakpad::DwarfCUToModule::WarningReporter952 reporter->UncoveredFunction(*func); in AssignLinesToFunctions()