Searched refs:MissingSection (Results 1 – 3 of 3) sorted by relevance
203 virtual void MissingSection(const string §ion_name);
81 MOCK_METHOD1(MissingSection, void(const string §ion_name));140 EXPECT_CALL(reporter_, MissingSection(_)).Times(0); in CUFixtureBase()1738 EXPECT_CALL(reporter_, MissingSection(".debug_line")).Times(1); in TEST_F()1819 TEST_F(Reporter, MissingSection) { in TEST_F() argument1820 reporter.MissingSection("section name"); in TEST_F()
724 void DwarfCUToModule::WarningReporter::MissingSection(const string &name) { in MissingSection() function in google_breakpad::DwarfCUToModule::WarningReporter940 cu_context_->reporter->MissingSection(".debug_line"); in ReadSourceLines()