Searched refs:UncoveredFunction (Results 1 – 3 of 3) sorted by relevance
83 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()
209 virtual void UncoveredFunction(const Module::Function &function);
746 void DwarfCUToModule::WarningReporter::UncoveredFunction( in UncoveredFunction() function in google_breakpad::DwarfCUToModule::WarningReporter1124 reporter->UncoveredFunction(*(range->function)); in AssignLinesToFunctions()