Searched refs:BadLineInfoOffset (Results 1 – 3 of 3) sorted by relevance
206 virtual void BadLineInfoOffset(uint64_t offset);
82 MOCK_METHOD1(BadLineInfoOffset, void(uint64_t offset));141 EXPECT_CALL(reporter_, BadLineInfoOffset(_)).Times(0); in CUFixtureBase()1720 EXPECT_CALL(reporter_, BadLineInfoOffset(dummy_line_size_ + 10)).Times(1); in TEST_F()1823 TEST_F(Reporter, BadLineInfoOffset) { in TEST_F() argument1824 reporter.BadLineInfoOffset(0x123456789abcdef1ULL); in TEST_F()
730 void DwarfCUToModule::WarningReporter::BadLineInfoOffset(uint64_t offset) { in BadLineInfoOffset() function in google_breakpad::DwarfCUToModule::WarningReporter946 cu_context_->reporter->BadLineInfoOffset(offset); in ReadSourceLines()