Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/mac/
Dmacho_reader.cc74 void FatReader::Reporter::TooShort() { in TooShort() function in google_breakpad::mach_o::FatReader::Reporter
99 reporter_->TooShort(); in Read()
119 reporter_->TooShort(); in Read()
143 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()
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()
Dmacho_reader.h96 virtual void TooShort();
/external/rust/crates/chrono/src/format/
Dmod.rs346 TooShort, enumerator
365 ParseErrorKind::TooShort => write!(f, "premature end of input"), in fmt()
385 const TOO_SHORT: ParseError = ParseError(ParseErrorKind::TooShort);