Searched refs:TooShort (Results 1 – 4 of 4) sorted by relevance
74 void FatReader::Reporter::TooShort() { in TooShort() function in google_breakpad::mach_o::FatReader::Reporter99 reporter_->TooShort(); in Read()119 reporter_->TooShort(); in Read()143 reporter_->TooShort(); in Read()
82 MOCK_METHOD0(TooShort, void());133 TEST(FatReaderReporter, TooShort) { in TEST() argument135 reporter.TooShort(); in TEST()201 EXPECT_CALL(reporter, TooShort()).Times(0); in FatReaderFixture()257 EXPECT_CALL(reporter, TooShort()).Times(1); in TEST_F()264 EXPECT_CALL(reporter, TooShort()).Times(1); in TEST_F()460 EXPECT_CALL(reporter, TooShort()).WillOnce(Return()); in TEST_F()
96 virtual void TooShort();
346 TooShort, enumerator365 ParseErrorKind::TooShort => write!(f, "premature end of input"), in fmt()385 const TOO_SHORT: ParseError = ParseError(ParseErrorKind::TooShort);