Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/mac/
Dmacho_reader.cc72 void FatReader::Reporter::TooShort() { in TooShort() function in google_breakpad::mach_o::FatReader::Reporter
97 reporter_->TooShort(); in Read()
113 reporter_->TooShort(); in Read()
137 reporter_->TooShort(); in Read()
Dmacho_reader_unittest.cc82 MOCK_METHOD0(TooShort, void());
133 TEST(FatReaderReporter, TooShort) { in TEST() argument
135 reporter.TooShort(); in TEST()
201 EXPECT_CALL(reporter, TooShort()).Times(0); in FatReaderFixture()
253 EXPECT_CALL(reporter, TooShort()).Times(1); in TEST_F()
260 EXPECT_CALL(reporter, TooShort()).Times(1); in TEST_F()
456 EXPECT_CALL(reporter, TooShort()).WillOnce(Return()); in TEST_F()
Dmacho_reader.h95 virtual void TooShort();