Home
last modified time | relevance | path

Searched refs:SectionsMissing (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_reader.cc195 void Reader::Reporter::SectionsMissing(const string &name) { in SectionsMissing() function in google_breakpad::mach_o::Reader::Reporter
479 reporter_->SectionsMissing(segment.name); in WalkSegmentSections()
Dmacho_reader.h280 virtual void SectionsMissing(const string &name);
Dmacho_reader_unittest.cc98 MOCK_METHOD1(SectionsMissing, void(const string &name));
170 TEST(MachOReaderReporter, SectionsMissing) { in TEST() argument
172 reporter.SectionsMissing("segment name"); in TEST()
741 EXPECT_CALL(reporter, SectionsMissing(_)).Times(0); in ReaderFixture()