Lines Matching refs:SectionsMissing
99 MOCK_METHOD1(SectionsMissing, void(const string &name));172 TEST(MachOReaderReporter, SectionsMissing) {174 reporter.SectionsMissing("segment name");744 EXPECT_CALL(reporter, SectionsMissing(_)).Times(0);